case class ClusterStateInfo(info: String) extends ParsedInfo with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterStateInfo
- Serializable
- Serializable
- Product
- Equals
- ParsedInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClusterStateInfo(info: String)
Value Members
- val currentEpoch: Long
- val info: String
- val knownNodes: Int
- val myEpoch: Long
- val size: Int
- val slotsAssigned: Int
- val slotsFail: Int
- val slotsOk: Int
- val slotsPfail: Int
- val stateOk: Boolean
- val statsMessagesReceived: Long
- val statsMessagesSent: Long
-
def
toString(): String
- Definition Classes
- ParsedInfo → AnyRef → Any