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.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
-