| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| 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 |
|---|
CompressedFloatsSupplierSerializer(int sizePer,
GenericIndexedWriter<ResourceHolder<FloatBuffer>> flattener,
CompressedObjectStrategy.CompressionStrategy compression) |
CompressedLongsSupplierSerializer(int sizePer,
GenericIndexedWriter<ResourceHolder<LongBuffer>> flattener,
CompressedObjectStrategy.CompressionStrategy compression) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withBitmapIndex(GenericIndexedWriter<com.metamx.collections.bitmap.ImmutableBitmap> bitmapIndexWriter) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withDictionary(GenericIndexedWriter<String> dictionaryWriter) |
Copyright © 2011–2016. All rights reserved.