Uses of Class
org.apache.druid.collections.spatial.Node
Packages that use Node
-
Uses of Node in org.apache.druid.collections.spatial
Subclasses of Node in org.apache.druid.collections.spatialMethods in org.apache.druid.collections.spatial that return NodeMethods in org.apache.druid.collections.spatial that return types with arguments of type NodeMethods in org.apache.druid.collections.spatial with parameters of type NodeModifier and TypeMethodDescriptionvoidvoidvoidNode.addToBitmapIndex(Node node) static voidstatic doubleRTreeUtils.getEnclosingArea(Node a, Node b) static doubleRTreeUtils.getExpansionCost(Node node, Point point) Constructors in org.apache.druid.collections.spatial with parameters of type NodeModifierConstructorDescriptionNode(float[] minCoordinates, float[] maxCoordinates, Node child, boolean isLeaf, Node parent, MutableBitmap bitmap) This constructor accepts a single nullable child Node (null value means no child) instead of a collection of children Nodes, because Nodes with no more than one child are created in the codebase yet, while passing a collection of Nodes would necessitate making a defensive copy of this collection in the constructor and extra overhead. -
Uses of Node in org.apache.druid.collections.spatial.split
Methods in org.apache.druid.collections.spatial.split that return NodeModifier and TypeMethodDescriptionabstract NodeThis algorithm is from the original paper.abstract Node[]Node[]This algorithm is from the original paper.Node[]This algorithm is from the original paper.Node[]Methods in org.apache.druid.collections.spatial.split with parameters of type NodeModifier and TypeMethodDescriptionbooleanGutmanSplitStrategy.needToSplit(Node node) booleanSplitStrategy.needToSplit(Node node) Node[]This algorithm is from the original paper.Node[]Method parameters in org.apache.druid.collections.spatial.split with type arguments of type Node