Package akka.cluster.sharding
Class ShardCoordinator$
- java.lang.Object
-
- akka.cluster.sharding.ShardCoordinator$
-
public class ShardCoordinator$ extends java.lang.Object
- See Also:
ClusterSharding extension
-
-
Field Summary
Fields Modifier and Type Field Description static ShardCoordinator$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ShardCoordinator$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Props
props(java.lang.String typeName, ClusterShardingSettings settings, ShardCoordinator.ShardAllocationStrategy allocationStrategy)
INTERNAL API Factory method for theProps
of theShardCoordinator
actor.Props
props(java.lang.String typeName, ClusterShardingSettings settings, ShardCoordinator.ShardAllocationStrategy allocationStrategy, ActorRef replicator, int majorityMinCap)
INTERNAL API Factory method for theProps
of theShardCoordinator
actor with state based on ddata.Props
rebalanceWorkerProps(java.lang.String shard, ActorRef from, scala.concurrent.duration.FiniteDuration handOffTimeout, scala.collection.immutable.Set<ActorRef> regions, scala.collection.immutable.Set<ActorRef> shuttingDownRegions)
-
-
-
Field Detail
-
MODULE$
public static final ShardCoordinator$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
props
public Props props(java.lang.String typeName, ClusterShardingSettings settings, ShardCoordinator.ShardAllocationStrategy allocationStrategy)
INTERNAL API Factory method for theProps
of theShardCoordinator
actor.
-
props
public Props props(java.lang.String typeName, ClusterShardingSettings settings, ShardCoordinator.ShardAllocationStrategy allocationStrategy, ActorRef replicator, int majorityMinCap)
INTERNAL API Factory method for theProps
of theShardCoordinator
actor with state based on ddata.
-
-