| Modifier and Type | Method and Description |
|---|---|
Class<ShadowRule> |
ShadowDataNodeBuilder.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.shardingsphere.infra.datanode.DataNode> |
ShadowDataNodeBuilder.build(Collection<org.apache.shardingsphere.infra.datanode.DataNode> dataNodes,
ShadowRule rule) |
| 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.props.ConfigurationProperties props) |
void |
ShadowSQLRouter.decorateRouteContext(RouteContext routeContext,
LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
ShadowRule rule,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowRouteEngine.route(RouteContext routeContext,
ShadowRule shadowRule)
Route.
|
default void |
ShadowRouteEngine.shadowRouteDecorate(RouteContext routeContext,
ShadowRule shadowRule,
Map<String,String> shadowDataSourceMappings)
Shadow route decorate.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HintShadowAlgorithmDeterminer.isShadow(HintShadowAlgorithm<Comparable<?>> shadowAlgorithm,
ShadowDetermineCondition shadowCondition,
ShadowRule shadowRule)
Is shadow in hint shadow algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractShadowDMLStatementRouteEngine.route(RouteContext routeContext,
ShadowRule shadowRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowNonDMLStatementRoutingEngine.route(RouteContext routeContext,
ShadowRule shadowRule) |
| Modifier and Type | Method and Description |
|---|---|
ShadowRule |
AlgorithmProvidedShadowRuleBuilder.build(AlgorithmProvidedShadowRuleConfiguration config,
String schemaName,
Map<String,DataSource> dataSources,
Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> builtRules,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props) |
ShadowRule |
ShadowRuleBuilder.build(ShadowRuleConfiguration config,
String schemaName,
Map<String,DataSource> dataSources,
Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> builtRules,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.