Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AlterShadowAlgorithmStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Alter shadow algorithm statement updater.
- AlterShadowAlgorithmStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
- AlterShadowRuleStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Alter shadow rule statement updater.
- AlterShadowRuleStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
B
- buildToBeAlteredRuleConfiguration(AlterShadowAlgorithmStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
- buildToBeAlteredRuleConfiguration(AlterShadowRuleStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
- buildToBeCreatedRuleConfiguration(CreateDefaultShadowAlgorithmStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateDefaultShadowAlgorithmStatementUpdater
- buildToBeCreatedRuleConfiguration(CreateShadowAlgorithmStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowAlgorithmStatementUpdater
- buildToBeCreatedRuleConfiguration(CreateShadowRuleStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
C
- checkAlgorithmCompleteness(Collection<ShadowAlgorithmSegment>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check the completeness of the algorithm.
- checkAlgorithmExist(Collection<String>, Collection<String>, Function<Collection<String>, DistSQLException>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if the algorithms exist.
- checkAnyDifferent(Collection<String>, Collection<String>, Function<Collection<String>, DistSQLException>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check for any different data in the rules, and throw the specified exception.
- checkAnyDuplicate(Collection<String>, Collection<String>, Function<Collection<String>, DistSQLException>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if there are duplicates in the rules, and throw the specified exception.
- checkAnyDuplicate(Collection<String>, Function<Collection<String>, DistSQLException>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check for any duplicate data in the rules, and throw the specified exception.
- checkConfigurationExist(String, SchemaRuleConfiguration) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if the configuration exists.
- checkResourceExist(Collection<String>, ShardingSphereDatabase) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if resources exist in meta data.
- checkRulesExist(Collection<String>, Collection<String>, Function<Collection<String>, DistSQLException>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
-
Check if the rules exist.
- checkSQLStatement(ShardingSphereDatabase, AlterShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
- checkSQLStatement(ShardingSphereDatabase, AlterShadowRuleStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
- checkSQLStatement(ShardingSphereDatabase, CreateDefaultShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateDefaultShadowAlgorithmStatementUpdater
- checkSQLStatement(ShardingSphereDatabase, CreateShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowAlgorithmStatementUpdater
- checkSQLStatement(ShardingSphereDatabase, CreateShadowRuleStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
- checkSQLStatement(ShardingSphereDatabase, DropDefaultShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropDefaultShadowAlgorithmStatementUpdater
- checkSQLStatement(ShardingSphereDatabase, DropShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
- checkSQLStatement(ShardingSphereDatabase, DropShadowRuleStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
- convert(Collection<ShadowRuleSegment>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.converter.ShadowRuleStatementConverter
-
Convert shadow rule segments to shadow rule configuration.
- CreateDefaultShadowAlgorithmStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Create default shadow algorithm statement updater.
- CreateDefaultShadowAlgorithmStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.CreateDefaultShadowAlgorithmStatementUpdater
- CreateShadowAlgorithmStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Create shadow algorithm statement updater.
- CreateShadowAlgorithmStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowAlgorithmStatementUpdater
- CreateShadowRuleStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Create shadow rule statement updater.
- CreateShadowRuleStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
D
- DropDefaultShadowAlgorithmStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Drop default shadow algorithm statement updater.
- DropDefaultShadowAlgorithmStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.DropDefaultShadowAlgorithmStatementUpdater
- DropShadowAlgorithmStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Drop shadow algorithm statement updater.
- DropShadowAlgorithmStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
- DropShadowRuleStatementUpdater - Class in org.apache.shardingsphere.shadow.distsql.handler.update
-
Drop shadow rule statement updater.
- DropShadowRuleStatementUpdater() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
G
- getAlgorithmNames(Collection<ShadowRuleSegment>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get the algorithm names from the rules.
- getAlgorithmNames(ShadowRuleConfiguration) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get the algorithm names from the shadow rule configuration.
- getColumnNames() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
- getColumnNames() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
- getColumnNames() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
- getResourceNames(Collection<ShadowRuleSegment>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get the resource names from the rules.
- getRowData() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
- getRowData() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
- getRowData() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateDefaultShadowAlgorithmStatementUpdater
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowAlgorithmStatementUpdater
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropDefaultShadowAlgorithmStatementUpdater
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
- getRuleConfigurationClass() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
- getRuleNames(Collection<ShadowRuleSegment>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get rule names from the rules.
- getRuleNames(ShadowRuleConfiguration) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get rule names from the shadow rule configuration.
- getShadowAlgorithmSegment(Collection<ShadowRuleSegment>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get the algorithm segments from the rules.
- getTableNames(Collection<ShadowRuleSegment>) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get the table names from the rules.
- getTableNames(ShadowRuleConfiguration) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Get table names from the shadow rule configuration.
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateDefaultShadowAlgorithmStatementUpdater
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowAlgorithmStatementUpdater
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropDefaultShadowAlgorithmStatementUpdater
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
- getType() - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
H
- hasAnyOneToBeDropped(DropDefaultShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropDefaultShadowAlgorithmStatementUpdater
- hasAnyOneToBeDropped(DropShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
- hasAnyOneToBeDropped(DropShadowRuleStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
I
- init(ShardingSphereDatabase, SQLStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
- init(ShardingSphereDatabase, SQLStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
- init(ShardingSphereDatabase, SQLStatement) - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
M
- mergeConfiguration(ShadowTableConfiguration, ShadowTableConfiguration) - Static method in class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
-
Merge configuration.
N
- next() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
- next() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
- next() - Method in class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
O
- org.apache.shardingsphere.shadow.distsql.handler.checker - package org.apache.shardingsphere.shadow.distsql.handler.checker
- org.apache.shardingsphere.shadow.distsql.handler.converter - package org.apache.shardingsphere.shadow.distsql.handler.converter
- org.apache.shardingsphere.shadow.distsql.handler.query - package org.apache.shardingsphere.shadow.distsql.handler.query
- org.apache.shardingsphere.shadow.distsql.handler.supporter - package org.apache.shardingsphere.shadow.distsql.handler.supporter
- org.apache.shardingsphere.shadow.distsql.handler.update - package org.apache.shardingsphere.shadow.distsql.handler.update
S
- SHADOW - Static variable in class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
- ShadowAlgorithmQueryResultSet - Class in org.apache.shardingsphere.shadow.distsql.handler.query
-
Result set for shadow algorithm.
- ShadowAlgorithmQueryResultSet() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowAlgorithmQueryResultSet
- ShadowRuleQueryResultSet - Class in org.apache.shardingsphere.shadow.distsql.handler.query
-
Result set for show shadow rules.
- ShadowRuleQueryResultSet() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowRuleQueryResultSet
- ShadowRuleStatementChecker - Class in org.apache.shardingsphere.shadow.distsql.handler.checker
-
Shadow rule statement checker.
- ShadowRuleStatementChecker() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.checker.ShadowRuleStatementChecker
- ShadowRuleStatementConverter - Class in org.apache.shardingsphere.shadow.distsql.handler.converter
-
Shadow rule statement converter.
- ShadowRuleStatementConverter() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.converter.ShadowRuleStatementConverter
- ShadowRuleStatementSupporter - Class in org.apache.shardingsphere.shadow.distsql.handler.supporter
-
Shadow rule statement supporter.
- ShadowRuleStatementSupporter() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.supporter.ShadowRuleStatementSupporter
- ShadowTableRuleQueryResultSet - Class in org.apache.shardingsphere.shadow.distsql.handler.query
-
Result set for shadow table rule.
- ShadowTableRuleQueryResultSet() - Constructor for class org.apache.shardingsphere.shadow.distsql.handler.query.ShadowTableRuleQueryResultSet
U
- updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowAlgorithmStatementUpdater
- updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.AlterShadowRuleStatementUpdater
- updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateDefaultShadowAlgorithmStatementUpdater
- updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowAlgorithmStatementUpdater
- updateCurrentRuleConfiguration(ShadowRuleConfiguration, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.CreateShadowRuleStatementUpdater
- updateCurrentRuleConfiguration(DropDefaultShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropDefaultShadowAlgorithmStatementUpdater
- updateCurrentRuleConfiguration(DropShadowAlgorithmStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowAlgorithmStatementUpdater
- updateCurrentRuleConfiguration(DropShadowRuleStatement, ShadowRuleConfiguration) - Method in class org.apache.shardingsphere.shadow.distsql.handler.update.DropShadowRuleStatementUpdater
All Classes and Interfaces|All Packages|Constant Field Values