Class DumperConfiguration
java.lang.Object
org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
- Direct Known Subclasses:
InventoryDumperConfiguration
Dumper configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsTable(String actualTableName) Whether contains table.getColumnNameList(LogicTableName logicTableName) Get column name list of table.getColumnNameSet(String actualTableName) Get column name set of table.getLogicTableName(String actualTableName) Get logic table name.getSchemaName(ActualTableName actualTableName) Get schema name.getSchemaName(LogicTableName logicTableName) Get schema name.
-
Constructor Details
-
DumperConfiguration
public DumperConfiguration()
-
-
Method Details
-
getLogicTableName
Get logic table name.- Parameters:
actualTableName- actual table name- Returns:
- logic table name
-
containsTable
Whether contains table.- Parameters:
actualTableName- actual table name- Returns:
- contains or not
-
getSchemaName
Get schema name.- Parameters:
logicTableName- logic table name- Returns:
- schema name. nullable
-
getSchemaName
Get schema name.- Parameters:
actualTableName- actual table name- Returns:
- schema name. nullable
-
getColumnNameList
Get column name list of table.- Parameters:
logicTableName- logic table name- Returns:
- column names of table
-
getColumnNameSet
Get column name set of table.- Parameters:
actualTableName- actual table name- Returns:
- column names of table
-