public static interface TxnLog.TxnIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close files and release the
resources
|
TxnHeader |
getHeader()
return the transaction header.
|
org.apache.jute.Record |
getTxn()
return the transaction record.
|
boolean |
next()
go to the next transaction record.
|
TxnHeader getHeader()
org.apache.jute.Record getTxn()
boolean next()
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2016 The Apache Software Foundation