Class ZStat
java.lang.Object
org.apache.zookeeper.server.jersey.jaxb.ZStat
Represents a STAT using JAXB.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
-
uri
-
data64
public byte[] data64 -
dataUtf8
-
czxid
public long czxid -
mzxid
public long mzxid -
ctime
public long ctime -
mtime
public long mtime -
version
public int version -
cversion
public int cversion -
aversion
public int aversion -
ephemeralOwner
public long ephemeralOwner -
dataLength
public int dataLength -
numChildren
public int numChildren -
pzxid
public long pzxid
-
-
Constructor Details
-
ZStat
public ZStat() -
ZStat
-
ZStat
-
-
Method Details
-
hashCode
public int hashCode() -
equals
This method considers two ZStats equal if their path, encoding, and data match. It does not compare the ZooKeeper org.apache.zookeeper.data.Stat class fields. -
toString
-