Uses of Interface
org.apache.zookeeper.server.persistence.TxnLog.TxnIterator

Packages that use TxnLog.TxnIterator
org.apache.zookeeper.server.persistence   
 

Uses of TxnLog.TxnIterator in org.apache.zookeeper.server.persistence
 

Classes in org.apache.zookeeper.server.persistence that implement TxnLog.TxnIterator
static class FileTxnLog.FileTxnIterator
          this class implements the txnlog iterator interface which is used for reading the transaction logs
 

Methods in org.apache.zookeeper.server.persistence that return TxnLog.TxnIterator
 TxnLog.TxnIterator FileTxnLog.read(long zxid)
          start reading all the transactions from the given zxid
 TxnLog.TxnIterator TxnLog.read(long zxid)
          Start reading the transaction logs from a given zxid
 



Copyright © 2011 The Apache Software Foundation