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