public interface LogWriter
| Modifier and Type | Method and Description |
|---|---|
void |
addRecord(Slice record,
boolean force) |
void |
close() |
void |
delete() |
File |
getFile() |
long |
getFileNumber() |
boolean |
isClosed() |
boolean isClosed()
void close()
throws IOException
IOExceptionvoid delete()
throws IOException
IOExceptionFile getFile()
long getFileNumber()
void addRecord(Slice record, boolean force) throws IOException
IOExceptionCopyright © 2011–2019. All rights reserved.