Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.column | |
io.druid.segment.data | |
io.druid.segment.serde |
Modifier and Type | Method and Description |
---|---|
CompressedLongsIndexedSupplier |
MMappedIndex.getTimestamps() |
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<ImmutableBitmap>> invertedIndexes,
Map<String,ImmutableRTree> spatialIndexes,
SmooshedFileMapper fileMapper) |
Constructor and Description |
---|
LongColumn(CompressedLongsIndexedSupplier column) |
Modifier and Type | Method and Description |
---|---|
static CompressedLongsIndexedSupplier |
CompressedLongsIndexedSupplier.fromByteBuffer(ByteBuffer buffer,
ByteOrder order,
SmooshedFileMapper fileMapper) |
Modifier and Type | Method and Description |
---|---|
LongGenericColumnPartSerde.LegacySerializerBuilder |
LongGenericColumnPartSerde.LegacySerializerBuilder.withDelegate(CompressedLongsIndexedSupplier delegate) |
Constructor and Description |
---|
LongGenericColumnSupplier(CompressedLongsIndexedSupplier column) |
Copyright © 2011–2017. All rights reserved.