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.RegionEntry
apply(ActorRef region, Member member, scala.collection.immutable.IndexedSeq<java.lang.String> shardIds)
java.lang.String
toString()
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:
toString
in interfacescala.Function3<ActorRef,Member,scala.collection.immutable.IndexedSeq<java.lang.String>,ClusterShardAllocationMixin.RegionEntry>
- Overrides:
toString
in 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:
apply
in 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)
-
-