Uses of Interface
org.simpleframework.transport.reactor.OperationDistributor
-
Packages that use OperationDistributor Package Description org.simpleframework.transport.reactor -
-
Uses of OperationDistributor in org.simpleframework.transport.reactor
Classes in org.simpleframework.transport.reactor that implement OperationDistributor Modifier and Type Class Description (package private) class
ActionDistributor
TheActionDistributor
is used to execute operations that have an interested I/O event ready.(package private) class
PartitionDistributor
ThePartitionDistributor
object is a distributor that partitions the selection process in to several threads.Fields in org.simpleframework.transport.reactor declared as OperationDistributor Modifier and Type Field Description private OperationDistributor
ExecutorReactor. exchange
This is used to distribute the ready operations for execution.private OperationDistributor
SynchronousReactor. exchange
This is used to distribute the ready operations for execution.private OperationDistributor[]
PartitionDistributor. list
This contains the distributors that represent a partition.
-