Class ZxidUtils


  • public class ZxidUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ZxidUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long getCounterFromZxid​(long zxid)  
      static long getEpochFromZxid​(long zxid)  
      static long makeZxid​(long epoch, long counter)  
      static java.lang.String zxidToString​(long zxid)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.lang.String zxidToString​(long zxid)