Package akka.cluster.sharding.internal
Class ClusterShardAllocationMixin$
- java.lang.Object
-
- akka.cluster.sharding.internal.ClusterShardAllocationMixin$
-
public class ClusterShardAllocationMixin$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterShardAllocationMixin$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterShardAllocationMixin$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Set<MemberStatus>
JoiningCluster()
scala.collection.immutable.Set<MemberStatus>
LeavingClusterStatuses()
-
-
-
Field Detail
-
MODULE$
public static final ClusterShardAllocationMixin$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
JoiningCluster
public scala.collection.immutable.Set<MemberStatus> JoiningCluster()
-
LeavingClusterStatuses
public scala.collection.immutable.Set<MemberStatus> LeavingClusterStatuses()
-
-