Package org.apache.pekko.cluster.routing
Class ClusterRouterPoolSettings$
java.lang.Object
org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ClusterRouterPoolSettings$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees, scala.collection.immutable.Seq<String> useRoles) apply(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees, scala.collection.immutable.Set<String> useRoles) fromConfig(com.typesafe.config.Config config) unapply(ClusterRouterPoolSettings settings) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ClusterRouterPoolSettings$public ClusterRouterPoolSettings$()
 
- 
- 
Method Details- 
applypublic ClusterRouterPoolSettings apply(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees, String... useRoles) 
- 
applypublic ClusterRouterPoolSettings apply(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees, scala.collection.immutable.Set<String> useRoles) 
- 
applypublic ClusterRouterPoolSettings apply(int totalInstances, int maxInstancesPerNode, boolean allowLocalRoutees, scala.collection.immutable.Seq<String> useRoles) 
- 
fromConfig
- 
unapplypublic scala.Option<scala.Tuple4<Object,Object, unapplyObject, scala.collection.immutable.Set<String>>> (ClusterRouterPoolSettings settings) 
 
-