Uses of Enum
org.apache.druid.segment.data.CompressionFactory.LongEncodingFormat
Packages that use CompressionFactory.LongEncodingFormat
-
Uses of CompressionFactory.LongEncodingFormat in org.apache.druid.segment.data
Fields in org.apache.druid.segment.data declared as CompressionFactory.LongEncodingFormatModifier and TypeFieldDescriptionstatic final CompressionFactory.LongEncodingFormatCompressionFactory.LEGACY_LONG_ENCODING_FORMATMethods in org.apache.druid.segment.data that return CompressionFactory.LongEncodingFormatModifier and TypeMethodDescriptionCompressionFactory.LongEncodingFormat.forId(byte id) Returns the enum constant of this type with the specified name.CompressionFactory.LongEncodingFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.segment.data with parameters of type CompressionFactory.LongEncodingFormatModifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<ColumnarLongs> CompressionFactory.getLongSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder order, CompressionFactory.LongEncodingFormat encodingFormat, CompressionStrategy strategy, SmooshedFileMapper smooshMapper) Reads a column from aByteBuffer, possibly using additional secondary files from aSmooshedFileMapper.