public class ZxidUtils extends Object
| Constructor and Description | 
|---|
ZxidUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static long | 
getCounterFromZxid(long zxid)  | 
static long | 
getEpochFromZxid(long zxid)  | 
static long | 
makeZxid(long epoch,
        long counter)  | 
static String | 
zxidToString(long zxid)  | 
public static long getEpochFromZxid(long zxid)
public static long getCounterFromZxid(long zxid)
public static long makeZxid(long epoch,
                            long counter)
public static String zxidToString(long zxid)
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.