Uses of Interface
org.apache.druid.segment.data.ColumnarLongsSerializer
-
Packages that use ColumnarLongsSerializer Package Description org.apache.druid.segment.data -
-
Uses of ColumnarLongsSerializer in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ColumnarLongsSerializer Modifier and Type Class Description classBlockLayoutColumnarLongsSerializerSerializer that producesBlockLayoutColumnarLongsSupplier.BlockLayoutColumnarLongs.classEntireLayoutColumnarLongsSerializerSerializer that producesEntireLayoutColumnarLongsSupplier.EntireLayoutColumnarLongs.classIntermediateColumnarLongsSerializerSerializer that chooses optimalColumnarLongsformat dymamically, based on the values being written.Methods in org.apache.druid.segment.data that return ColumnarLongsSerializer Modifier and Type Method Description static ColumnarLongsSerializerCompressionFactory. getLongSerializer(String columnName, SegmentWriteOutMedium segmentWriteOutMedium, String filenameBase, ByteOrder order, CompressionFactory.LongEncodingStrategy encodingStrategy, CompressionStrategy compressionStrategy, Closer closer)
-