|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.client.OSVersionPredicate | +--ostore.client.OSVPVersionId
The OSVPVersionId
is a version predicate that is
satisfied only by the version identifier specified in the
predicate.
Field Summary | |
---|---|
static byte |
VGUID
A code to indicate that the given version identifier is a Vguid. |
static byte |
VHASH
A code to indicate that the given version identifier is a Vhash. |
Constructor Summary | |
---|---|
OSVPVersionId(byte version_id_type,
SecureHash version_id)
|
|
OSVPVersionId(InputBuffer buffer)
|
|
OSVPVersionId(VID vid)
|
Method Summary | |
---|---|
VersionPredicate |
compile()
|
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
Returns a String representation of this OSVersionPredicate . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final byte VHASH
public static final byte VGUID
Constructor Detail |
public OSVPVersionId(byte version_id_type, SecureHash version_id)
public OSVPVersionId(VID vid)
public OSVPVersionId(InputBuffer buffer) throws QSException
Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
serialize
in class OSVersionPredicate
buffer
- the output buffer to add the object topublic String toString()
OSVersionPredicate
OSVersionPredicate
.
toString
in class OSVersionPredicate
OSVersionPredicate
public VersionPredicate compile()
compile
in class OSVersionPredicate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |