Hierarchy For All Packages
Package Hierarchies:- org.apache.shardingsphere.distsql.handler.exception,
- org.apache.shardingsphere.distsql.handler.exception.algorithm,
- org.apache.shardingsphere.distsql.handler.exception.rule,
- org.apache.shardingsphere.distsql.handler.exception.storageunit,
- org.apache.shardingsphere.distsql.handler.query,
- org.apache.shardingsphere.distsql.handler.ral.query,
- org.apache.shardingsphere.distsql.handler.ral.update,
- org.apache.shardingsphere.distsql.handler.update,
- org.apache.shardingsphere.distsql.handler.validate
Class Hierarchy
- java.lang.Object
- org.apache.shardingsphere.distsql.handler.validate.DataSourcePropertiesValidateHandler
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
- org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
- org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel.KernelSQLException
- org.apache.shardingsphere.distsql.handler.exception.DistSQLException
- org.apache.shardingsphere.distsql.handler.exception.algorithm.AlgorithmDefinitionViolationException
- org.apache.shardingsphere.distsql.handler.exception.algorithm.AlgorithmInUsedException
- org.apache.shardingsphere.distsql.handler.exception.algorithm.DuplicateAlgorithmException
- org.apache.shardingsphere.distsql.handler.exception.algorithm.InvalidAlgorithmConfigurationException
- org.apache.shardingsphere.distsql.handler.exception.algorithm.MissingRequiredAlgorithmException
- org.apache.shardingsphere.distsql.handler.exception.rule.RuleDefinitionViolationException
- org.apache.shardingsphere.distsql.handler.exception.rule.DuplicateRuleException
- org.apache.shardingsphere.distsql.handler.exception.rule.InvalidRuleConfigurationException
- org.apache.shardingsphere.distsql.handler.exception.rule.MissingRequiredRuleException
- org.apache.shardingsphere.distsql.handler.exception.rule.RuleInUsedException
- org.apache.shardingsphere.distsql.handler.exception.storageunit.StorageUnitDefinitionViolationException
- org.apache.shardingsphere.distsql.handler.exception.storageunit.DuplicateStorageUnitException
- org.apache.shardingsphere.distsql.handler.exception.storageunit.EmptyStorageUnitException
- org.apache.shardingsphere.distsql.handler.exception.storageunit.InvalidStorageUnitsException
- org.apache.shardingsphere.distsql.handler.exception.storageunit.MissingRequiredStorageUnitsException
- org.apache.shardingsphere.distsql.handler.exception.storageunit.StorageUnitInUsedException
- org.apache.shardingsphere.distsql.handler.exception.algorithm.AlgorithmDefinitionViolationException
- org.apache.shardingsphere.distsql.handler.exception.DistSQLException
- org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel.KernelSQLException
- org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
- org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
- org.apache.shardingsphere.distsql.handler.ral.update.GlobalRuleRALUpdater<T,
R> - org.apache.shardingsphere.distsql.handler.ral.query.QueryableRALExecutor<T>
- org.apache.shardingsphere.distsql.handler.ral.query.DatabaseRequiredQueryableRALExecutor<T>
- org.apache.shardingsphere.distsql.handler.ral.query.InstanceContextRequiredQueryableRALExecutor<T>
- org.apache.shardingsphere.distsql.handler.ral.query.MetaDataRequiredQueryableRALExecutor<T>
- org.apache.shardingsphere.distsql.handler.ral.update.RALUpdater<T>
- org.apache.shardingsphere.distsql.handler.query.RQLExecutor<T>
- org.apache.shardingsphere.distsql.handler.update.RuleDefinitionUpdater<T,
R> - org.apache.shardingsphere.distsql.handler.update.RuleDefinitionAlterUpdater<T,
R> - org.apache.shardingsphere.distsql.handler.update.RuleDefinitionCreateUpdater<T,
R> - org.apache.shardingsphere.distsql.handler.update.RuleDefinitionDropUpdater<T,
R>
- org.apache.shardingsphere.distsql.handler.update.RuleDefinitionAlterUpdater<T,
- org.apache.shardingsphere.distsql.handler.ral.update.GlobalRuleRALUpdater<T,