final class CurrentShardRegionState extends ClusterShardingSerializable with Product
Ordering
- Alphabetic
- By Inheritance
Inherited
- CurrentShardRegionState
- Product
- Equals
- ClusterShardingSerializable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CurrentShardRegionState(shards: Set[ShardState])
- new CurrentShardRegionState(shards: Set[ShardState], failed: Set[ShardId])
Value Members
- def canEqual(o: Any): Boolean
- Definition Classes
- CurrentShardRegionState → Equals
- def equals(other: Any): Boolean
- Definition Classes
- CurrentShardRegionState → Equals → AnyRef → Any
- val failed: Set[ShardId]
- def getFailed(): [ShardId]
Java API
- def getShards(): [ShardState]
Java API:
Java API:
If gathering the shard information times out the set of shards will be empty.
- def hashCode(): Int
- Definition Classes
- CurrentShardRegionState → AnyRef → Any
- def productArity: Int
- Definition Classes
- CurrentShardRegionState → Product
- def productElement(n: Int): Any
- Definition Classes
- CurrentShardRegionState → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- val shards: Set[ShardState]
- def toString(): String
- Definition Classes
- CurrentShardRegionState → AnyRef → Any
Reply to GetShardRegionState$
If gathering the shard information times out the set of shards will be empty.