java.lang.Object
org.apache.shardingsphere.data.pipeline.api.config.rulealtered.ImporterConfiguration

public final class ImporterConfiguration extends Object
Importer configuration.
  • Constructor Details

    • ImporterConfiguration

      public ImporterConfiguration()
  • Method Details

    • getLogicTableNames

      public Collection<String> getLogicTableNames()
      Get logic table names.
      Returns:
      logic table names
    • getShardingColumns

      public Set<String> getShardingColumns(String logicTableName)
      Get sharding columns.
      Parameters:
      logicTableName - logic table name
      Returns:
      sharding columns
    • getSchemaName

      public String getSchemaName(LogicTableName logicTableName)
      Get schema name.
      Parameters:
      logicTableName - logic table name
      Returns:
      schema name. nullable