Class CreateShadowRuleStatementUpdater

java.lang.Object
org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
All Implemented Interfaces:
org.apache.shardingsphere.infra.distsql.update.RuleDefinitionCreateUpdater<CreateShadowRuleStatement,ShadowRuleConfiguration>, org.apache.shardingsphere.infra.distsql.update.RuleDefinitionUpdater<CreateShadowRuleStatement,ShadowRuleConfiguration>, org.apache.shardingsphere.spi.type.typed.TypedSPI

public final class CreateShadowRuleStatementUpdater extends Object implements org.apache.shardingsphere.infra.distsql.update.RuleDefinitionCreateUpdater<CreateShadowRuleStatement,ShadowRuleConfiguration>
Create shadow rule statement updater.
  • Constructor Details

    • CreateShadowRuleStatementUpdater

      public CreateShadowRuleStatementUpdater()
  • Method Details