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