Uses of Class
org.apache.shardingsphere.data.pipeline.api.metadata.LogicTableName
-
Packages that use LogicTableName Package Description org.apache.shardingsphere.data.pipeline.api.config org.apache.shardingsphere.data.pipeline.api.config.ingest -
-
Uses of LogicTableName in org.apache.shardingsphere.data.pipeline.api.config
Methods in org.apache.shardingsphere.data.pipeline.api.config with parameters of type LogicTableName Modifier and Type Method Description StringTableNameSchemaNameMapping. getSchemaName(LogicTableName logicTableName)Get schema name. -
Uses of LogicTableName in org.apache.shardingsphere.data.pipeline.api.config.ingest
Methods in org.apache.shardingsphere.data.pipeline.api.config.ingest that return LogicTableName Modifier and Type Method Description LogicTableNameDumperConfiguration. getLogicTableName(String actualTableName)Get logic table name.Methods in org.apache.shardingsphere.data.pipeline.api.config.ingest with parameters of type LogicTableName Modifier and Type Method Description Optional<List<String>>DumperConfiguration. getColumnNameList(LogicTableName logicTableName)Get column name list of table.StringDumperConfiguration. getSchemaName(LogicTableName logicTableName)Get schema name.
-