Uses of Enum
org.iq80.leveldb.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in org.iq80.leveldb
Fields in org.iq80.leveldb declared as CompressionTypeMethods in org.iq80.leveldb that return CompressionTypeModifier and TypeMethodDescriptionOptions.compressionType()static CompressionTypeCompressionType.getCompressionTypeByPersistentId(int persistentId) static CompressionTypeReturns the enum constant of this type with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.iq80.leveldb with parameters of type CompressionType -
Uses of CompressionType in org.iq80.leveldb.table
Fields in org.iq80.leveldb.table declared as CompressionTypeModifier and TypeFieldDescriptionprivate final CompressionTypeBlockTrailer.compressionTypeprivate final CompressionTypeTableBuilder.compressionTypeMethods in org.iq80.leveldb.table that return CompressionTypeMethods in org.iq80.leveldb.table with parameters of type CompressionTypeModifier and TypeMethodDescriptionstatic intTableBuilder.crc32c(Slice data, CompressionType type) Constructors in org.iq80.leveldb.table with parameters of type CompressionType