final class CurrentShardRegionState extends ClusterShardingSerializable with Product

Reply to GetShardRegionState$

If gathering the shard information times out the set of shards will be empty.

Annotations
@SerialVersionUID()
Source
ShardRegion.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CurrentShardRegionState
  2. Product
  3. Equals
  4. ClusterShardingSerializable
  5. Serializable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CurrentShardRegionState(shards: Set[ShardState])
  2. new CurrentShardRegionState(shards: Set[ShardState], failed: Set[ShardId])

Value Members

  1. def canEqual(o: Any): Boolean
    Definition Classes
    CurrentShardRegionState → Equals
  2. def equals(other: Any): Boolean
    Definition Classes
    CurrentShardRegionState → Equals → AnyRef → Any
  3. val failed: Set[ShardId]
  4. def getFailed(): Set[ShardId]

    Java API

  5. def getShards(): Set[ShardState]

    Java API:

    Java API:

    If gathering the shard information times out the set of shards will be empty.

  6. def hashCode(): Int
    Definition Classes
    CurrentShardRegionState → AnyRef → Any
  7. def productArity: Int
    Definition Classes
    CurrentShardRegionState → Product
  8. def productElement(n: Int): Any
    Definition Classes
    CurrentShardRegionState → Product
  9. def productElementName(n: Int): String
    Definition Classes
    Product
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def productIterator: Iterator[Any]
    Definition Classes
    Product
  12. def productPrefix: String
    Definition Classes
    Product
  13. val shards: Set[ShardState]
  14. def toString(): String
    Definition Classes
    CurrentShardRegionState → AnyRef → Any