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, boolean allowLocalRoutees, scala.Option<java.lang.String> useRole)
          Settings for create and deploy of the routees
 ClusterRouterSettings apply(int totalInstances, int maxInstancesPerNode, scala.Option<java.lang.String> useRole)
          Settings for remote deployment of the routees, allowed to use routees on own node
 ClusterRouterSettings apply(int totalInstances, java.lang.String routeesPath, boolean allowLocalRoutees, scala.Option<java.lang.String> useRole)
          Settings for lookup of the routees
 ClusterRouterSettings apply(int totalInstances, java.lang.String routeesPath, scala.Option<java.lang.String> useRole)
          Settings for lookup of the routees, allowed to use routees on own node
 scala.Option<java.lang.String> useRoleOption(java.lang.String role)
           
 
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,
                                   scala.Option<java.lang.String> useRole)
Settings for create and deploy of the routees

Parameters:
totalInstances - (undocumented)
maxInstancesPerNode - (undocumented)
allowLocalRoutees - (undocumented)
useRole - (undocumented)
Returns:
(undocumented)

apply

public ClusterRouterSettings apply(int totalInstances,
                                   int maxInstancesPerNode,
                                   scala.Option<java.lang.String> useRole)
Settings for remote deployment of the routees, allowed to use routees on own node

Parameters:
totalInstances - (undocumented)
maxInstancesPerNode - (undocumented)
useRole - (undocumented)
Returns:
(undocumented)

apply

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

Parameters:
totalInstances - (undocumented)
routeesPath - (undocumented)
allowLocalRoutees - (undocumented)
useRole - (undocumented)
Returns:
(undocumented)

apply

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

Parameters:
totalInstances - (undocumented)
routeesPath - (undocumented)
useRole - (undocumented)
Returns:
(undocumented)

useRoleOption

public scala.Option<java.lang.String> useRoleOption(java.lang.String role)