Uses of Class
org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
Packages that use MemoryAwareThreadPoolExecutor Package Description org.jboss.netty.handler.execution Executor
-based implementation of various thread models that separate business logic from I/O threads -
-
Uses of MemoryAwareThreadPoolExecutor in org.jboss.netty.handler.execution
Subclasses of MemoryAwareThreadPoolExecutor in org.jboss.netty.handler.execution Modifier and Type Class Description class
FairOrderedDownstreamThreadPoolExecutor
This is a fair alternative ofOrderedDownstreamThreadPoolExecutor
.class
FairOrderedMemoryAwareThreadPoolExecutor
This is a fair alternative ofOrderedMemoryAwareThreadPoolExecutor
.class
OrderedDownstreamThreadPoolExecutor
Executor
which should be used for downstreamChannelEvent
's.class
OrderedMemoryAwareThreadPoolExecutor
AMemoryAwareThreadPoolExecutor
which makes sure the events from the sameChannel
are executed sequentially.
-