| 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,
BitmapSerdeFactory bitmapSerdeFactory) |
static void |
IndexMerger.createIndexDrdFile(byte versionId,
File inDir,
GenericIndexed<String> availableDimensions,
GenericIndexed<String> availableMetrics,
org.joda.time.Interval dataInterval,
BitmapSerdeFactory bitmapSerdeFactory) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryEncodedColumnPartSerde.Builder |
DictionaryEncodedColumnPartSerde.Builder.withBitmaps(GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap> bitmaps) |
DictionaryEncodedColumnPartSerde.Builder |
DictionaryEncodedColumnPartSerde.Builder.withDictionary(GenericIndexed<String> dictionary) |
| 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) |
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
com.google.common.base.Supplier<IndexedInts> singleValuedColumn,
com.google.common.base.Supplier<IndexedMultivalue<IndexedInts>> multiValuedColumn,
int lookupCacheSize) |
Copyright © 2011–2015. All rights reserved.