- checkAlgorithmCompleteness(Collection<ShadowAlgorithmSegment>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check the completeness of the algorithm.
- checkAlgorithmExist(Collection<String>, Collection<String>, Function<Set<String>, DistSQLException>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if the algorithms exist.
- checkAnyDifferent(Collection<String>, Collection<String>, Function<Set<String>, DistSQLException>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check for any different data in the rules, and throw the specified exception.
- checkAnyDuplicate(Collection<String>, Function<Set<String>, DistSQLException>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check for any duplicate data in the rules, and throw the specified exception.
- checkAnyDuplicate(Collection<String>, Collection<String>, Function<Set<String>, DistSQLException>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if there are duplicates in the rules, and throw the specified exception.
- checkConfigurationExist(String, SchemaRuleConfiguration) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if the configuration exists.
- checkResourceExist(Collection<String>, ShardingSphereMetaData, String) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if resources exist in meta data.
- checkRulesExist(Collection<String>, Collection<String>, Function<Set<String>, DistSQLException>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if the rules exist.
- checkSQLStatement(ShardingSphereMetaData, AlterShadowAlgorithmStatement, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
-
- checkSQLStatement(ShardingSphereMetaData, AlterShadowRuleStatement, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
-
- checkSQLStatement(ShardingSphereMetaData, CreateShadowRuleStatement, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
-
- checkSQLStatement(ShardingSphereMetaData, DropShadowAlgorithmStatement, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
-
- checkSQLStatement(ShardingSphereMetaData, DropShadowRuleStatement, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
-
- convert(Collection<ShadowRuleSegment>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.converter.ShadowRuleStatementConverter
-
Convert shadow rule segments to shadow rule configuration.
- CreateShadowRuleStatementUpdater - org.apache.shardingsphere.shadow.distsql.handler.update中的类
-
Create shadow rule statement updater.
- CreateShadowRuleStatementUpdater() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
-