Uses of Package
org.apache.zookeeper.server.persistence

Packages that use org.apache.zookeeper.server.persistence
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.persistence   
org.apache.zookeeper.server.quorum   
 

Classes in org.apache.zookeeper.server.persistence used by org.apache.zookeeper.server
FileTxnSnapLog
          This is a helper class above the implementations of txnlog and snapshot classes
 

Classes in org.apache.zookeeper.server.persistence used by org.apache.zookeeper.server.persistence
FileHeader
           
FileTxnSnapLog.PlayBackListener
          This listener helps the external apis calling restore to gather information while the data is being restored.
SnapShot
          snapshot interface for the persistence layer.
TxnLog
          Interface for reading transaction logs.
TxnLog.TxnIterator
          an iterating interface for reading transaction logs.
 

Classes in org.apache.zookeeper.server.persistence used by org.apache.zookeeper.server.quorum
FileTxnSnapLog
          This is a helper class above the implementations of txnlog and snapshot classes
 



Copyright © 2010 The Apache Software Foundation