public final class DropShadowRuleStatementUpdater extends Object implements org.apache.shardingsphere.infra.distsql.update.RuleDefinitionDropUpdater<DropShadowRuleStatement,ShadowRuleConfiguration>
| 构造器和说明 |
|---|
DropShadowRuleStatementUpdater() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkSQLStatement(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
DropShadowRuleStatement sqlStatement,
ShadowRuleConfiguration currentRuleConfig) |
Class<ShadowRuleConfiguration> |
getRuleConfigurationClass() |
String |
getType() |
boolean |
updateCurrentRuleConfiguration(DropShadowRuleStatement sqlStatement,
ShadowRuleConfiguration currentRuleConfig) |
public void checkSQLStatement(org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
DropShadowRuleStatement sqlStatement,
ShadowRuleConfiguration currentRuleConfig)
throws org.apache.shardingsphere.infra.distsql.exception.DistSQLException
checkSQLStatement 在接口中 org.apache.shardingsphere.infra.distsql.update.RuleDefinitionUpdater<DropShadowRuleStatement,ShadowRuleConfiguration>org.apache.shardingsphere.infra.distsql.exception.DistSQLExceptionpublic boolean updateCurrentRuleConfiguration(DropShadowRuleStatement sqlStatement, ShadowRuleConfiguration currentRuleConfig)
updateCurrentRuleConfiguration 在接口中 org.apache.shardingsphere.infra.distsql.update.RuleDefinitionDropUpdater<DropShadowRuleStatement,ShadowRuleConfiguration>public Class<ShadowRuleConfiguration> getRuleConfigurationClass()
getRuleConfigurationClass 在接口中 org.apache.shardingsphere.infra.distsql.update.RuleDefinitionUpdater<DropShadowRuleStatement,ShadowRuleConfiguration>public String getType()
getType 在接口中 org.apache.shardingsphere.spi.typed.TypedSPICopyright © 2021 The Apache Software Foundation. All rights reserved.