ostore.inner
Class VGuidGenerationReq
java.lang.Object
|
+--ostore.inner.VGuidGenerationReq
- All Implemented Interfaces:
- QuickSerializable
- public class VGuidGenerationReq
- extends Object
- implements QuickSerializable
ring_id
public SecureHash ring_id
heartbeats
public LinkedList heartbeats
VGuidGenerationReq
public VGuidGenerationReq(SecureHash ring_id,
LinkedList heartbeats)
VGuidGenerationReq
public VGuidGenerationReq(InputBuffer buffer)
throws QSException
toString
public String toString()
- Overrides:
toString
in class Object
targets
public LinkedList targets()
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to