Uses of Class
org.apache.druid.collections.spatial.ImmutableRTree
Packages that use ImmutableRTree
Package
Description
-
Uses of ImmutableRTree in org.apache.druid.collections.spatial
Methods in org.apache.druid.collections.spatial that return ImmutableRTreeModifier and TypeMethodDescriptionstatic ImmutableRTreeImmutableRTree.empty()static ImmutableRTreeImmutableRTree.newImmutableFromMutable(RTree rTree) Methods in org.apache.druid.collections.spatial with parameters of type ImmutableRTree -
Uses of ImmutableRTree in org.apache.druid.segment
Methods in org.apache.druid.segment that return types with arguments of type ImmutableRTree -
Uses of ImmutableRTree in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return ImmutableRTreeModifier and TypeMethodDescriptionImmutableRTreeObjectStrategy.fromByteBuffer(ByteBuffer buffer, int numBytes) Methods in org.apache.druid.segment.data that return types with arguments of type ImmutableRTreeMethods in org.apache.druid.segment.data with parameters of type ImmutableRTreeModifier and TypeMethodDescriptionintImmutableRTreeObjectStrategy.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 ImmutableRTreeModifier and TypeMethodDescriptionDictionaryEncodedColumnPartSerde.SerializerBuilder.withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter) Constructors in org.apache.druid.segment.serde with parameters of type ImmutableRTreeModifierConstructorDescriptionStringUtf8ColumnIndexSupplier(BitmapFactory bitmapFactory, com.google.common.base.Supplier<TIndexed> utf8Dictionary, GenericIndexed<ImmutableBitmap> bitmaps, ImmutableRTree indexedTree)