ostore.inner
Class VGuidGenerationReq

java.lang.Object
  |
  +--ostore.inner.VGuidGenerationReq
All Implemented Interfaces:
QuickSerializable

public class VGuidGenerationReq
extends Object
implements QuickSerializable


Field Summary
 LinkedList heartbeats
           
 SecureHash ring_id
           
 
Constructor Summary
VGuidGenerationReq(InputBuffer buffer)
           
VGuidGenerationReq(SecureHash ring_id, LinkedList heartbeats)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 LinkedList targets()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ring_id

public SecureHash ring_id

heartbeats

public LinkedList heartbeats
Constructor Detail

VGuidGenerationReq

public VGuidGenerationReq(SecureHash ring_id,
                          LinkedList heartbeats)

VGuidGenerationReq

public VGuidGenerationReq(InputBuffer buffer)
                   throws QSException
Method Detail

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