Package org.iq80.leveldb.impl
Class Logs
java.lang.Object
org.iq80.leveldb.impl.Logs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogWritercreateLogWriter(File file, long fileNumber) static intgetChunkChecksum(int chunkTypeId, byte[] buffer, int offset, int length) static intgetChunkChecksum(int chunkTypeId, Slice slice)
-
Constructor Details
-
Logs
private Logs()
-
-
Method Details
-
createLogWriter
- Throws:
IOException
-
getChunkChecksum
-
getChunkChecksum
public static int getChunkChecksum(int chunkTypeId, byte[] buffer, int offset, int length)
-