public final class AlgorithmProvidedShadowRuleBuilder extends Object implements org.apache.shardingsphere.infra.rule.builder.schema.SchemaRuleBuilder<AlgorithmProvidedShadowRuleConfiguration>
| Constructor and Description |
|---|
AlgorithmProvidedShadowRuleBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ShadowRule |
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) |
int |
getOrder() |
Class<AlgorithmProvidedShadowRuleConfiguration> |
getTypeClass() |
public ShadowRule 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)
build in interface org.apache.shardingsphere.infra.rule.builder.schema.SchemaRuleBuilder<AlgorithmProvidedShadowRuleConfiguration>public int getOrder()
getOrder in interface org.apache.shardingsphere.spi.ordered.OrderedSPI<AlgorithmProvidedShadowRuleConfiguration>public Class<AlgorithmProvidedShadowRuleConfiguration> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.spi.ordered.OrderedSPI<AlgorithmProvidedShadowRuleConfiguration>Copyright © 2022 The Apache Software Foundation. All rights reserved.