Uses of Class
org.apache.druid.collections.spatial.ImmutableRTree
-
Packages that use ImmutableRTree Package Description org.apache.druid.collections.spatial org.apache.druid.segment org.apache.druid.segment.data org.apache.druid.segment.serde -
-
Uses of ImmutableRTree in org.apache.druid.collections.spatial
Methods in org.apache.druid.collections.spatial that return ImmutableRTree Modifier and Type Method Description static ImmutableRTreeImmutableRTree. empty()static ImmutableRTreeImmutableRTree. newImmutableFromMutable(RTree rTree)Methods in org.apache.druid.collections.spatial with parameters of type ImmutableRTree Modifier and Type Method Description intImmutableRTree. compareTo(ImmutableRTree other) -
Uses of ImmutableRTree in org.apache.druid.segment
Methods in org.apache.druid.segment that return types with arguments of type ImmutableRTree Modifier and Type Method Description Map<String,ImmutableRTree>MMappedIndex. getSpatialIndexes() -
Uses of ImmutableRTree in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return ImmutableRTree Modifier and Type Method Description ImmutableRTreeImmutableRTreeObjectStrategy. fromByteBuffer(ByteBuffer buffer, int numBytes)Methods in org.apache.druid.segment.data that return types with arguments of type ImmutableRTree Modifier and Type Method Description Class<ImmutableRTree>ImmutableRTreeObjectStrategy. getClazz()Methods in org.apache.druid.segment.data with parameters of type ImmutableRTree Modifier and Type Method Description intImmutableRTreeObjectStrategy. compare(ImmutableRTree o1, ImmutableRTree o2)byte[]ImmutableRTreeObjectStrategy. toBytes(ImmutableRTree val)voidImmutableRTreeObjectStrategy. writeTo(ImmutableRTree val, WriteOutBytes out) -
Uses of ImmutableRTree in org.apache.druid.segment.serde
Method parameters in org.apache.druid.segment.serde with type arguments of type ImmutableRTree Modifier and Type Method Description DictionaryEncodedColumnPartSerde.SerializerBuilderDictionaryEncodedColumnPartSerde.SerializerBuilder. withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter)Constructors in org.apache.druid.segment.serde with parameters of type ImmutableRTree Constructor Description StringUtf8ColumnIndexSupplier(BitmapFactory bitmapFactory, com.google.common.base.Supplier<TIndexed> utf8Dictionary, GenericIndexed<ImmutableBitmap> bitmaps, ImmutableRTree indexedTree)
-