Uses of Interface
org.apache.druid.collections.spatial.split.SplitStrategy
-
Packages that use SplitStrategy Package Description org.apache.druid.collections.spatial org.apache.druid.collections.spatial.split -
-
Uses of SplitStrategy in org.apache.druid.collections.spatial
Constructors in org.apache.druid.collections.spatial with parameters of type SplitStrategy Constructor Description RTree(int numDims, SplitStrategy splitStrategy, BitmapFactory bitmapFactory) -
Uses of SplitStrategy in org.apache.druid.collections.spatial.split
Classes in org.apache.druid.collections.spatial.split that implement SplitStrategy Modifier and Type Class Description classGutmanSplitStrategyclassLinearGutmanSplitStrategy
-