|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimpledb.log.LogIterator
class LogIterator
A class that provides the ability to move through the records of the log file in reverse order.
| Constructor Summary | |
|---|---|
LogIterator(Block blk)
Creates an iterator for the records in the log file, positioned after the last log record. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Determines if the current log record is the earliest record in the log file. |
BasicLogRecord |
next()
Moves to the next log record in reverse order. |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
LogIterator(Block blk)
LogMgr.iterator().
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<BasicLogRecord>public BasicLogRecord next()
next in interface java.util.Iterator<BasicLogRecord>public void remove()
remove in interface java.util.Iterator<BasicLogRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||