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
IOException
WAL.Entry next(WAL.Entry reuse) throws IOException
IOException
void seek(long pos) throws IOException
IOException
long getPosition() throws IOException
IOException
void reset() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.