| 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<ImmutableBitmap>> | 
MMappedIndex.getBitmapIndexes()  | 
| Constructor and Description | 
|---|
MMappedIndex(GenericIndexed<String> availableDimensions,
            GenericIndexed<String> availableMetrics,
            org.joda.time.Interval dataInterval,
            CompressedColumnarLongsSupplier timestamps,
            Map<String,MetricHolder> metrics,
            Map<String,GenericIndexed<String>> dimValueLookups,
            Map<String,VSizeColumnarMultiInts> dimColumns,
            Map<String,GenericIndexed<ImmutableBitmap>> invertedIndexes,
            Map<String,ImmutableRTree> spatialIndexes,
            SmooshedFileMapper fileMapper)  | 
MMappedIndex(GenericIndexed<String> availableDimensions,
            GenericIndexed<String> availableMetrics,
            org.joda.time.Interval dataInterval,
            CompressedColumnarLongsSupplier timestamps,
            Map<String,MetricHolder> metrics,
            Map<String,GenericIndexed<String>> dimValueLookups,
            Map<String,VSizeColumnarMultiInts> dimColumns,
            Map<String,GenericIndexed<ImmutableBitmap>> invertedIndexes,
            Map<String,ImmutableRTree> spatialIndexes,
            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)  | 
static <T> GenericIndexed<T> | 
GenericIndexed.read(ByteBuffer buffer,
    ObjectStrategy<T> strategy,
    SmooshedFileMapper fileMapper)  | 
| 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(BitmapFactory bitmapFactory,
                             GenericIndexed<ImmutableBitmap> bitmaps,
                             GenericIndexed<String> dictionary)  | 
BitmapIndexColumnPartSupplier(BitmapFactory bitmapFactory,
                             GenericIndexed<ImmutableBitmap> bitmaps,
                             GenericIndexed<String> dictionary)  | 
ComplexColumnPartSupplier(String typeName,
                         GenericIndexed complexType)  | 
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
                               com.google.common.base.Supplier<ColumnarInts> singleValuedColumn,
                               com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn,
                               int lookupCacheSize)  | 
Copyright © 2011–2018. All rights reserved.