|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.tx.recovery.LogRecordIterator
class LogRecordIterator
A class that provides the ability to read records
from the log in reverse order.
Unlike the similar class
LogIterator
,
this class understands the meaning of the log records.
Constructor Summary | |
---|---|
LogRecordIterator()
|
Method Summary | |
---|---|
boolean |
hasNext()
|
LogRecord |
next()
Constructs a log record from the values in the current basic log record. |
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
LogRecordIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<LogRecord>
public LogRecord next()
next
in interface java.util.Iterator<LogRecord>
public void remove()
remove
in interface java.util.Iterator<LogRecord>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |