case class SlaveRole(master: NodeAddress, replState: ReplState, receivedDataOffset: Long) extends RedisRole with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SlaveRole
- Serializable
- Serializable
- Product
- Equals
- RedisRole
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SlaveRole(master: NodeAddress, replState: ReplState, receivedDataOffset: Long)