Class InventoryDumperConfiguration
java.lang.Object
org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
org.apache.shardingsphere.data.pipeline.api.config.ingest.InventoryDumperConfiguration
Inventory dumper configuration.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
containsTable, getColumnNameList, getColumnNameSet, getLogicTableName, getSchemaName, getSchemaName
-
Constructor Details
-
InventoryDumperConfiguration
-
-
Method Details
-
hasUniqueKey
public boolean hasUniqueKey()Has unique key or not.- Returns:
- true when there's unique key, else false
-