public static class ShardCoordinator.Internal$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ShardCoordinator.Internal$.BeginHandOff
ShardCoordinator initiates rebalancing process by sending this message
to all registered ShardRegion actors (including proxy only). |
class |
ShardCoordinator.Internal$.BeginHandOffAck
Acknowledgement of
ShardCoordinator.Internal$.BeginHandOff |
static interface |
ShardCoordinator.Internal$.CoordinatorCommand
Messages sent to the coordinator
|
static interface |
ShardCoordinator.Internal$.CoordinatorMessage
Messages sent from the coordinator
|
static interface |
ShardCoordinator.Internal$.DomainEvent |
class |
ShardCoordinator.Internal$.GetShardHome
ShardRegion requests the location of a shard by sending this message
to the ShardCoordinator . |
class |
ShardCoordinator.Internal$.GracefulShutdownReq
ShardRegion requests full handoff to be able to shutdown gracefully. |
class |
ShardCoordinator.Internal$.HandOff
When all
ShardRegion actors have acknowledged the BeginHandOff the
ShardCoordinator sends this message to the ShardRegion responsible for the
shard. |
class |
ShardCoordinator.Internal$.HostShard
ShardCoordinator informs a ShardRegion that it is hosting this shard |
class |
ShardCoordinator.Internal$.Register
ShardRegion registers to ShardCoordinator , until it receives ShardCoordinator.Internal$.RegisterAck . |
class |
ShardCoordinator.Internal$.RegisterAck
Acknowledgement from
ShardCoordinator that ShardCoordinator.Internal$.Register or ShardCoordinator.Internal$.RegisterProxy was successful. |
class |
ShardCoordinator.Internal$.RegisterProxy
ShardRegion in proxy only mode registers to ShardCoordinator , until it receives ShardCoordinator.Internal$.RegisterAck . |
class |
ShardCoordinator.Internal$.ShardHome
ShardCoordinator replies with this message for ShardCoordinator.Internal$.GetShardHome requests. |
class |
ShardCoordinator.Internal$.ShardHomeAllocated |
class |
ShardCoordinator.Internal$.ShardHomeDeallocated |
class |
ShardCoordinator.Internal$.ShardRegionProxyRegistered |
class |
ShardCoordinator.Internal$.ShardRegionProxyTerminated |
class |
ShardCoordinator.Internal$.ShardRegionRegistered |
class |
ShardCoordinator.Internal$.ShardRegionTerminated |
class |
ShardCoordinator.Internal$.ShardStarted
ShardRegion replies with this message for ShardCoordinator.Internal$.HostShard requests which lead to it hosting the shard |
class |
ShardCoordinator.Internal$.ShardStopped
Reply to
HandOff when all entities in the shard have been terminated. |
class |
ShardCoordinator.Internal$.State |
class |
ShardCoordinator.Internal$.StateInitialized |
Modifier and Type | Field and Description |
---|---|
static ShardCoordinator.Internal$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Internal$() |
public static final ShardCoordinator.Internal$ MODULE$