Interface TableSplitter
-
public interface TableSplitter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[][]
getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String options)
Get splits for a tablebyte[][]
getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String partition, String options)
Get splits for a partitioned table
-
-
-
Method Detail
-
getSplits
byte[][] getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String options)
Get splits for a table- Parameters:
sft
- simple feature typeindex
- name of the index being configuredoptions
- splitter options- Returns:
- split points
-
getSplits
byte[][] getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String partition, String options)
Get splits for a partitioned table- Parameters:
sft
- simple feature typeindex
- name of the index being configuredpartition
- name of the partition being configuredoptions
- splitter options- Returns:
- split points
-
-