public class TransactionLog.LogReader extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
LogReader() |
|
LogReader(long startingPos) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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()
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.