public static interface WAL.Reader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
long |
getPosition() |
WAL.Entry |
next() |
WAL.Entry |
next(WAL.Entry reuse) |
void |
reset() |
void |
seek(long pos) |
WAL.Entry next() throws IOException
IOExceptionWAL.Entry next(WAL.Entry reuse) throws IOException
IOExceptionvoid seek(long pos) throws IOException
IOExceptionlong getPosition() throws IOException
IOExceptionvoid reset() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.