public class TransactionLog.FSReverseReader extends TransactionLog.ReverseReader
Constructor and Description |
---|
FSReverseReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Object |
next()
Returns the next object from the log, or null if none available.
|
long |
position() |
String |
toString() |
public FSReverseReader() throws IOException
IOException
public Object next() throws IOException
next
in class TransactionLog.ReverseReader
IOException
- If there is a low-level I/O error.public long position()
position
in class TransactionLog.ReverseReader
public void close()
close
in class TransactionLog.ReverseReader
public String toString()
toString
in class TransactionLog.ReverseReader
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.