public final class SingleTableDataNodeLoader extends Object
| 构造器和说明 |
|---|
SingleTableDataNodeLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Collection<org.apache.shardingsphere.infra.datanode.DataNode>> |
load(String databaseName,
org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
Map<String,DataSource> dataSourceMap,
Collection<String> excludedTables)
Load single table data nodes.
|
public static Map<String,Collection<org.apache.shardingsphere.infra.datanode.DataNode>> load(String databaseName, org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, Map<String,DataSource> dataSourceMap, Collection<String> excludedTables)
databaseName - database namedatabaseType - database typedataSourceMap - data source mapexcludedTables - excluded tablesCopyright © 2022 The Apache Software Foundation. All rights reserved.