public final class DatabaseDiscoveryRuleConfigurationChecker extends Object implements org.apache.shardingsphere.infra.rule.checker.RuleConfigurationChecker<DatabaseDiscoveryRuleConfiguration>
| Constructor and Description |
|---|
DatabaseDiscoveryRuleConfigurationChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(String schemaName,
DatabaseDiscoveryRuleConfiguration config) |
int |
getOrder() |
Class<DatabaseDiscoveryRuleConfiguration> |
getTypeClass() |
public DatabaseDiscoveryRuleConfigurationChecker()
public void check(String schemaName, DatabaseDiscoveryRuleConfiguration config)
check in interface org.apache.shardingsphere.infra.rule.checker.RuleConfigurationChecker<DatabaseDiscoveryRuleConfiguration>public int getOrder()
getOrder in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<DatabaseDiscoveryRuleConfiguration>public Class<DatabaseDiscoveryRuleConfiguration> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<DatabaseDiscoveryRuleConfiguration>Copyright © 2021 The Apache Software Foundation. All rights reserved.