跳过导航链接
A B C D G I M N O S U 

A

AlterShadowAlgorithmStatementUpdater - org.apache.shardingsphere.shadow.distsql.handler.update中的类
Alter shadow algorithm statement updater.
AlterShadowAlgorithmStatementUpdater() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
 
AlterShadowRuleStatementUpdater - org.apache.shardingsphere.shadow.distsql.handler.update中的类
Alter shadow rule statement updater.
AlterShadowRuleStatementUpdater() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
 

B

buildToBeAlteredRuleConfiguration(AlterShadowAlgorithmStatement) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
 
buildToBeAlteredRuleConfiguration(AlterShadowRuleStatement) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
 
buildToBeCreatedRuleConfiguration(CreateShadowRuleStatement) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
 

C

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
 

D

DropShadowAlgorithmStatementUpdater - org.apache.shardingsphere.shadow.distsql.handler.update中的类
Drop shadow algorithm statement updater.
DropShadowAlgorithmStatementUpdater() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
 
DropShadowRuleStatementUpdater - org.apache.shardingsphere.shadow.distsql.handler.update中的类
Drop shadow rule statement updater.
DropShadowRuleStatementUpdater() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
 

G

getAlgorithmNames(ShadowRuleConfiguration) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get the algorithm names from the configuration.
getAlgorithmNames(Collection<ShadowRuleSegment>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get the algorithm names from the rules.
getColumnNames() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
 
getColumnNames() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
 
getColumnNames() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
 
getResourceNames(Collection<ShadowRuleSegment>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get the resource names from the rules.
getRowData() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
 
getRowData() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
 
getRowData() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
 
getRuleConfigurationClass() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
 
getRuleConfigurationClass() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
 
getRuleConfigurationClass() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
 
getRuleConfigurationClass() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
 
getRuleConfigurationClass() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
 
getRuleNames(ShadowRuleConfiguration) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get rule names from the configuration.
getRuleNames(Collection<ShadowRuleSegment>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get rule names from the rules.
getShadowAlgorithmSegment(Collection<ShadowRuleSegment>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get the algorithm segments from the rules.
getTableNames(ShadowRuleConfiguration) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get table names from the configuration.
getTableNames(Collection<ShadowRuleSegment>) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Get the table names from the rules.
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
 
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
 
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
 
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
 
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
 
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
 
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
 
getType() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
 

I

init(ShardingSphereMetaData, SQLStatement) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
 
init(ShardingSphereMetaData, SQLStatement) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
 
init(ShardingSphereMetaData, SQLStatement) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
 

M

mergeConfiguration(ShadowTableConfiguration, ShadowTableConfiguration) - 类 中的静态方法org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
Merge configuration.

N

next() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
 
next() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
 
next() - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
 

O

org.apache.shardingsphere.shadow.distsql.handler.checker - 程序包 org.apache.shardingsphere.shadow.distsql.handler.checker
 
org.apache.shardingsphere.shadow.distsql.handler.converter - 程序包 org.apache.shardingsphere.shadow.distsql.handler.converter
 
org.apache.shardingsphere.shadow.distsql.handler.query - 程序包 org.apache.shardingsphere.shadow.distsql.handler.query
 
org.apache.shardingsphere.shadow.distsql.handler.supporter - 程序包 org.apache.shardingsphere.shadow.distsql.handler.supporter
 
org.apache.shardingsphere.shadow.distsql.handler.update - 程序包 org.apache.shardingsphere.shadow.distsql.handler.update
 

S

SHADOW - 类 中的静态变量org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
 
ShadowAlgorithmQueryResultSet - org.apache.shardingsphere.shadow.distsql.handler.query中的类
Result set for shadow algorithm.
ShadowAlgorithmQueryResultSet() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
 
ShadowRuleQueryResultSet - org.apache.shardingsphere.shadow.distsql.handler.query中的类
Result set for show shadow rules.
ShadowRuleQueryResultSet() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
 
ShadowRuleStatementChecker - org.apache.shardingsphere.shadow.distsql.handler.checker中的类
Shadow rule statement checker.
ShadowRuleStatementChecker() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
 
ShadowRuleStatementConverter - org.apache.shardingsphere.shadow.distsql.handler.converter中的类
Shadow rule statement converter.
ShadowRuleStatementConverter() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.converter.ShadowRuleStatementConverter
 
ShadowRuleStatementSupporter - org.apache.shardingsphere.shadow.distsql.handler.supporter中的类
Shadow rule statement supporter.
ShadowRuleStatementSupporter() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
 
ShadowTableRuleQueryResultSet - org.apache.shardingsphere.shadow.distsql.handler.query中的类
Result set for shadow table rule.
ShadowTableRuleQueryResultSet() - 类 的构造器org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
 

U

updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
 
updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
 
updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
 
updateCurrentRuleConfiguration(DropShadowAlgorithmStatement, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
 
updateCurrentRuleConfiguration(DropShadowRuleStatement, ShadowRuleConfiguration) - 类 中的方法org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
 
A B C D G I M N O S U 
跳过导航链接

Copyright © 2021 The Apache Software Foundation. All rights reserved.