Class ZxidUtils


  • public class ZxidUtils
    extends Object
    • Constructor Detail

      • ZxidUtils

        public ZxidUtils()
    • Method Detail

      • 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)