|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.routing.RouterActor
akka.routing.RouterPoolActor
akka.cluster.routing.ClusterRouterPoolActor
public class ClusterRouterPoolActor
INTERNAL API
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface akka.actor.Actor |
---|
Actor.emptyBehavior$ |
Constructor Summary | |
---|---|
ClusterRouterPoolActor(SupervisorStrategy supervisorStrategy,
ClusterRouterPoolSettings settings)
|
Method Summary | |
---|---|
void |
addRoutees()
Adds routees based on totalInstances and maxInstancesPerNode settings |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function with the actor logic. |
scala.Option<Address> |
selectDeploymentTarget()
|
ClusterRouterPoolSettings |
settings()
|
Methods inherited from class akka.routing.RouterPoolActor |
---|
pool, supervisorStrategy |
Methods inherited from class akka.routing.RouterActor |
---|
cell, preRestart, routingLogicController, stopIfAllRouteesRemoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface akka.cluster.routing.ClusterRouterActor |
---|
addMember, availableNodes, cluster, clusterReceive, fullAddress, isAvailable, nodes, postStop, preStart, removeMember, satisfiesRole |
Methods inherited from interface akka.actor.Actor |
---|
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preStart, self, sender, unhandled |
Constructor Detail |
---|
public ClusterRouterPoolActor(SupervisorStrategy supervisorStrategy, ClusterRouterPoolSettings settings)
Method Detail |
---|
public ClusterRouterPoolSettings settings()
settings
in interface ClusterRouterActor
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actor
receive
in interface Actor
receive
in class RouterPoolActor
public void addRoutees()
addRoutees
in interface ClusterRouterActor
public scala.Option<Address> selectDeploymentTarget()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |