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) classActionDistributorTheActionDistributoris used to execute operations that have an interested I/O event ready.(package private) classPartitionDistributorThePartitionDistributorobject 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 OperationDistributorExecutorReactor. exchangeThis is used to distribute the ready operations for execution.private OperationDistributorSynchronousReactor. exchangeThis is used to distribute the ready operations for execution.private OperationDistributor[]PartitionDistributor. listThis contains the distributors that represent a partition.
-