org.apache.solr.update
Class TransactionLog.ReverseReader
java.lang.Object
org.apache.solr.update.TransactionLog.ReverseReader
- Enclosing class:
- TransactionLog
public class TransactionLog.ReverseReader
- extends Object
TransactionLog.ReverseReader
public TransactionLog.ReverseReader()
throws IOException
- Throws:
IOException
next
public 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
position
public long position()
close
public void close()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.