| Package | Description | 
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde | 
| Modifier and Type | Method and Description | 
|---|---|
GenericIndexed<String> | 
MMappedIndex.getAvailableDimensions()  | 
GenericIndexed<String> | 
MMappedIndex.getAvailableMetrics()  | 
GenericIndexed<String> | 
MMappedIndex.getDimValueLookup(String dimension)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap>> | 
MMappedIndex.getBitmapIndexes()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
IndexMerger.createIndexDrdFile(byte versionId,
                  File inDir,
                  GenericIndexed<String> availableDimensions,
                  GenericIndexed<String> availableMetrics,
                  org.joda.time.Interval dataInterval)  | 
static void | 
IndexMerger.createIndexDrdFile(byte versionId,
                  File inDir,
                  GenericIndexed<String> availableDimensions,
                  GenericIndexed<String> availableMetrics,
                  org.joda.time.Interval dataInterval)  | 
| 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)  | 
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 | 
|---|
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)  | 
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 <T> GenericIndexed<T> | 
GenericIndexed.fromArray(T[] objects,
         ObjectStrategy<T> strategy)  | 
static <T> GenericIndexed<T> | 
GenericIndexed.fromIterable(Iterable<T> objectsIterable,
            ObjectStrategy<T> strategy)  | 
static <T> GenericIndexed<T> | 
GenericIndexed.read(ByteBuffer buffer,
    ObjectStrategy<T> strategy)  | 
| Constructor and Description | 
|---|
CachingIndexed(GenericIndexed<T> delegate,
              int lookupCacheSize)
Creates a CachingIndexed wrapping the given GenericIndexed with a value lookup cache
 CachingIndexed objects are not thread safe and should only be used by a single thread at a time. 
 | 
| Constructor and Description | 
|---|
BitmapIndexColumnPartSupplier(com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
                             GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap> bitmaps,
                             GenericIndexed<String> dictionary)  | 
BitmapIndexColumnPartSupplier(com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
                             GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap> bitmaps,
                             GenericIndexed<String> dictionary)  | 
ComplexColumnPartSerde(GenericIndexed column,
                      String typeName)  | 
ComplexColumnPartSupplier(String typeName,
                         GenericIndexed complexType)  | 
DictionaryEncodedColumnPartSerde(GenericIndexed<String> dictionary,
                                VSizeIndexedInts singleValCol,
                                VSizeIndexed multiValCol,
                                BitmapSerdeFactory bitmapSerdeFactory,
                                GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap> bitmaps,
                                com.metamx.collections.spatial.ImmutableRTree spatialIndex)  | 
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.