Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.data | |
io.druid.segment.serde |
Modifier and Type | Method and Description |
---|---|
BitmapSerdeFactory |
IndexSpec.getBitmapSerdeFactory() |
Modifier and Type | Method and Description |
---|---|
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,
CompressedObjectStrategy.CompressionStrategy dimensionCompression,
CompressedObjectStrategy.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) |
DictionaryEncodedColumnPartSerde.LegacySerializerBuilder |
DictionaryEncodedColumnPartSerde.LegacySerializerBuilder.withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory) |
Copyright © 2011–2017. All rights reserved.