public final class AuthorityRuleBuilder extends Object implements org.apache.shardingsphere.infra.rule.builder.level.KernelRuleBuilder, org.apache.shardingsphere.infra.rule.builder.scope.GlobalRuleBuilder<AuthorityRuleConfiguration>
| Constructor and Description |
|---|
AuthorityRuleBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AuthorityRule |
build(AuthorityRuleConfiguration ruleConfig,
Map<String,org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData> mataDataMap) |
int |
getOrder() |
Class<AuthorityRuleConfiguration> |
getTypeClass() |
public AuthorityRule build(AuthorityRuleConfiguration ruleConfig, Map<String,org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData> mataDataMap)
build in interface org.apache.shardingsphere.infra.rule.builder.scope.GlobalRuleBuilder<AuthorityRuleConfiguration>public int getOrder()
getOrder in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<AuthorityRuleConfiguration>public Class<AuthorityRuleConfiguration> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<AuthorityRuleConfiguration>Copyright © 2021 The Apache Software Foundation. All rights reserved.