Class ShardCoordinator.Internal$.State$
java.lang.Object
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShardCoordinator.Internal$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShardCoordinator.Internal$.State$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.sharding.ShardCoordinator.Internal.Stateapply(scala.collection.immutable.Map<String, ActorRef> shards, scala.collection.immutable.Map<ActorRef, scala.collection.immutable.Vector<String>> regions, scala.collection.immutable.Set<ActorRef> regionProxies, scala.collection.immutable.Set<String> unallocatedShards, boolean rememberEntities) State of the shard coordinator.scala.collection.immutable.Set<ActorRef>scala.collection.immutable.Set<String>booleanorg.apache.pekko.cluster.sharding.ShardCoordinator.Internal.Stateempty()scala.Option<scala.Tuple5<scala.collection.immutable.Map<String,ActorRef>, scala.collection.immutable.Map<ActorRef, scala.collection.immutable.Vector<String>>, scala.collection.immutable.Set<ActorRef>, scala.collection.immutable.Set<String>, Object>> unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.State x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
State$
public State$()
-
-
Method Details
-
empty
public org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.State empty() -
apply
public org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.State apply(scala.collection.immutable.Map<String, ActorRef> shards, scala.collection.immutable.Map<ActorRef, scala.collection.immutable.Vector<String>> regions, scala.collection.immutable.Set<ActorRef> regionProxies, scala.collection.immutable.Set<String> unallocatedShards, boolean rememberEntities) State of the shard coordinator. Was also used as the persistent state in the old persistent coordinator. -
apply$default$1
-
apply$default$2
-
apply$default$3
-
apply$default$4
-
apply$default$5
public boolean apply$default$5() -
unapply
public scala.Option<scala.Tuple5<scala.collection.immutable.Map<String,ActorRef>, unapplyscala.collection.immutable.Map<ActorRef, scala.collection.immutable.Vector<String>>, scala.collection.immutable.Set<ActorRef>, scala.collection.immutable.Set<String>, Object>> (org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.State x$0)
-