final class ShardRegionStats extends ClusterShardingSerializable with Product

Annotations
@SerialVersionUID()
Source
ShardRegion.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShardRegionStats
  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 ShardRegionStats(stats: Map[ShardId, Int])
  2. new ShardRegionStats(stats: Map[ShardId, Int], failed: Set[ShardId])

    stats

    the region stats mapping of ShardId to number of entities

    failed

    set of shards if any failed to respond within the timeout

Value Members

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

    Java API

  5. def getStats(): Map[ShardId, Int]

    Java API

  6. def hashCode(): Int
    Definition Classes
    ShardRegionStats → AnyRef → Any
  7. def productArity: Int
    Definition Classes
    ShardRegionStats → Product
  8. def productElement(n: Int): Any
    Definition Classes
    ShardRegionStats → 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 stats: Map[ShardId, Int]
  14. def toString(): String
    Definition Classes
    ShardRegionStats → AnyRef → Any