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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public QuickSerializable id
- The unique identifier for the requested
Segment
SegmentPager.Request
public SegmentPager.Request(QuickSerializable id)
SegmentPager.Request
public SegmentPager.Request(InputBuffer buffer)
throws QSException
- Constructs a
Request
from its
serialize
d form.
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