|
||||||||||
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 |
TxnHeader |
getHeader()
return the transaction header. |
org.apache.jute.Record |
getTxn()
return the transaction record. |
boolean |
next()
go to the next transaction record. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |