org.apache.zookeeper.server.util
Class ZxidUtils
java.lang.Object
org.apache.zookeeper.server.util.ZxidUtils
public class ZxidUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZxidUtils
public ZxidUtils()
getEpochFromZxid
public static long getEpochFromZxid(long zxid)
getCounterFromZxid
public static long getCounterFromZxid(long zxid)
makeZxid
public static long makeZxid(long epoch,
long counter)
zxidToString
public static String zxidToString(long zxid)
Copyright © 2013 The Apache Software Foundation