Package akka.cluster.sharding.internal
Class ClusterShardAllocationMixin$
- java.lang.Object
- 
- akka.cluster.sharding.internal.ClusterShardAllocationMixin$
 
- 
 public class ClusterShardAllocationMixin$ extends java.lang.ObjectINTERNAL API
- 
- 
Field SummaryFields Modifier and Type Field Description static ClusterShardAllocationMixin$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ClusterShardAllocationMixin$()
 - 
Method SummaryAll 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- 
JoiningClusterpublic scala.collection.immutable.Set<MemberStatus> JoiningCluster() 
 - 
LeavingClusterStatusespublic scala.collection.immutable.Set<MemberStatus> LeavingClusterStatuses() 
 
- 
 
-