Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.data | |
io.druid.segment.serde |
Modifier and Type | Field and Description |
---|---|
protected GenericIndexedWriter<ImmutableBitmap> |
StringDimensionMergerV9.bitmapWriter |
protected GenericIndexedWriter<String> |
StringDimensionMergerV9.dictionaryWriter |
Modifier and Type | Method and Description |
---|---|
static void |
MetricHolder.writeComplexMetric(com.google.common.io.OutputSupplier<? extends OutputStream> outSupplier,
String name,
String typeName,
GenericIndexedWriter column) |
Constructor and Description |
---|
CompressedIntsIndexedWriter(int chunkFactor,
CompressedObjectStrategy.CompressionStrategy compression,
GenericIndexedWriter<ResourceHolder<IntBuffer>> flattner) |
CompressedVSizeIntsIndexedWriter(IOPeon ioPeon,
String filenameBase,
int maxValue,
int chunkFactor,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression,
GenericIndexedWriter writer) |
Modifier and Type | Method and Description |
---|---|
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withBitmapIndex(GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withDictionary(GenericIndexedWriter<String> dictionaryWriter) |
Copyright © 2011–2017. All rights reserved.