Uses of Interface
org.apache.zookeeper.server.persistence.TxnLog.TxnIterator
-
Packages that use TxnLog.TxnIterator Package Description 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 Modifier and Type Class Description static classFileTxnLog.FileTxnIteratorthis class implements the txnlog iterator interface which is used for reading the transaction logsMethods in org.apache.zookeeper.server.persistence that return TxnLog.TxnIterator Modifier and Type Method Description TxnLog.TxnIteratorFileTxnLog. read(long zxid)start reading all the transactions from the given zxidTxnLog.TxnIteratorTxnLog. read(long zxid)Start reading the transaction logs from a given zxid
-