Package akka.remote.testconductor
Class ThrottleMsg
- java.lang.Object
-
- akka.remote.testconductor.ThrottleMsg
-
- All Implemented Interfaces:
ClientOp
,ConfirmedClientOp
,NetworkOp
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public final class ThrottleMsg extends java.lang.Object implements ConfirmedClientOp, NetworkOp, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrottleMsg(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThrottleMsg
apply(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
boolean
canEqual(java.lang.Object x$1)
ThrottleMsg
copy(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
Address
copy$default$1()
ThrottlerTransportAdapter.Direction
copy$default$2()
float
copy$default$3()
ThrottlerTransportAdapter.Direction
direction()
boolean
equals(java.lang.Object x$1)
int
hashCode()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
float
rateMBit()
Address
target()
java.lang.String
toString()
static scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object>>
unapply(ThrottleMsg x$0)
-
-
-
Constructor Detail
-
ThrottleMsg
public ThrottleMsg(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
-
-
Method Detail
-
apply
public static ThrottleMsg apply(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
-
unapply
public static scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object>> unapply(ThrottleMsg x$0)
-
target
public Address target()
-
direction
public ThrottlerTransportAdapter.Direction direction()
-
rateMBit
public float rateMBit()
-
copy
public ThrottleMsg copy(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
-
copy$default$1
public Address copy$default$1()
-
copy$default$2
public ThrottlerTransportAdapter.Direction copy$default$2()
-
copy$default$3
public float copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-