| Package | Description |
|---|---|
| org.apache.druid.segment | |
| org.apache.druid.segment.data | |
| org.apache.druid.segment.serde |
| Modifier and Type | Field and Description |
|---|---|
static BitmapSerdeFactory |
IndexIO.LEGACY_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
BitmapSerdeFactory |
IndexSpec.getBitmapSerdeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static FloatColumnSerializerV2 |
FloatColumnSerializerV2.create(String columnName,
SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
CompressionStrategy compression,
BitmapSerdeFactory bitmapSerdeFactory) |
static DoubleColumnSerializerV2 |
DoubleColumnSerializerV2.create(String columnName,
SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
CompressionStrategy compression,
BitmapSerdeFactory bitmapSerdeFactory) |
static LongColumnSerializerV2 |
LongColumnSerializerV2.create(String columnName,
SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
CompressionStrategy compression,
CompressionFactory.LongEncodingStrategy encoding,
BitmapSerdeFactory bitmapSerdeFactory) |
| Constructor and Description |
|---|
IndexSpec(BitmapSerdeFactory bitmapSerdeFactory,
CompressionStrategy dimensionCompression,
CompressionStrategy metricCompression,
CompressionFactory.LongEncodingStrategy longEncoding) |
IndexSpec(BitmapSerdeFactory bitmapSerdeFactory,
CompressionStrategy dimensionCompression,
CompressionStrategy metricCompression,
CompressionFactory.LongEncodingStrategy longEncoding,
SegmentizerFactory segmentLoader)
Creates an IndexSpec with the given storage format settings.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BitmapSerde.DefaultBitmapSerdeFactory |
static class |
BitmapSerde.LegacyBitmapSerdeFactory |
class |
ConciseBitmapSerdeFactory |
class |
RoaringBitmapSerdeFactory |
| Modifier and Type | Method and Description |
|---|---|
static BitmapSerdeFactory |
BitmapSerde.createLegacyFactory() |
| Modifier and Type | Method and Description |
|---|---|
BitmapSerdeFactory |
LongNumericColumnPartSerdeV2.getBitmapSerdeFactory() |
BitmapSerdeFactory |
DoubleNumericColumnPartSerdeV2.getBitmapSerdeFactory() |
BitmapSerdeFactory |
DictionaryEncodedColumnPartSerde.getBitmapSerdeFactory() |
BitmapSerdeFactory |
FloatNumericColumnPartSerdeV2.getBitmapSerdeFactory() |
| Constructor and Description |
|---|
DoubleNumericColumnPartSerdeV2(ByteOrder byteOrder,
BitmapSerdeFactory bitmapSerdeFactory,
Serializer serializer) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.