akka.cluster.routing
Class ClusterRouterSettings$

java.lang.Object
  extended by akka.cluster.routing.ClusterRouterSettings$
All Implemented Interfaces:
java.io.Serializable

public class ClusterRouterSettings$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ClusterRouterSettings$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterRouterSettings$()
           
 
Method Summary
 ClusterRouterSettings apply(int totalInstances, int maxInstancesPerNode)
          Settings for remote deployment of the routees, allowed to use routees on own node
 ClusterRouterSettings apply(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees)
          Settings for create and deploy of the routees
 ClusterRouterSettings apply(int totalInstances, java.lang.String routeesPath)
          Settings for lookup of the routees, allowed to use routees on own node
 ClusterRouterSettings apply(int totalInstances, java.lang.String routeesPath, boolean allowLocalRoutees)
          Settings for lookup of the routees
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ClusterRouterSettings$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ClusterRouterSettings$

public ClusterRouterSettings$()
Method Detail

apply

public ClusterRouterSettings apply(int totalInstances,
                                   int maxInstancesPerNode,
                                   boolean allowLocalRoutees)
Settings for create and deploy of the routees


apply

public ClusterRouterSettings apply(int totalInstances,
                                   int maxInstancesPerNode)
Settings for remote deployment of the routees, allowed to use routees on own node


apply

public ClusterRouterSettings apply(int totalInstances,
                                   java.lang.String routeesPath,
                                   boolean allowLocalRoutees)
Settings for lookup of the routees


apply

public ClusterRouterSettings apply(int totalInstances,
                                   java.lang.String routeesPath)
Settings for lookup of the routees, allowed to use routees on own node