public final class SingleTableRuleLoader extends Object
| Constructor and Description |
|---|
SingleTableRuleLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,SingleTableRule> |
load(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
Map<String,DataSource> dataSourceMap,
Collection<String> excludedTables)
Load single table rules.
|
public static Map<String,SingleTableRule> load(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, Map<String,DataSource> dataSourceMap, Collection<String> excludedTables)
databaseType - database typedataSourceMap - data source mapexcludedTables - exclude table namesCopyright © 2021 The Apache Software Foundation. All rights reserved.