Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.persistence |
Constructor and Description |
---|
TxnLogProposalIterator(TxnLog.TxnIterator itr) |
Modifier and Type | Class and Description |
---|---|
static class |
FileTxnLog.FileTxnIterator
this class implements the txnlog iterator interface
which is used for reading the transaction logs
|
Modifier and Type | Method and Description |
---|---|
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
|
TxnLog.TxnIterator |
FileTxnLog.read(long zxid,
boolean fastForward)
start reading all the transactions from the given zxid.
|
TxnLog.TxnIterator |
FileTxnSnapLog.readTxnLog(long zxid)
Get TxnIterator for iterating through txnlog starting at a given zxid
|
TxnLog.TxnIterator |
FileTxnSnapLog.readTxnLog(long zxid,
boolean fastForward)
Get TxnIterator for iterating through txnlog starting at a given zxid
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.