| Modifier and Type | Method and Description |
|---|---|
static Map<LogicTableName,String> |
TableNameSchemaNameMapping.convert(Map<String,List<String>> schemaTablesMap)
Convert table name and schema name mapping from schemas.
|
static Map<LogicTableName,String> |
TableNameSchemaNameMapping.convert(String schemaName,
Collection<String> tables)
Convert table name and schema name mapping.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ImporterConfiguration.getSchemaName(LogicTableName logicTableName)
Get schema name.
|
String |
TableNameSchemaNameMapping.getSchemaName(LogicTableName logicTableName)
Get schema name.
|
| Modifier and Type | Method and Description |
|---|---|
LogicTableName |
DumperConfiguration.getLogicTableName(String actualTableName)
Get logic table name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DumperConfiguration.getSchemaName(LogicTableName logicTableName)
Get schema name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<LogicTableName,Set<String>> |
ShardingColumnsExtractor.getShardingColumnsMap(Collection<YamlRuleConfiguration> yamlRuleConfigs,
Set<LogicTableName> logicTableNames)
Get sharding columns map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<LogicTableName,Set<String>> |
ShardingColumnsExtractor.getShardingColumnsMap(Collection<YamlRuleConfiguration> yamlRuleConfigs,
Set<LogicTableName> logicTableNames)
Get sharding columns map.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.