Uses of Interface
org.apache.zookeeper.server.persistence.TxnLog.TxnIterator
Packages that use TxnLog.TxnIterator
Package
Description
ZooKeeper server theory of operation
-
Uses of TxnLog.TxnIterator in org.apache.zookeeper.server
Constructors in org.apache.zookeeper.server with parameters of type TxnLog.TxnIterator -
Uses of TxnLog.TxnIterator in org.apache.zookeeper.server.persistence
Classes in org.apache.zookeeper.server.persistence that implement TxnLog.TxnIteratorModifier and TypeClassDescriptionstatic class
this class implements the txnlog iterator interface which is used for reading the transaction logsMethods in org.apache.zookeeper.server.persistence that return TxnLog.TxnIteratorModifier and TypeMethodDescriptionFileTxnLog.read
(long zxid) start reading all the transactions from the given zxidFileTxnLog.read
(long zxid, boolean fastForward) start reading all the transactions from the given zxid.TxnLog.read
(long zxid) Start reading the transaction logs from a given zxidFileTxnSnapLog.readTxnLog
(long zxid) Get TxnIterator for iterating through txnlog starting at a given zxidFileTxnSnapLog.readTxnLog
(long zxid, boolean fastForward) Get TxnIterator for iterating through txnlog starting at a given zxid