case class Redirection(address: NodeAddress, slot: Int, ask: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Redirection
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Redirection(address: NodeAddress, slot: Int, ask: Boolean)