JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
M
N
O
R
S
U
V
A
AlgorithmInUsedException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.algorithm
Algorithm in used exception.
AlgorithmInUsedException(String, String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
AlgorithmInUsedException
B
buildToBeAlteredRuleConfiguration(T)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionAlterUpdater
Build to be altered rule configuration.
buildToBeCreatedRuleConfiguration(R, T)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionCreateUpdater
Build to be created rule configuration.
C
checkSQLStatement(ShardingSphereDatabase, T, R)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionUpdater
Check SQL statement.
D
DatabaseDistSQLResultSet
- Interface in
org.apache.shardingsphere.distsql.handler.resultset
DistSQL result set for database.
DataSourcePropertiesValidateHandler
- Class in
org.apache.shardingsphere.distsql.handler.validate
Data source properties validate handler.
DataSourcePropertiesValidateHandler()
- Constructor for class org.apache.shardingsphere.distsql.handler.validate.
DataSourcePropertiesValidateHandler
DistSQLException
- Exception in
org.apache.shardingsphere.distsql.handler.exception
DistSQL exception.
DistSQLException(SQLState, int, String, Object...)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.
DistSQLException
DistSQLResultSet
- Interface in
org.apache.shardingsphere.distsql.handler.resultset
DistSQL result set.
DuplicateAlgorithmException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.algorithm
Duplicate algorithm exception.
DuplicateAlgorithmException(String, String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
DuplicateAlgorithmException
DuplicateRuleException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.rule
Duplicate rule exception.
DuplicateRuleException(String, String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
DuplicateRuleException
DuplicateRuleException(String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
DuplicateRuleException
DuplicateRuleException(String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
DuplicateRuleException
DuplicateStorageUnitException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.storageunit
Duplicate storage unit exception.
DuplicateStorageUnitException(Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.storageunit.
DuplicateStorageUnitException
E
EmptyStorageUnitException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.storageunit
Empty storage unit exception.
EmptyStorageUnitException(String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.storageunit.
EmptyStorageUnitException
executeUpdate(ShardingSphereMetaData, SQLStatement)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
GlobalRuleRALUpdater
Execute update.
executeUpdate(String, T)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RALUpdater
Execute update.
G
getColumnNames()
- Method in interface org.apache.shardingsphere.distsql.handler.resultset.
DistSQLResultSet
Get result set column names.
getIdenticalData(Collection<String>, Collection<String>)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionDropUpdater
Get identical data.
getRowData()
- Method in interface org.apache.shardingsphere.distsql.handler.resultset.
DistSQLResultSet
Get row data.
getRuleConfigurationClass()
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionUpdater
Get rule configuration class.
GlobalRuleDistSQLResultSet
- Interface in
org.apache.shardingsphere.distsql.handler.resultset
DistSQL result set for global rule.
GlobalRuleRALUpdater
- Interface in
org.apache.shardingsphere.distsql.handler.update
RAL updater for global rule.
H
hasAnyOneToBeDropped(T, R)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionDropUpdater
Whether there is dropped data.
I
init(ShardingSphereDatabase, SQLStatement)
- Method in interface org.apache.shardingsphere.distsql.handler.resultset.
DatabaseDistSQLResultSet
Initialize data.
init(ShardingSphereRuleMetaData, SQLStatement)
- Method in interface org.apache.shardingsphere.distsql.handler.resultset.
GlobalRuleDistSQLResultSet
Initialize data.
InvalidAlgorithmConfigurationException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.algorithm
Invalid algorithm configuration exception.
InvalidAlgorithmConfigurationException(String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
InvalidAlgorithmConfigurationException
InvalidAlgorithmConfigurationException(String, String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
InvalidAlgorithmConfigurationException
InvalidAlgorithmConfigurationException(String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
InvalidAlgorithmConfigurationException
InvalidAlgorithmConfigurationException(String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
InvalidAlgorithmConfigurationException
InvalidRuleConfigurationException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.rule
Invalid rule configuration exception.
InvalidRuleConfigurationException(String, String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
InvalidRuleConfigurationException
InvalidRuleConfigurationException(String, Collection<String>, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
InvalidRuleConfigurationException
InvalidRuleConfigurationException(String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
InvalidRuleConfigurationException
InvalidStorageUnitsException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.storageunit
Invalid storage units exception.
InvalidStorageUnitsException(Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.storageunit.
InvalidStorageUnitsException
isExistRuleConfig(R)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionDropUpdater
Whether there is configuration.
M
MissingRequiredAlgorithmException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.algorithm
Missing required algorithm exception.
MissingRequiredAlgorithmException()
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
MissingRequiredAlgorithmException
MissingRequiredAlgorithmException(String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
MissingRequiredAlgorithmException
MissingRequiredAlgorithmException(String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
MissingRequiredAlgorithmException
MissingRequiredAlgorithmException(String, String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.algorithm.
MissingRequiredAlgorithmException
MissingRequiredRuleException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.rule
Missing required rule exception.
MissingRequiredRuleException(String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
MissingRequiredRuleException
MissingRequiredRuleException(String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
MissingRequiredRuleException
MissingRequiredRuleException(String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
MissingRequiredRuleException
MissingRequiredRuleException(String, String, String)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
MissingRequiredRuleException
MissingRequiredRuleException(String, String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
MissingRequiredRuleException
MissingRequiredStorageUnitsException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.storageunit
Missing required storage units exception.
MissingRequiredStorageUnitsException(String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.storageunit.
MissingRequiredStorageUnitsException
N
next()
- Method in interface org.apache.shardingsphere.distsql.handler.resultset.
DistSQLResultSet
Go to next data.
O
org.apache.shardingsphere.distsql.handler.exception
- package org.apache.shardingsphere.distsql.handler.exception
org.apache.shardingsphere.distsql.handler.exception.algorithm
- package org.apache.shardingsphere.distsql.handler.exception.algorithm
org.apache.shardingsphere.distsql.handler.exception.rule
- package org.apache.shardingsphere.distsql.handler.exception.rule
org.apache.shardingsphere.distsql.handler.exception.storageunit
- package org.apache.shardingsphere.distsql.handler.exception.storageunit
org.apache.shardingsphere.distsql.handler.resultset
- package org.apache.shardingsphere.distsql.handler.resultset
org.apache.shardingsphere.distsql.handler.update
- package org.apache.shardingsphere.distsql.handler.update
org.apache.shardingsphere.distsql.handler.validate
- package org.apache.shardingsphere.distsql.handler.validate
R
RALUpdater
<
T
extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> - Interface in
org.apache.shardingsphere.distsql.handler.update
RAL updater.
RuleDefinitionAlterUpdater
<
T
extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement,
R
extends
RuleConfiguration
> - Interface in
org.apache.shardingsphere.distsql.handler.update
Alter rule rule definition updater.
RuleDefinitionCreateUpdater
<
T
extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement,
R
extends
RuleConfiguration
> - Interface in
org.apache.shardingsphere.distsql.handler.update
Create rule definition updater.
RuleDefinitionDropUpdater
<
T
extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement,
R
extends
RuleConfiguration
> - Interface in
org.apache.shardingsphere.distsql.handler.update
Drop rule definition updater.
RuleDefinitionUpdater
<
T
extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement,
R
extends
RuleConfiguration
> - Interface in
org.apache.shardingsphere.distsql.handler.update
Rule definition updater.
RuleDefinitionViolationException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.rule
Rule definition violation exception.
RuleDefinitionViolationException(SQLState, int, String, Object...)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
RuleDefinitionViolationException
RuleInUsedException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.rule
Rule in used exception.
RuleInUsedException(String, String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.rule.
RuleInUsedException
S
StorageUnitDefinitionViolationException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.storageunit
Storage unit definition violation exception.
StorageUnitDefinitionViolationException(SQLState, int, String, Object...)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.storageunit.
StorageUnitDefinitionViolationException
StorageUnitInUsedException
- Exception in
org.apache.shardingsphere.distsql.handler.exception.storageunit
Storage unit in used exception.
StorageUnitInUsedException(String, Collection<String>)
- Constructor for exception org.apache.shardingsphere.distsql.handler.exception.storageunit.
StorageUnitInUsedException
U
updateCurrentRuleConfiguration(R, R)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionAlterUpdater
Update current rule configuration.
updateCurrentRuleConfiguration(R, R)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionCreateUpdater
Update current rule configuration.
updateCurrentRuleConfiguration(T, R)
- Method in interface org.apache.shardingsphere.distsql.handler.update.
RuleDefinitionDropUpdater
Update current rule configuration.
V
validate(Map<String, DataSourceProperties>)
- Method in class org.apache.shardingsphere.distsql.handler.validate.
DataSourcePropertiesValidateHandler
Validate data source properties map.
A
B
C
D
E
G
H
I
M
N
O
R
S
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023
The Apache Software Foundation
. All rights reserved.