| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| Modifier and Type | Method and Description |
|---|---|
BitmapSerdeFactory |
IndexSpec.getBitmapSerdeFactory() |
| Constructor and Description |
|---|
IndexSpec(BitmapSerdeFactory bitmapSerdeFactory,
CompressionStrategy dimensionCompression,
CompressionStrategy metricCompression,
CompressionFactory.LongEncodingStrategy longEncoding)
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 |
DictionaryEncodedColumnPartSerde.getBitmapSerdeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DictionaryEncodedColumnPartSerde |
DictionaryEncodedColumnPartSerde.createDeserializer(BitmapSerdeFactory bitmapSerdeFactory,
ByteOrder byteOrder) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory) |
Copyright © 2011–2018. All rights reserved.