| Package | Description |
|---|---|
| org.apache.shardingsphere.dbdiscovery.route | |
| org.apache.shardingsphere.dbdiscovery.rule.builder |
| Modifier and Type | Method and Description |
|---|---|
Class<DatabaseDiscoveryRule> |
DatabaseDiscoverySQLRouter.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
RouteContext |
DatabaseDiscoverySQLRouter.createRouteContext(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
DatabaseDiscoveryRule rule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props) |
void |
DatabaseDiscoverySQLRouter.decorateRouteContext(RouteContext routeContext,
org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
DatabaseDiscoveryRule rule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseDiscoveryRule |
AlgorithmProvidedDatabaseDiscoveryRuleBuilder.build(String schemaName,
Map<String,DataSource> dataSourceMap,
org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
AlgorithmProvidedDatabaseDiscoveryRuleConfiguration ruleConfig) |
DatabaseDiscoveryRule |
DatabaseDiscoveryRuleBuilder.build(String schemaName,
Map<String,DataSource> dataSourceMap,
org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
DatabaseDiscoveryRuleConfiguration ruleConfig) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.