| 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.empty()  | 
static ImmutableRTree | 
ImmutableRTree.newImmutableFromMutable(RTree rTree)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ImmutableRTree.compareTo(ImmutableRTree other)  | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableRTree | 
BitmapIndexSelector.getSpatialIndex(String dimension)  | 
| 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,
            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 | 
|---|---|
ImmutableRTree | 
SpatialIndex.getRTree()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableRTree | 
ImmutableRTreeObjectStrategy.fromByteBuffer(ByteBuffer buffer,
              int numBytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends ImmutableRTree> | 
ImmutableRTreeObjectStrategy.getClazz()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ImmutableRTreeObjectStrategy.compare(ImmutableRTree o1,
       ImmutableRTree o2)  | 
byte[] | 
ImmutableRTreeObjectStrategy.toBytes(ImmutableRTree val)  | 
void | 
ImmutableRTreeObjectStrategy.writeTo(ImmutableRTree val,
       WriteOutBytes out)  | 
| Modifier and Type | Method and Description | 
|---|---|
DictionaryEncodedColumnPartSerde.SerializerBuilder | 
DictionaryEncodedColumnPartSerde.SerializerBuilder.withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter)  | 
| Constructor and Description | 
|---|
SpatialIndexColumnPartSupplier(ImmutableRTree indexedTree)  | 
Copyright © 2011–2018. All rights reserved.