Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.routing Classes and Interfaces - 130 results found.
NameDescriptionTypePackageFramework
ActorRefRouteeRoutee that sends the messages to an ActorRef.Classakka.routingAkka
ActorRefRoutee$Classakka.routingAkka
ActorSelectionRouteeRoutee that sends the messages to an ActorSelection.Classakka.routingAkka
ActorSelectionRoutee$Classakka.routingAkka
AddRouteeAdd a routee by sending this message to the router.Classakka.routingAkka
AddRoutee$Classakka.routingAkka
AdjustPoolSizeIncrease or decrease the number of routees in a Pool.Classakka.routingAkka
AdjustPoolSize$Classakka.routingAkka
BalancingPoolA router pool that will try to redistribute work from busy routees to idle routees.Classakka.routingAkka
BalancingPool$Classakka.routingAkka
BalancingPoolDeploy Can't be in the BalancingPool companion for binary compatibility reasons.Classakka.routingAkka
BalancingPoolDeploy$ Can't be in the BalancingPool companion for binary compatibility reasons.Classakka.routingAkka
BalancingRoutingLogic Selects the first routee, balancing will be done by the dispatcher.Classakka.routingAkka
BalancingRoutingLogic$Classakka.routingAkka
BroadcastUsed to broadcast a message to all routees in a router; only the contained message will be forwarded, i.Classakka.routingAkka
Broadcast$Classakka.routingAkka
BroadcastGroupA router group that broadcasts a message to all its routees.Classakka.routingAkka
BroadcastGroup$Classakka.routingAkka
BroadcastPoolA router pool that broadcasts a message to all its routees.Classakka.routingAkka
BroadcastPool$Classakka.routingAkka
BroadcastRoutingLogicBroadcasts a message to all its routees.Classakka.routingAkka
BroadcastRoutingLogic$Classakka.routingAkka
ConsistentHashConsistent Hashing node ring implementation.Classakka.routingAkka
ConsistentHash$Classakka.routingAkka
ConsistentHashingGroupA router group that uses consistent hashing to select a routee based on the sent message.Classakka.routingAkka
ConsistentHashingGroup$Classakka.routingAkka
ConsistentHashingPoolA router pool that uses consistent hashing to select a routee based on the sent message.Classakka.routingAkka
ConsistentHashingPool$Classakka.routingAkka
ConsistentHashingRouterClassakka.routingAkka
ConsistentHashingRouter$Classakka.routingAkka
ConsistentHashingRouter .ConsistentHashableIf you don't define the hashMapping when constructing the ConsistentHashingRouterInterfaceakka.routing.ConsistentHashingRouterAkka
ConsistentHashingRouter .ConsistentHashableEnvelopeIf you don't define the hashMapping when constructing the ConsistentHashingRouterClassakka.routing.ConsistentHashingRouterAkka
ConsistentHashingRouter .ConsistentHashableEnvelope$Classakka.routing.ConsistentHashingRouterAkka
ConsistentHashingRouter .ConsistentHashMapper Mapping from message to the data to use for the consistent hash key.Interfaceakka.routing.ConsistentHashingRouterAkka
ConsistentHashingRouter .emptyConsistentHashMapping$Classakka.routing.ConsistentHashingRouterAkka
ConsistentHashingRoutingLogicClassakka.routingAkka
ConsistentHashingRoutingLogic$Classakka.routingAkka
ConsistentRoutee Important to use ActorRef with full address, with host and port, in the hash ring, so that same ring is produced on different nodes.Classakka.routingAkka
ConsistentRoutee$Classakka.routingAkka
CustomRouterConfigIf a custom router implementation is not a Group nor a Pool it may extend this base class.Classakka.routingAkka
DeafenClassakka.routingAkka
Deafen$Classakka.routingAkka
DefaultOptimalSizeExploringResizerThis resizer resizes the pool to an optimal size that provides the most message throughput.Classakka.routingAkka
DefaultOptimalSizeExploringResizer$Classakka.routingAkka
DefaultResizerClassakka.routingAkka
DefaultResizer$Classakka.routingAkka
FromConfigJava API: Router configuration which has no default, i.Classakka.routingAkka
FromConfig$Router configuration which has no default, i.Classakka.routingAkka
GetRouteesSending this message to a router will make it send back its currently used routees.Classakka.routingAkka
GetRoutees$Classakka.routingAkka
GroupRouterConfig for router actor with routee actors that are created external to the router and the router sends messages to the specified path using actor selection,Interfaceakka.routingAkka
GroupBaseJava API: Base class for custom router GroupSee Also:Serialized FormClassakka.routingAkka
ListenClassakka.routingAkka
Listen$Classakka.routingAkka
ListenersListeners is a generic trait to implement listening capability on an Actor.Interfaceakka.routingAkka
MurmurHashAn object designed to generate well-distributed non-cryptographic hashes.Classakka.routingAkka
MurmurHash$An object designed to generate well-distributed non-cryptographic hashes.Classakka.routingAkka
NoRouteeRoutee that doesn't send the message to any routee.Classakka.routingAkka
NoRoutee$Routee that doesn't send the message to any routee.Classakka.routingAkka
NoRouterRouting configuration that indicates no routing; this is also the default value which hence overrides the merge strategy in order to accept valuesClassakka.routingAkka
NoRouter$Classakka.routingAkka
OptimalSizeExploringResizerInterfaceakka.routingAkka
OptimalSizeExploringResizer$Classakka.routingAkka
OptimalSizeExploringResizer .ResizeRecordClassakka.routing.OptimalSizeExploringResizerAkka
OptimalSizeExploringResizer .ResizeRecord$Classakka.routing.OptimalSizeExploringResizerAkka
OptimalSizeExploringResizer .UnderUtilizationStreakClassakka.routing.OptimalSizeExploringResizerAkka
OptimalSizeExploringResizer .UnderUtilizationStreak$Classakka.routing.OptimalSizeExploringResizerAkka
PoolRouterConfig for router actor that creates routees as child actors and removes them from the router if they terminate.Interfaceakka.routingAkka
Pool$Classakka.routingAkka
PoolBaseJava API: Base class for custom router PoolSee Also:Serialized FormClassakka.routingAkka
PoolOverrideUnsetConfig Used to override unset configuration in a router.Interfaceakka.routingAkka
RandomGroupA router group that randomly selects one of the target routees to send a message to.Classakka.routingAkka
RandomGroup$Classakka.routingAkka
RandomPoolA router pool that randomly selects one of the target routees to send a message to.Classakka.routingAkka
RandomPool$Classakka.routingAkka
RandomRoutingLogicClassakka.routingAkka
RandomRoutingLogic$Classakka.routingAkka
RemoveRouteeRemove a specific routee by sending this message to the router.Classakka.routingAkka
RemoveRoutee$Classakka.routingAkka
ResizablePoolActorClassakka.routingAkka
ResizablePoolActor$Classakka.routingAkka
ResizablePoolActor .Resize$Classakka.routing.ResizablePoolActorAkka
ResizablePoolCellClassakka.routingAkka
ResizerInterfaceakka.routingAkka
Resizer$Classakka.routingAkka
ResizerInitializationExceptionClassakka.routingAkka
RoundRobinGroupA router group that uses round-robin to select a routee.Classakka.routingAkka
RoundRobinGroup$Classakka.routingAkka
RoundRobinPoolA router pool that uses round-robin to select a routee.Classakka.routingAkka
RoundRobinPool$Classakka.routingAkka
RoundRobinRoutingLogicUses round-robin to select a routee.Classakka.routingAkka
RoundRobinRoutingLogic$Classakka.routingAkka
RoutedActorCellClassakka.routingAkka
RoutedActorCell$Classakka.routingAkka
RoutedActorCell .RouterActorCreatorClassakka.routing.RoutedActorCellAkka
RoutedActorRef A RoutedActorRef is an ActorRef that has a set of connected ActorRef and it uses a Router to send a message to one (or more) of these actors.Classakka.routingAkka
RouteeAbstraction of a destination for messages routed via a Router.Interfaceakka.routingAkka
RouteesMessage used to carry information about what routees the router is currently using.Classakka.routingAkka
Routees$Classakka.routingAkka
RouterFor each message that is sent through the router via the route(java.Classakka.routingAkka
Router$Classakka.routingAkka
RouterActorClassakka.routingAkka
RouterConfigThis trait represents a router factory: it produces the actual router actor and creates the routing table (a function which determines the recipientsInterfaceakka.routingAkka
RouterEnvelopeOnly the contained message will be forwarded to the destination, i.Interfaceakka.routingAkka
RouterPoolActorClassakka.routingAkka
RoutingLogicThe interface of the routing logic that is used in a Router to select destination routed messages.Interfaceakka.routingAkka
ScatterGatherFirstCompletedGroupA router group that broadcasts the message to all routees, and replies with the first response.Classakka.routingAkka
ScatterGatherFirstCompletedGroup$Classakka.routingAkka
ScatterGatherFirstCompletedPoolA router pool that broadcasts the message to all routees, and replies with the first response.Classakka.routingAkka
ScatterGatherFirstCompletedPool$Classakka.routingAkka
ScatterGatherFirstCompletedRouteesClassakka.routingAkka
ScatterGatherFirstCompletedRoutees$Classakka.routingAkka
ScatterGatherFirstCompletedRoutingLogicBroadcasts the message to all routees, and replies with the first response.Classakka.routingAkka
ScatterGatherFirstCompletedRoutingLogic$Classakka.routingAkka
SeveralRouteesRoutee that sends each message to all routees.Classakka.routingAkka
SeveralRoutees$Classakka.routingAkka
SmallestMailboxPoolA router pool that tries to send to the non-suspended routee with fewest messages in mailbox.Classakka.routingAkka
SmallestMailboxPool$Classakka.routingAkka
SmallestMailboxRoutingLogicTries to send to the non-suspended routee with fewest messages in mailbox.Classakka.routingAkka
SmallestMailboxRoutingLogic$Classakka.routingAkka
TailChoppingGroupA router group with retry logic, intended for cases where a return message is expected in response to a message sent to the routee.Classakka.routingAkka
TailChoppingGroup$Classakka.routingAkka
TailChoppingPoolA router pool with retry logic, intended for cases where a return message is expected in response to a message sent to the routee.Classakka.routingAkka
TailChoppingPool$Classakka.routingAkka
TailChoppingRouteesClassakka.routingAkka
TailChoppingRoutees$Classakka.routingAkka
TailChoppingRoutingLogicAs each message is sent to the router, the routees are randomly ordered.Classakka.routingAkka
TailChoppingRoutingLogic$Classakka.routingAkka
WithListenersClassakka.routingAkka
WithListeners$Classakka.routingAkka