Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.data | |
io.druid.segment.serde |
Modifier and Type | Field and Description |
---|---|
protected static BitmapSerdeFactory |
IndexIO.CONFIGURED_BITMAP_SERDE_FACTORY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BitmapSerdeFactory |
IndexSpec.getBitmapSerdeFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
IndexMerger.createIndexDrdFile(byte versionId,
File inDir,
GenericIndexed<String> availableDimensions,
GenericIndexed<String> availableMetrics,
org.joda.time.Interval dataInterval,
BitmapSerdeFactory bitmapSerdeFactory) |
Constructor and Description |
---|
IndexSpec(BitmapSerdeFactory bitmapSerdeFactory,
String dimensionCompression,
String metricCompression)
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 |
---|---|
DictionaryEncodedColumnPartSerde.Builder |
DictionaryEncodedColumnPartSerde.Builder.withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory) |
Constructor and Description |
---|
DictionaryEncodedColumnPartSerde(BitmapSerdeFactory bitmapSerdeFactory,
ByteOrder byteOrder) |
Copyright © 2011–2015. All rights reserved.