Class SnapshotInfo
java.lang.Object
org.apache.zookeeper.server.persistence.SnapshotInfo
stores the zxid (as in its file name) and the last modified timestamp
of a snapshot file
-
Field Summary
Fields -
Method Summary
-
Field Details
-
zxid
public long zxid -
timestamp
public long timestamp
-