ostore.tapestry.impl
Class DynamicPingMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.tapestry.impl.DynamicPingMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class DynamicPingMsg
- extends NetworkMessage
- implements QuickSerializable
type
public int type
GENERAL
public static final int GENERAL
NEARESTNEIGHBOR
public static final int NEARESTNEIGHBOR
INSERTION
public static final int INSERTION
src
public SecureHash src
DynamicPingMsg
public DynamicPingMsg(NodeId peer,
SecureHash src,
int type)
DynamicPingMsg
public DynamicPingMsg(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