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