Interface | Description |
---|---|
SplitResult |
Encapsulation of the result of the split operation.
|
SplittableAlgorithm |
Implement this interface on an
Algorithm
if it supports "clever" splitting. |
SplittableAlgorithm.SplittableAlgorithmResult |
This is helper class that allows the split method to control the creation of algorithms.
|
Class | Description |
---|---|
BucketBallRegion | |
SplitPolicy |
This class defines an abstract policy for bucket splitting.
|
Annotation Type | Description |
---|---|
SplitPolicy.ParameterField |
Annotation of split policy parameter field.
|