case object GetShardRegionStats extends ShardRegionQuery with ClusterShardingSerializable with Product with Serializable
Send this message to the ShardRegion
actor to request for ShardRegionStats,
which contains statistics about the currently running sharded entities in the
entire region.
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$.
- Annotations
- @SerialVersionUID()
- Source
- ShardRegion.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetShardRegionStats
- Product
- Equals
- ClusterShardingSerializable
- Serializable
- ShardRegionQuery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected