Package org.iq80.leveldb.impl
Interface LogWriter
- All Known Implementing Classes:
FileChannelLogWriter,MMapLogWriter
public interface LogWriter
-
Method Summary
-
Method Details
-
isClosed
boolean isClosed() -
close
- Throws:
IOException
-
delete
- Throws:
IOException
-
getFile
File getFile() -
getFileNumber
long getFileNumber() -
addRecord
- Throws:
IOException
-