public static interface WALProvider.Writer extends Closeable
void sync(boolean forceSync)
throws IOException
forceSync - Flag to force sync rather than flushing to the buffer. Example - Hadoop
hflush vs hsync.IOExceptionvoid append(WAL.Entry entry) throws IOException
IOExceptionlong getLength()
throws IOException
IOExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.