| Modifier and Type | Method and Description |
|---|---|
void |
ShadowRuleAware.setShadowRule(ShadowRule shadowRule)
Set shadow rule.
|
| Modifier and Type | Method and Description |
|---|---|
Class<ShadowRule> |
ShadowSQLRewriteContextDecorator.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowSQLRewriteContextDecorator.decorate(ShadowRule shadowRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
RouteContext routeContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<ShadowRule> |
ShadowSQLRouter.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
RouteContext |
ShadowSQLRouter.createRouteContext(LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
ShadowRule rule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props) |
void |
ShadowSQLRouter.decorateRouteContext(RouteContext routeContext,
LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
ShadowRule rule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props) |
| Modifier and Type | Method and Description |
|---|---|
ShadowRule |
ShadowRuleBuilder.build(String schemaName,
Map<String,DataSource> dataSourceMap,
org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
ShadowRuleConfiguration config) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.