o

akka.cluster.sharding.ShardRegion

GetShardRegionState

case object GetShardRegionState extends ShardRegionQuery with ClusterShardingSerializable with Product with Serializable

Send this message to a ShardRegion actor instance to request a CurrentShardRegionState which describes the current state of the region. The state contains information about what shards are running in this region and what entities are running on each of those shards.

Annotations
@SerialVersionUID()
Source
ShardRegion.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetShardRegionState
  2. Product
  3. Equals
  4. ClusterShardingSerializable
  5. Serializable
  6. ShardRegionQuery
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product