ostore.tapestry.impl
Class OverlayPath
java.lang.Object
|
+--ostore.tapestry.impl.OverlayPath
- All Implemented Interfaces:
- QuickSerializable
- public class OverlayPath
- extends Object
- implements QuickSerializable
INCOMPLETE
public static final int INCOMPLETE
COMPLETE
public static final int COMPLETE
id
public SecureHash id
src
public SecureHash src
dst
public SecureHash dst
nodeids
public ArrayList nodeids
guids
public ArrayList guids
rtts
public ArrayList rtts
OverlayPath
public OverlayPath(SecureHash src,
SecureHash dst)
OverlayPath
public OverlayPath(int flag,
SecureHash src,
SecureHash dst,
ArrayList nodeids,
ArrayList guids,
ArrayList rtts)
OverlayPath
public OverlayPath(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
- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object