public static interface WALProvider.Writer extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
append(WAL.Entry entry) |
long |
getLength() |
void |
sync() |
void sync() throws IOException
IOException
void append(WAL.Entry entry) throws IOException
IOException
long getLength() throws IOException
IOException