|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TxnLog.TxnIterator
an iterating interface for reading transaction logs.
Method Summary | |
---|---|
void |
close()
close files and release the resources |
org.apache.zookeeper.txn.TxnHeader |
getHeader()
return the transaction header. |
Record |
getTxn()
return the transaction record. |
boolean |
next()
go to the next transaction record. |
Method Detail |
---|
org.apache.zookeeper.txn.TxnHeader getHeader()
Record getTxn()
boolean next() throws IOException
IOException
void close() throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |