Package akka.cluster.sharding.internal
Class ClusterShardAllocationMixin.RegionEntry$
- java.lang.Object
 - 
- scala.runtime.AbstractFunction3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>,ClusterShardAllocationMixin.RegionEntry>
 - 
- akka.cluster.sharding.internal.ClusterShardAllocationMixin.RegionEntry$
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Function3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>,ClusterShardAllocationMixin.RegionEntry>
- Enclosing interface:
 - ClusterShardAllocationMixin
 
public static class ClusterShardAllocationMixin.RegionEntry$ extends scala.runtime.AbstractFunction3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>,ClusterShardAllocationMixin.RegionEntry> implements java.io.Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ClusterShardAllocationMixin.RegionEntry$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description RegionEntry$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterShardAllocationMixin.RegionEntryapply(ActorRef region, Member member, scala.collection.immutable.IndexedSeq<java.lang.String> shardIds)java.lang.StringtoString()scala.Option<scala.Tuple3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>>>unapply(ClusterShardAllocationMixin.RegionEntry x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ClusterShardAllocationMixin.RegionEntry$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
toString
public final java.lang.String toString()
- Specified by:
 toStringin interfacescala.Function3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>,ClusterShardAllocationMixin.RegionEntry>- Overrides:
 toStringin classscala.runtime.AbstractFunction3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>,ClusterShardAllocationMixin.RegionEntry>
 
- 
apply
public ClusterShardAllocationMixin.RegionEntry apply(ActorRef region, Member member, scala.collection.immutable.IndexedSeq<java.lang.String> shardIds)
- Specified by:
 applyin interfacescala.Function3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>,ClusterShardAllocationMixin.RegionEntry>
 
- 
unapply
public scala.Option<scala.Tuple3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>>> unapply(ClusterShardAllocationMixin.RegionEntry x$0)
 
 - 
 
 -