final case class GetShardRegionState(entityTypeKey: EntityTypeKey[_], replyTo: ActorRef[CurrentShardRegionState]) extends ClusterShardingQuery with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetShardRegionState
- Serializable
- Product
- Equals
- ClusterShardingQuery
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GetShardRegionState(entityTypeKey: EntityTypeKey[_], replyTo: [CurrentShardRegionState])
Java API
Java API
Query the ShardRegion state for the given entity type key. This will get the state of the local ShardRegion's state.
- new GetShardRegionState(entityTypeKey: EntityTypeKey[_], replyTo: [CurrentShardRegionState])
Value Members
- val entityTypeKey: EntityTypeKey[_]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val replyTo: [CurrentShardRegionState]
Query the ShardRegion state for the given entity type key. This will get the state of the local ShardRegion's state.
Intended for testing purpose to see when cluster sharding is "ready" or to monitor the state of the shard regions.
For the statistics for the entire cluster, see GetClusterShardingStats.