public class TransactionLog.LogReader extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.solr.update.TransactionLog.ChannelFastInputStream | fis | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | LogReader() | 
|   | LogReader(long startingPos) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| long | currentPos() | 
| long | currentSize() | 
| Object | next()Returns the next object from the log, or null if none available. | 
| String | toString() | 
public Object next() throws IOException, InterruptedException
IOException - If there is a low-level I/O error.InterruptedExceptionpublic void close()
public long currentPos()
public long currentSize()
                 throws IOException
IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.