|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.client.OSVersionPredicate | +--ostore.client.OSVPFresh
The OSVPFresh
object is a version predicate for use
in
s that is satisfied by any version
that has not yet expired. That is, any version for which the
value of the field
OSRead
ostore.dataobj.Metadata.EXPIRATION_DATE
has yet to
pass.
Constructor Summary | |
---|---|
OSVPFresh()
Creates a new OSVPFresh version predicate. |
|
OSVPFresh(InputBuffer buffer)
|
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 |
Constructor Detail |
public OSVPFresh()
OSVPFresh
version predicate.
public OSVPFresh(InputBuffer buffer)
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 |