ostore.tapestry.patchwork
Class PatchworkChangePeriodMsg
java.lang.Object
|
+--ostore.tapestry.patchwork.PatchworkChangePeriodMsg
- All Implemented Interfaces:
- QueueElementIF
- public class PatchworkChangePeriodMsg
- extends Object
- implements QueueElementIF
This represents a command to the PatchworkStage
indicating that it needs to change the period of one of its
messages to a new value (in milliseconds).
LATENCY
public static final int LATENCY
BANDWIDTH
public static final int BANDWIDTH
LOSS
public static final int LOSS
RECALC_MODEL
public static final int RECALC_MODEL
RESPOND
public static final int RESPOND
OP_ADD
public static final int OP_ADD
OP_MULT
public static final int OP_MULT
OP_SUB
public static final int OP_SUB
OP_DIV
public static final int OP_DIV
OP_EXP
public static final int OP_EXP
type
public int type
newPeriod
public int newPeriod
newOp
public int newOp
newFactor
public double newFactor
node
public NodeId node
PatchworkChangePeriodMsg
public PatchworkChangePeriodMsg(int type,
int newPeriod)
PatchworkChangePeriodMsg
public PatchworkChangePeriodMsg(int type,
int newPeriod,
int newOp,
double newFactor)
PatchworkChangePeriodMsg
public PatchworkChangePeriodMsg(int type,
int newPeriod,
NodeId node)
toString
public String toString()
- Overrides:
toString
in class Object