| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.column | |
| 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<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet>> |
MMappedIndex.getInvertedIndexes() |
| 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<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet>> 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<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet>> 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<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet>> 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<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet>> invertedIndexes,
Map<String,com.metamx.collections.spatial.ImmutableRTree> spatialIndexes,
com.metamx.common.io.smoosh.SmooshedFileMapper fileMapper) |
| Constructor and Description |
|---|
SimpleDictionaryEncodedColumn(VSizeIndexedInts singleValueColumn,
VSizeIndexed multiValueColumn,
GenericIndexed<String> lookups) |
| 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) |
GenericIndexed<T> |
GenericIndexed.withCache(int maxBytes)
The returned GenericIndexed must be closed to release the underlying memory
|
| Constructor and Description |
|---|
BitmapIndexColumnPartSupplier(GenericIndexed<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> bitmaps,
GenericIndexed<String> dictionary) |
BitmapIndexColumnPartSupplier(GenericIndexed<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> bitmaps,
GenericIndexed<String> dictionary) |
ComplexColumnPartSerde(GenericIndexed column,
String typeName) |
ComplexColumnPartSupplier(String typeName,
GenericIndexed complexType) |
DictionaryEncodedColumnPartSerde(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValCol,
VSizeIndexed multiValCol,
GenericIndexed<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> bitmaps,
com.metamx.collections.spatial.ImmutableRTree spatialIndex) |
DictionaryEncodedColumnPartSerde(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValCol,
VSizeIndexed multiValCol,
GenericIndexed<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> bitmaps,
com.metamx.collections.spatial.ImmutableRTree spatialIndex) |
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValuedColumn,
VSizeIndexed multiValuedColumn,
int lookupCacheSize) |
Copyright © 2015. All rights reserved.