Class SnapshotInfo

java.lang.Object
org.apache.zookeeper.server.persistence.SnapshotInfo

public class SnapshotInfo extends Object
stores the zxid (as in its file name) and the last modified timestamp of a snapshot file
  • Field Details

    • zxid

      public long zxid
    • timestamp

      public long timestamp