ostore.tapestry.impl
Class DynamicRepairRespMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.tapestry.impl.DynamicRepairRespMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class DynamicRepairRespMsg
- extends NetworkMessage
- implements QuickSerializable
src
public SecureHash src
digit
public int digit
value
public int value
level
public int level
al
public ArrayList al
DynamicRepairRespMsg
public DynamicRepairRespMsg(NodeId peer,
SecureHash src,
ArrayList al,
int digit,
int value,
int level)
DynamicRepairRespMsg
public DynamicRepairRespMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class NetworkMessage
- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class NetworkMessage
toString
public String toString()
- Overrides:
toString
in class NetworkMessage