Class ImporterConfiguration
java.lang.Object
org.apache.shardingsphere.data.pipeline.api.config.rulealtered.ImporterConfiguration
Importer configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet logic table names.getSchemaName(LogicTableName logicTableName) Get schema name.getShardingColumns(String logicTableName) Get sharding columns.
-
Constructor Details
-
ImporterConfiguration
public ImporterConfiguration()
-
-
Method Details
-
getLogicTableNames
Get logic table names.- Returns:
- logic table names
-
getShardingColumns
Get sharding columns.- Parameters:
logicTableName- logic table name- Returns:
- sharding columns
-
getSchemaName
Get schema name.- Parameters:
logicTableName- logic table name- Returns:
- schema name. nullable
-