|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.read.VIDPredicate
A VersionPredicate
that requires the single version with
the specified VID
.
VID
Constructor Summary | |
---|---|
VIDPredicate(InputBuffer buffer)
Constructs a VIDPredicate from its
serialize d form. |
|
VIDPredicate(VID vid)
Constructs a new VIDPredicate . |
Method Summary | |
---|---|
VID |
get_vid()
Returns the id of the desired version. |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
Returns a human-readable representation of this predicate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VIDPredicate(VID vid)
VIDPredicate
.
vid
- The id of the desired version.public VIDPredicate(InputBuffer buffer) throws QSException
VIDPredicate
from its
serialize
d form.
Method Detail |
public VID get_vid()
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
buffer
- the output buffer to add the object topublic String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |