| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| Modifier and Type | Method and Description |
|---|---|
VSizeIndexed |
MMappedIndex.getDimColumn(String dimension) |
| Constructor and Description |
|---|
MMappedIndex(GenericIndexed<String> availableDimensions,
GenericIndexed<String> availableMetrics,
org.joda.time.Interval dataInterval,
CompressedLongsIndexedSupplier timestamps,
Map<String,MetricHolder> metrics,
Map<String,GenericIndexed<String>> dimValueLookups,
Map<String,VSizeIndexed> dimColumns,
Map<String,GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap>> invertedIndexes,
Map<String,com.metamx.collections.spatial.ImmutableRTree> spatialIndexes,
com.metamx.common.io.smoosh.SmooshedFileMapper fileMapper) |
| Modifier and Type | Method and Description |
|---|---|
static VSizeIndexed |
VSizeIndexed.fromIterable(Iterable<VSizeIndexedInts> objectsIterable) |
static VSizeIndexed |
VSizeIndexed.readFromByteBuffer(ByteBuffer buffer) |
| Constructor and Description |
|---|
VSizeIndexed.VSizeIndexedSupplier(VSizeIndexed delegate) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryEncodedColumnPartSerde.Builder |
DictionaryEncodedColumnPartSerde.Builder.withMultiValuedColumn(VSizeIndexed multiValuedColumn) |
Copyright © 2011–2015. All rights reserved.