ostore.network.patchwork
Class DeltaMsg
java.lang.Object
|
+--ostore.network.patchwork.DeltaMsg
- All Implemented Interfaces:
- QueueElementIF
- public class DeltaMsg
- extends Object
- implements QueueElementIF
A DeltaMsg
is sent out every time Patchwork recalculates
its table of statistics. It contains a Delta
that should be
applied to every stage's local PatchworkTable
, through the
table's add_delta
method.
- Version:
- $Id: DeltaMsg.java,v 1.1 2003/01/24 21:05:19 strib Exp $
- Author:
- Jeremy Stribling
delta
public PatchworkTable.Delta delta
DeltaMsg
public DeltaMsg(PatchworkTable.Delta delta)
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
toString
public String toString()
- Overrides:
toString
in class Object