Package | Description |
---|---|
org.apache.zookeeper.server.persistence |
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 |
TxnLog.read(long zxid)
Start reading the transaction logs
from a given zxid
|
TxnLog.TxnIterator |
FileTxnLog.read(long zxid)
start reading all the transactions from the given zxid
|
Copyright © 2015 The Apache Software Foundation