Class ShardRegion$
java.lang.Object
org.apache.pekko.cluster.sharding.ShardRegion$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShardRegion$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.sharding.ShardRegion.GetCurrentRegions$Java API: Send this message to theShardRegionactor to request forCurrentRegions, which contains the addresses of all registered regions.org.apache.pekko.cluster.sharding.ShardRegion.GetShardRegionStats$Java API:org.apache.pekko.cluster.sharding.ShardRegion.GetShardRegionState$Java API:org.apache.pekko.cluster.sharding.ShardRegion.GracefulShutdown$Java API: Send this message to theShardRegionactor to handoff all shards that are hosted by theShardRegionand then theShardRegionactor will be stopped.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ShardRegion$
public ShardRegion$()
-
-
Method Details
-
gracefulShutdownInstance
public org.apache.pekko.cluster.sharding.ShardRegion.GracefulShutdown$ gracefulShutdownInstance()Java API: Send this message to theShardRegionactor to handoff all shards that are hosted by theShardRegionand then theShardRegionactor will be stopped. You canwatchit to know when it is completed. -
getCurrentRegionsInstance
public org.apache.pekko.cluster.sharding.ShardRegion.GetCurrentRegions$ getCurrentRegionsInstance()Java API: Send this message to theShardRegionactor to request forCurrentRegions, which contains the addresses of all registered regions.Intended for testing purpose to see when cluster sharding is "ready" or to monitor the state of the shard regions.
-
getRegionStatsInstance
public org.apache.pekko.cluster.sharding.ShardRegion.GetShardRegionStats$ getRegionStatsInstance()Java API: -
getShardRegionStateInstance
public org.apache.pekko.cluster.sharding.ShardRegion.GetShardRegionState$ getShardRegionStateInstance()Java API:
-