Package org.apache.solr.update
Class TransactionLog.LogReader
java.lang.Object
org.apache.solr.update.TransactionLog.LogReader
- Direct Known Subclasses:
TransactionLog.SortedLogReader
- Enclosing class:
TransactionLog
-
Field Details
-
fis
-
-
Constructor Details
-
LogReader
- Throws:
IOException
-
LogReader
protected LogReader()
-
-
Method Details
-
next
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.InterruptedException
-
close
public void close() -
toString
-
currentPos
public long currentPos() -
currentSize
- Throws:
IOException
-