Package akka.dispatch.affinity
-
Interface Summary Interface Description QueueSelector AQueueSelector
is responsible for, given aRunnable
and the number of available queues, return which of the queues thatRunnable
should be placed in.QueueSelectorFactory RejectionHandler RejectionHandlerFactory -
Class Summary Class Description AffinityPool AnExecutorService
implementation which pins actor to particular threads and guaranteed that an actor'sMailbox
will e run on the thread it used it used to run.AffinityPool$ AffinityPoolConfigurator INTERNAL APIFairDistributionHashCache INTERNAL APIThrowOnOverflowRejectionHandler INTERNAL API