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.IOException
void close() throws java.io.IOException
java.io.IOException
Copyright © 2018 The Apache Software Foundation