public final class ClusterRouterPoolSettings extends java.lang.Object implements ClusterRouterSettingsBase, scala.Product, scala.Serializable
Constructor and Description |
---|
ClusterRouterPoolSettings(int totalInstances,
int maxInstancesPerNode,
boolean allowLocalRoutees,
scala.Option<java.lang.String> useRole) |
ClusterRouterPoolSettings(int totalInstances,
int maxInstancesPerNode,
boolean allowLocalRoutees,
java.lang.String useRole)
Java API
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowLocalRoutees() |
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
static ClusterRouterPoolSettings |
fromConfig(com.typesafe.config.Config config) |
int |
maxInstancesPerNode() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
int |
totalInstances() |
scala.Option<java.lang.String> |
useRole() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ClusterRouterPoolSettings(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees, scala.Option<java.lang.String> useRole)
public ClusterRouterPoolSettings(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees, java.lang.String useRole)
totalInstances
- (undocumented)maxInstancesPerNode
- (undocumented)allowLocalRoutees
- (undocumented)useRole
- (undocumented)public static ClusterRouterPoolSettings fromConfig(com.typesafe.config.Config config)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public int totalInstances()
totalInstances
in interface ClusterRouterSettingsBase
public int maxInstancesPerNode()
public boolean allowLocalRoutees()
allowLocalRoutees
in interface ClusterRouterSettingsBase
public scala.Option<java.lang.String> useRole()
useRole
in interface ClusterRouterSettingsBase