public final class Throttle extends java.lang.Object implements CommandOp, scala.Product, scala.Serializable
Constructor and Description |
---|
Throttle(RoleName node,
RoleName target,
ThrottlerTransportAdapter.Direction direction,
float rateMBit) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
ThrottlerTransportAdapter.Direction |
direction() |
abstract static boolean |
equals(java.lang.Object that) |
RoleName |
node() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
float |
rateMBit() |
RoleName |
target() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Throttle(RoleName node, RoleName target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public RoleName node()
public RoleName target()
public ThrottlerTransportAdapter.Direction direction()
public float rateMBit()