case class NodeInfo(infoLine: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NodeInfo(infoLine: String)
Value Members
- val address: NodeAddress
- val clusterPort: commons.Opt[String]
- val configEpoch: Long
- val connected: Boolean
- val flags: NodeFlags
- val id: NodeId
- val importingSlots: Seq[(Int, NodeId)]
- val infoLine: String
- val master: commons.Opt[NodeId]
- val migratingSlots: Seq[(Int, NodeId)]
- val pingSent: Long
- val pongRecv: Long
- val slots: Seq[SlotRange]
-
def
toString(): String
- Definition Classes
- NodeInfo → AnyRef → Any