Package org.apache.zookeeper.server.persistence
package org.apache.zookeeper.server.persistence
-
ClassDescriptionThis class implements the snapshot interface.This class implements the TxnLog interface.this class implements the txnlog iterator interface which is used for reading the transaction logsThis is a helper class above the implementations of txnlog and snapshot classesThis listener helps the external apis calling restore to gather information while the data is being restored.snapshot interface for the persistence layer.stores the zxid (as in its file name) and the last modified timestamp of a snapshot fileRepresent the Stream used in serialize and deserialize the Snapshot.Interface for reading transaction logs.an iterating interface for reading transaction logs.A collection of utility methods for dealing with file name parsing, low level I/O file operations and marshalling/unmarshalling.