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 class
FileTxnLog.FileTxnIterator
this 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.TxnIterator
FileTxnLog. read(long zxid)
start reading all the transactions from the given zxidTxnLog.TxnIterator
TxnLog. read(long zxid)
Start reading the transaction logs from a given zxid
-