Interface TableSplitter


public interface TableSplitter
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[][]
    getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String options)
    Get splits for a table
    byte[][]
    getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String partition, String options)
    Get splits for a partitioned table
  • Method Details

    • 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