| Package | Description | 
|---|---|
| io.druid.segment | |
| io.druid.segment.column | |
| 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)  | 
| Constructor and Description | 
|---|
SimpleDictionaryEncodedColumn(VSizeIndexedInts singleValueColumn,
                             VSizeIndexed multiValueColumn,
                             CachingIndexed<String> cachedLookups)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VSizeIndexed | 
VSizeIndexed.fromIterable(Iterable<VSizeIndexedInts> objectsIterable)  | 
static VSizeIndexed | 
VSizeIndexed.readFromByteBuffer(ByteBuffer buffer)  | 
| Constructor and Description | 
|---|
DictionaryEncodedColumnPartSerde(GenericIndexed<String> dictionary,
                                VSizeIndexedInts singleValCol,
                                VSizeIndexed multiValCol,
                                BitmapSerdeFactory bitmapSerdeFactory,
                                GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap> bitmaps,
                                com.metamx.collections.spatial.ImmutableRTree spatialIndex)  | 
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
                               VSizeIndexedInts singleValuedColumn,
                               VSizeIndexed multiValuedColumn,
                               int lookupCacheSize)  | 
Copyright © 2015. All rights reserved.