final class ShardRegionStats extends ClusterShardingSerializable with Product
- Annotations
- @SerialVersionUID()
- Source
- ShardRegion.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShardRegionStats
- Product
- Equals
- ClusterShardingSerializable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- def canEqual(o: Any): Boolean
- Definition Classes
- ShardRegionStats → Equals
- def equals(other: Any): Boolean
- Definition Classes
- ShardRegionStats → Equals → AnyRef → Any
- val failed: Set[ShardId]
- def getFailed(): [ShardId]
Java API
- def getStats(): [, Int]
Java API
- def hashCode(): Int
- Definition Classes
- ShardRegionStats → AnyRef → Any
- def productArity: Int
- Definition Classes
- ShardRegionStats → Product
- def productElement(n: Int): Any
- Definition Classes
- ShardRegionStats → 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 stats: Map[, Int]
- def toString(): String
- Definition Classes
- ShardRegionStats → AnyRef → Any