public interface TableSplitter
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
getSplits(org.opengis.feature.simple.SimpleFeatureType sft,
String index,
String options)
Get splits for a table
|
default byte[][] |
getSplits(org.opengis.feature.simple.SimpleFeatureType sft,
String index,
String partition,
String options)
Get splits for a partitioned table
Default implementation added for API compatibility, but will be removed in future versions
|
byte[][] getSplits(org.opengis.feature.simple.SimpleFeatureType sft,
String index,
String options)
sft - simple feature typeindex - name of the index being configuredoptions - splitter optionsdefault byte[][] getSplits(org.opengis.feature.simple.SimpleFeatureType sft,
String index,
String partition,
String options)
sft - simple feature typeindex - name of the index being configuredpartition - name of the partition being configuredoptions - splitter optionsCopyright © 2013–2020. All rights reserved.