Class ShardCoordinator.Internal$
java.lang.Object
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$
- Enclosing class:
- ShardCoordinator
INTERNAL API
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classShardCoordinatorinitiates rebalancing process by sending this message to all registeredShardRegionactors (including proxy only).classfinal classAcknowledgement ofShardCoordinator.Internal$.BeginHandOffclassstatic interfaceMessages sent to the coordinatorstatic interfaceMessages sent from the coordinatorstatic interfacefinal classShardRegionrequests the location of a shard by sending this message to theShardCoordinator.classfinal classShardRegionrequests full handoff to be able to shutdown gracefully.classfinal classWhen allShardRegionactors have acknowledged theBeginHandOfftheShardCoordinatorsends this message to theShardRegionresponsible for the shard.classfinal classShardCoordinatorinforms aShardRegionthat it is hosting this shardclassfinal classNotification when the entire shard region has stoppedclassfinal classShardRegionregisters toShardCoordinator, until it receivesShardCoordinator.Internal$.RegisterAck.classfinal classAcknowledgement fromShardCoordinatorthatShardCoordinator.Internal$.RegisterorShardCoordinator.Internal$.RegisterProxywas successful.classfinal classShardRegionin proxy only mode registers toShardCoordinator, until it receivesShardCoordinator.Internal$.RegisterAck.classclassclassfinal classShardCoordinatorreplies with this message forShardCoordinator.Internal$.GetShardHomerequests.classfinal classclassfinal classclassfinal classOne or more sent to region directly after registration to speed up new shard startup.classfinal classclassfinal classclassfinal classclassfinal classclassfinal classShardRegionreplies with this message forShardCoordinator.Internal$.HostShardrequests which lead to it hosting the shardclassfinal classReply toHandOffwhen all entities in the shard have been terminated.classfinal classclassclassclassclassUsed as a special termination message fromClusterShardingclassUsed as a special termination message fromClusterSharding -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShardCoordinator.Internal$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Internal$
public Internal$()
-