From: Patrick H. <ph...@gm...> - 2008-06-05 00:36:16
|
Seems we don't have documentation for this, I looked in both the api docs and the wiki. I have created a bug for us to add this: https://sourceforge.net/tracker/index.php?func=detail&aid=1984955&group_id=209147&atid=1008544 in the mean time: > private long czxid; created zxid > private long mzxid; last modified zxid > private long ctime; created time > private long mtime; last modified time > private int version; current version > private int cversion; child list version > private int aversion; acl list version > private long ephemeralOwner; client id of the owner (if this is ephemeral node, 0 otw) zxid is the transaction id times are in milliseconds (java System.currentTimeMillis()) version is incremented on each change (initalized to 0) Regards, Patrick > > > Shane Mingins > ELC Technologies (TM) > 1921 State Street > Santa Barbara, CA 93101 > > > Phone: +64 4 568 6684 > Mobile: +64 21 435 586 > Email: smi...@el... > AIM: ShaneMingins > Skype: shane.mingins > > (866) 863-7365 Tel - Santa Barbara Office > (866) 893-1902 Fax - Santa Barbara Office > > +44 020 7504 1346 Tel - London Office > +44 020 7504 1347 Fax - London Office > > http://www.elctech.com > > -------------------------------------------------------------------- > Privacy and Confidentiality Notice: > The information contained in this electronic mail message is intended > for the named recipient(s) only. It may contain privileged and > confidential information. If you are not an intended recipient, you > must not copy, forward, distribute or take any action in reliance on > it. If you have received this electronic mail message in > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Zookeeper-user mailing list > Zoo...@li... > https://lists.sourceforge.net/lists/listinfo/zookeeper-user |