Package | Description |
---|---|
org.apache.zookeeper.server.persistence |
Modifier and Type | Class | Description |
---|---|---|
static class |
FileTxnLog.FileTxnIterator |
this class implements the txnlog iterator interface
which is used for reading the transaction logs
|
Modifier and Type | Method | 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
|
Copyright © 2018 The Apache Software Foundation