public interface TraceWriter
| Modifier and Type | Method and Description |
|---|---|
void |
closeWriter()
Close the writer.
|
long |
getFileSize()
Get the size of the file that this writer is writing to.
|
void |
write(Slice data)
Write the data.
|
void write(Slice data) throws RocksDBException
data - the dataRocksDBException - if an error occurs whilst writing.void closeWriter()
throws RocksDBException
RocksDBException - if an error occurs whilst closing the writer.long getFileSize()
Copyright © 2022. All rights reserved.