case class SlaveInfo(infoLine: String) extends ParsedInfo with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SlaveInfo
- Serializable
- Serializable
- Product
- Equals
- ParsedInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SlaveInfo(infoLine: String)
Value Members
- def addr: NodeAddress
- val infoLine: String
- def lag: Long
- def offset: Long
- def state: SlaveState
-
def
toString(): String
- Definition Classes
- ParsedInfo → AnyRef → Any