JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.druid.collections.spatial.split
Interface SplitStrategy
All Known Implementing Classes:
GutmanSplitStrategy
,
LinearGutmanSplitStrategy
public interface
SplitStrategy
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
needToSplit
(
Node
node)
Node
[]
split
(
Node
node)
Method Details
needToSplit
boolean
needToSplit
(
Node
node)
split
Node
[]
split
(
Node
node)