ostore.oil
Class SegmentPager.ReverseRequest
java.lang.Object
|
+--ostore.oil.SegmentPager.ReverseRequest
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- Enclosing class:
- SegmentPager
- public static class SegmentPager.ReverseRequest
- 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 some
Segment
entry.
SegmentPager.ReverseRequest
public SegmentPager.ReverseRequest(QuickSerializable id)
SegmentPager.ReverseRequest
public SegmentPager.ReverseRequest(InputBuffer buffer)
throws QSException
- Constructs a
ReverseRequest
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