Class ShardCoordinator.Internal$.State$

java.lang.Object
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
All Implemented Interfaces:
Serializable
Enclosing class:
ShardCoordinator.Internal$

public class ShardCoordinator.Internal$.State$ extends Object implements Serializable
See Also:
  • Field Details

  • 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

      public scala.collection.immutable.Map<String,ActorRef> apply$default$1()
    • apply$default$2

      public scala.collection.immutable.Map<ActorRef,scala.collection.immutable.Vector<String>> apply$default$2()
    • apply$default$3

      public scala.collection.immutable.Set<ActorRef> apply$default$3()
    • apply$default$4

      public scala.collection.immutable.Set<String> apply$default$4()
    • apply$default$5

      public boolean apply$default$5()
    • unapply

      public 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)