Package | Description |
---|---|
io.druid.collections.spatial | |
io.druid.query.filter | |
io.druid.segment | |
io.druid.segment.column | |
io.druid.segment.data | |
io.druid.segment.serde |
Modifier and Type | Method and Description |
---|---|
static ImmutableRTree |
ImmutableRTree.newImmutableFromMutable(RTree rTree) |
Modifier and Type | Method and Description |
---|---|
int |
ImmutableRTree.compareTo(ImmutableRTree other) |
static Iterable<ImmutablePoint> |
RTreeUtils.getBitmaps(ImmutableRTree tree) |
static void |
RTreeUtils.print(ImmutableRTree tree) |
Modifier and Type | Method and Description |
---|---|
ImmutableRTree |
BitmapIndexSelector.getSpatialIndex(String dimension) |
Modifier and Type | Field and Description |
---|---|
protected ByteBufferWriter<ImmutableRTree> |
StringDimensionMergerV9.spatialWriter |
Modifier and Type | Method and Description |
---|---|
ImmutableRTree |
ColumnSelectorBitmapIndexSelector.getSpatialIndex(String dimension) |
Modifier and Type | Method and Description |
---|---|
Map<String,ImmutableRTree> |
MMappedIndex.getSpatialIndexes() |
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) |
Modifier and Type | Method and Description |
---|---|
ImmutableRTree |
SpatialIndex.getRTree() |
Modifier and Type | Method and Description |
---|---|
ImmutableRTree |
IndexedRTree.ImmutableRTreeObjectStrategy.fromByteBuffer(ByteBuffer buffer,
int numBytes) |
ImmutableRTree |
IndexedRTree.getImmutableRTree() |
Modifier and Type | Method and Description |
---|---|
Class<? extends ImmutableRTree> |
IndexedRTree.ImmutableRTreeObjectStrategy.getClazz() |
Modifier and Type | Method and Description |
---|---|
int |
IndexedRTree.ImmutableRTreeObjectStrategy.compare(ImmutableRTree o1,
ImmutableRTree o2) |
byte[] |
IndexedRTree.ImmutableRTreeObjectStrategy.toBytes(ImmutableRTree val) |
Constructor and Description |
---|
IndexedRTree(ImmutableRTree immutableRTree) |
Modifier and Type | Method and Description |
---|---|
DictionaryEncodedColumnPartSerde.LegacySerializerBuilder |
DictionaryEncodedColumnPartSerde.LegacySerializerBuilder.withSpatialIndex(ImmutableRTree spatialIndex) |
Modifier and Type | Method and Description |
---|---|
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter) |
Constructor and Description |
---|
SpatialIndexColumnPartSupplier(ImmutableRTree indexedTree) |
Copyright © 2011–2017. All rights reserved.