case class SlotRangeMapping(range: SlotRange, master: NodeAddress, masterId: commons.Opt[NodeId], slaves: Seq[(NodeAddress, commons.Opt[NodeId])]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SlotRangeMapping
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SlotRangeMapping(range: SlotRange, master: NodeAddress, masterId: commons.Opt[NodeId], slaves: Seq[(NodeAddress, commons.Opt[NodeId])])
Value Members
- val master: NodeAddress
- val masterId: commons.Opt[NodeId]
- val range: SlotRange
- val slaves: Seq[(NodeAddress, commons.Opt[NodeId])]
-
def
toString(): String
- Definition Classes
- SlotRangeMapping → AnyRef → Any