Packages

c

com.avsystem.commons.redis.commands

ClusterStateInfo

case class ClusterStateInfo(info: String) extends ParsedInfo with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterStateInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ParsedInfo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClusterStateInfo(info: String)

Value Members

  1. val currentEpoch: Long
  2. val info: String
  3. val knownNodes: Int
  4. val myEpoch: Long
  5. val size: Int
  6. val slotsAssigned: Int
  7. val slotsFail: Int
  8. val slotsOk: Int
  9. val slotsPfail: Int
  10. val stateOk: Boolean
  11. val statsMessagesReceived: Long
  12. val statsMessagesSent: Long
  13. def toString(): String
    Definition Classes
    ParsedInfo → AnyRef → Any