Interface TableSplitter


  • public interface TableSplitter
    • 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 type
        index - name of the index being configured
        options - 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 type
        index - name of the index being configured
        partition - name of the partition being configured
        options - splitter options
        Returns:
        split points