ostore.oil
Class SegmentPager.Request

java.lang.Object
  |
  +--ostore.oil.SegmentPager.Request
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
SegmentPager

public static class SegmentPager.Request
extends Object
implements QueueElementIF, QuickSerializable


Field Summary
 QuickSerializable id
          The unique identifier for the requested Segment
 
Constructor Summary
SegmentPager.Request(InputBuffer buffer)
          Constructs a Request from its serialized form.
SegmentPager.Request(QuickSerializable id)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public QuickSerializable id
The unique identifier for the requested Segment

Constructor Detail

SegmentPager.Request

public SegmentPager.Request(QuickSerializable id)

SegmentPager.Request

public SegmentPager.Request(InputBuffer buffer)
                     throws QSException
Constructs a Request from its serialized form.

Method Detail

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