Class ZxidUtils

java.lang.Object
org.apache.zookeeper.server.util.ZxidUtils

public class ZxidUtils extends Object
  • Constructor Details

    • ZxidUtils

      public ZxidUtils()
  • Method Details

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