|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.cluster.routing.ClusterRouterSettings$
public class ClusterRouterSettings$
| 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 |
|---|
public static final ClusterRouterSettings$ MODULE$
| Constructor Detail |
|---|
public ClusterRouterSettings$()
| Method Detail |
|---|
public ClusterRouterSettings apply(int totalInstances,
int maxInstancesPerNode,
boolean allowLocalRoutees)
public ClusterRouterSettings apply(int totalInstances,
int maxInstancesPerNode)
public ClusterRouterSettings apply(int totalInstances,
java.lang.String routeesPath,
boolean allowLocalRoutees)
public ClusterRouterSettings apply(int totalInstances,
java.lang.String routeesPath)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||