Package org.apache.solr.update
Class TransactionLog.ReverseReader
- java.lang.Object
- 
- org.apache.solr.update.TransactionLog.ReverseReader
 
- 
- Direct Known Subclasses:
- TransactionLog.FSReverseReader
 - Enclosing class:
- TransactionLog
 
 public abstract class TransactionLog.ReverseReader extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ReverseReader()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidclose()abstract Objectnext()Returns the next object from the log, or null if none available.abstract longposition()abstract StringtoString()
 
- 
- 
- 
Method Detail- 
nextpublic abstract Object next() throws IOException Returns the next object from the log, or null if none available.- Returns:
- The log record, or null if EOF
- Throws:
- IOException- If there is a low-level I/O error.
 
 - 
positionpublic abstract long position() 
 - 
closepublic abstract void close() 
 
- 
 
-