|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFamilyRevision
public class FamilyRevision
A FamiliyRevision class consists of a revision number and a expiration timestamp. When a write transaction starts, the transaction object is appended to the transaction list of the each column family and stored in the corresponding znode. When a write transaction is committed, the transaction object is removed from the list.
Method Summary | |
---|---|
int |
compareTo(FamilyRevision o)
|
long |
getExpireTimestamp()
|
long |
getRevision()
|
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public long getRevision()
public long getExpireTimestamp()
public String toString()
toString
in class Object
public int compareTo(FamilyRevision o)
compareTo
in interface Comparable<FamilyRevision>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |