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
IOExceptionvoid append(WAL.Entry entry) throws IOException
IOExceptionlong getLength()
throws IOException
IOException