| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static CompressedColumnarLongsSupplier |
CompressedColumnarLongsSupplier.fromByteBuffer(ByteBuffer buffer,
ByteOrder order) |
| Constructor and Description |
|---|
LongGenericColumnSupplier(CompressedColumnarLongsSupplier column) |
Copyright © 2011–2018. All rights reserved.