Uses of Enum
org.iq80.leveldb.impl.LogChunkType
Packages that use LogChunkType
-
Uses of LogChunkType in org.iq80.leveldb.impl
Methods in org.iq80.leveldb.impl that return LogChunkTypeModifier and TypeMethodDescriptionstatic LogChunkTypeLogChunkType.getLogChunkTypeByPersistentId(int persistentId) private LogChunkTypeLogReader.readNextChunk()Return type, or one of the preceding special valuesstatic LogChunkTypeReturns the enum constant of this type with the specified name.static LogChunkType[]LogChunkType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.iq80.leveldb.impl with parameters of type LogChunkTypeModifier and TypeMethodDescriptionprivate SliceFileChannelLogWriter.newLogRecordHeader(LogChunkType type, Slice slice, int length) private static SliceMMapLogWriter.newLogRecordHeader(LogChunkType type, Slice slice) private voidFileChannelLogWriter.writeChunk(LogChunkType type, Slice slice) private voidMMapLogWriter.writeChunk(LogChunkType type, Slice slice)