Packages

case class NodeInfo(infoLine: String) extends Product with Serializable

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

Instance Constructors

  1. new NodeInfo(infoLine: String)

Value Members

  1. val address: NodeAddress
  2. val clusterPort: commons.Opt[String]
  3. val configEpoch: Long
  4. val connected: Boolean
  5. val flags: NodeFlags
  6. val id: NodeId
  7. val importingSlots: Seq[(Int, NodeId)]
  8. val infoLine: String
  9. val master: commons.Opt[NodeId]
  10. val migratingSlots: Seq[(Int, NodeId)]
  11. val pingSent: Long
  12. val pongRecv: Long
  13. val slots: Seq[SlotRange]
  14. def toString(): String
    Definition Classes
    NodeInfo → AnyRef → Any