跳过导航链接
A B C D F G I L N O P R S U V Y 

A

assignNewDataSourceName() - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
Assign new data source name.

B

build() - 类 中的方法org.apache.shardingsphere.singletable.rule.builder.DefaultSingleTableDatabaseRuleConfigurationBuilder
 
build(SingleTableRuleConfiguration, String, Map<String, DataSource>, Collection<ShardingSphereRule>, InstanceContext) - 类 中的方法org.apache.shardingsphere.singletable.rule.builder.SingleTableRuleBuilder
 

C

createRouteContext(QueryContext, ShardingSphereDatabase, SingleTableRule, ConfigurationProperties, ConnectionContext) - 类 中的方法org.apache.shardingsphere.singletable.route.SingleTableSQLRouter
 

D

decide(SQLFederationDeciderContext, QueryContext, ShardingSphereDatabase, SingleTableRule, ConfigurationProperties) - 类 中的方法org.apache.shardingsphere.singletable.decider.SingleTableSQLFederationDecider
 
decorate(Map<String, SchemaMetaData>, SingleTableRule, GenericSchemaBuilderMaterials) - 类 中的方法org.apache.shardingsphere.singletable.metadata.SingleTableSchemaMetaDataDecorator
 
decorateRouteContext(RouteContext, QueryContext, ShardingSphereDatabase, SingleTableRule, ConfigurationProperties, ConnectionContext) - 类 中的方法org.apache.shardingsphere.singletable.route.SingleTableSQLRouter
 
DefaultSingleTableDatabaseRuleConfigurationBuilder - org.apache.shardingsphere.singletable.rule.builder中的类
Default single table rule configuration builder.
DefaultSingleTableDatabaseRuleConfigurationBuilder() - 类 的构造器org.apache.shardingsphere.singletable.rule.builder.DefaultSingleTableDatabaseRuleConfigurationBuilder
 
DropNotEmptySchemaException - org.apache.shardingsphere.singletable.exception中的异常错误
Drop not empty schema exception.
DropNotEmptySchemaException(String) - 异常错误 的构造器org.apache.shardingsphere.singletable.exception.DropNotEmptySchemaException
 

F

findActualTableByCatalog(String, String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
findFirstActualTable(String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
findLogicTableByActualTable(String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
findSingleTableDataNode(String, String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 

G

getAllDataNodes() - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
getAllTables() - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
getDataNodesByTableName(String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
getExportData() - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
getOrder() - 类 中的方法org.apache.shardingsphere.singletable.decider.SingleTableSQLFederationDecider
 
getOrder() - 类 中的方法org.apache.shardingsphere.singletable.metadata.SingleTableSchemaMetaDataDecorator
 
getOrder() - 类 中的方法org.apache.shardingsphere.singletable.route.SingleTableSQLRouter
 
getOrder() - 类 中的方法org.apache.shardingsphere.singletable.rule.builder.DefaultSingleTableDatabaseRuleConfigurationBuilder
 
getOrder() - 类 中的方法org.apache.shardingsphere.singletable.rule.builder.SingleTableRuleBuilder
 
getOrder() - 类 中的方法org.apache.shardingsphere.singletable.yaml.config.swapper.YamlSingleTableRuleConfigurationSwapper
 
getRuleConfigurationType() - 类 中的方法org.apache.shardingsphere.singletable.yaml.config.pojo.YamlSingleTableRuleConfiguration
 
getRuleTagName() - 类 中的方法org.apache.shardingsphere.singletable.yaml.config.swapper.YamlSingleTableRuleConfigurationSwapper
 
getSingleTableNames(Collection<QualifiedTable>) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
Get single table names.
getTables() - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
getType() - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
getTypeClass() - 类 中的方法org.apache.shardingsphere.singletable.decider.SingleTableSQLFederationDecider
 
getTypeClass() - 类 中的方法org.apache.shardingsphere.singletable.metadata.SingleTableSchemaMetaDataDecorator
 
getTypeClass() - 类 中的方法org.apache.shardingsphere.singletable.route.SingleTableSQLRouter
 
getTypeClass() - 类 中的方法org.apache.shardingsphere.singletable.rule.builder.DefaultSingleTableDatabaseRuleConfigurationBuilder
 
getTypeClass() - 类 中的方法org.apache.shardingsphere.singletable.rule.builder.SingleTableRuleBuilder
 
getTypeClass() - 类 中的方法org.apache.shardingsphere.singletable.yaml.config.swapper.YamlSingleTableRuleConfigurationSwapper
 

I

isAllTablesInSameDataSource(RouteContext, Collection<QualifiedTable>) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
Judge whether all tables are in same data source or not.
isNeedAccumulate(Collection<String>) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
isSingleTablesInSameDataSource(Collection<QualifiedTable>) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
Judge whether single tables are in same data source or not.

L

load(String, DatabaseType, Map<String, DataSource>, Collection<String>) - 类 中的静态方法org.apache.shardingsphere.singletable.datanode.SingleTableDataNodeLoader
Load single table data nodes.

N

newInstance(Collection<QualifiedTable>, SQLStatement) - 类 中的静态方法org.apache.shardingsphere.singletable.route.engine.SingleTableRouteEngineFactory
Create new instance of single table route engine.
newInstance(SQLStatement) - 类 中的静态方法org.apache.shardingsphere.singletable.route.validator.SingleTableMetadataValidatorFactory
New instance of single table metadata validator.

O

ORDER - 类 中的静态变量org.apache.shardingsphere.singletable.constant.SingleTableOrder
Single table order.
org.apache.shardingsphere.singletable.constant - 程序包 org.apache.shardingsphere.singletable.constant
 
org.apache.shardingsphere.singletable.datanode - 程序包 org.apache.shardingsphere.singletable.datanode
 
org.apache.shardingsphere.singletable.decider - 程序包 org.apache.shardingsphere.singletable.decider
 
org.apache.shardingsphere.singletable.exception - 程序包 org.apache.shardingsphere.singletable.exception
 
org.apache.shardingsphere.singletable.metadata - 程序包 org.apache.shardingsphere.singletable.metadata
 
org.apache.shardingsphere.singletable.route - 程序包 org.apache.shardingsphere.singletable.route
 
org.apache.shardingsphere.singletable.route.engine - 程序包 org.apache.shardingsphere.singletable.route.engine
 
org.apache.shardingsphere.singletable.route.validator - 程序包 org.apache.shardingsphere.singletable.route.validator
 
org.apache.shardingsphere.singletable.route.validator.ddl - 程序包 org.apache.shardingsphere.singletable.route.validator.ddl
 
org.apache.shardingsphere.singletable.rule - 程序包 org.apache.shardingsphere.singletable.rule
 
org.apache.shardingsphere.singletable.rule.builder - 程序包 org.apache.shardingsphere.singletable.rule.builder
 
org.apache.shardingsphere.singletable.yaml.config.pojo - 程序包 org.apache.shardingsphere.singletable.yaml.config.pojo
 
org.apache.shardingsphere.singletable.yaml.config.swapper - 程序包 org.apache.shardingsphere.singletable.yaml.config.swapper
 

P

put(String, String, String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 

R

reloadRule(RuleConfiguration, String, Map<String, DataSource>, Collection<ShardingSphereRule>) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
remove(String, String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
remove(Collection<String>, String) - 类 中的方法org.apache.shardingsphere.singletable.rule.SingleTableRule
 
route(RouteContext, SingleTableRule) - 类 中的方法org.apache.shardingsphere.singletable.route.engine.SingleTableDatabaseBroadcastRouteEngine
 
route(RouteContext, SingleTableRule) - 接口 中的方法org.apache.shardingsphere.singletable.route.engine.SingleTableRouteEngine
Route.
route(RouteContext, SingleTableRule) - 类 中的方法org.apache.shardingsphere.singletable.route.engine.SingleTableStandardRouteEngine
Route for single table.

S

SchemaNotFoundException - org.apache.shardingsphere.singletable.exception中的异常错误
Schema not found exception.
SchemaNotFoundException(String) - 异常错误 的构造器org.apache.shardingsphere.singletable.exception.SchemaNotFoundException
 
SingleTableDatabaseBroadcastRouteEngine - org.apache.shardingsphere.singletable.route.engine中的类
Single table databases broadcast route engine.
SingleTableDatabaseBroadcastRouteEngine() - 类 的构造器org.apache.shardingsphere.singletable.route.engine.SingleTableDatabaseBroadcastRouteEngine
 
SingleTableDataNodeLoader - org.apache.shardingsphere.singletable.datanode中的类
Single table data node loader.
SingleTableDataNodeLoader() - 类 的构造器org.apache.shardingsphere.singletable.datanode.SingleTableDataNodeLoader
 
SingleTableDropSchemaMetadataValidator - org.apache.shardingsphere.singletable.route.validator.ddl中的类
Single table drop schema metadata validator.
SingleTableDropSchemaMetadataValidator() - 类 的构造器org.apache.shardingsphere.singletable.route.validator.ddl.SingleTableDropSchemaMetadataValidator
 
SingleTableDropTableValidator - org.apache.shardingsphere.singletable.route.validator.ddl中的类
Single table drop table validator.
SingleTableDropTableValidator() - 类 的构造器org.apache.shardingsphere.singletable.route.validator.ddl.SingleTableDropTableValidator
 
SingleTableMetadataValidator<T extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> - org.apache.shardingsphere.singletable.route.validator中的接口
Single table metadata validator.
SingleTableMetadataValidatorFactory - org.apache.shardingsphere.singletable.route.validator中的类
Single table metadata validator factory.
SingleTableMetadataValidatorFactory() - 类 的构造器org.apache.shardingsphere.singletable.route.validator.SingleTableMetadataValidatorFactory
 
SingleTableNotFoundException - org.apache.shardingsphere.singletable.exception中的异常错误
Single table not found exception.
SingleTableNotFoundException(String) - 异常错误 的构造器org.apache.shardingsphere.singletable.exception.SingleTableNotFoundException
 
SingleTableOrder - org.apache.shardingsphere.singletable.constant中的类
Single table order.
SingleTableOrder() - 类 的构造器org.apache.shardingsphere.singletable.constant.SingleTableOrder
 
SingleTableRouteEngine - org.apache.shardingsphere.singletable.route.engine中的接口
Single table route engine.
SingleTableRouteEngineFactory - org.apache.shardingsphere.singletable.route.engine中的类
Single table route engine factory.
SingleTableRouteEngineFactory() - 类 的构造器org.apache.shardingsphere.singletable.route.engine.SingleTableRouteEngineFactory
 
SingleTableRule - org.apache.shardingsphere.singletable.rule中的类
Single table rule.
SingleTableRule(SingleTableRuleConfiguration, String, Map<String, DataSource>, Collection<ShardingSphereRule>) - 类 的构造器org.apache.shardingsphere.singletable.rule.SingleTableRule
 
SingleTableRuleBuilder - org.apache.shardingsphere.singletable.rule.builder中的类
Single table rule builder.
SingleTableRuleBuilder() - 类 的构造器org.apache.shardingsphere.singletable.rule.builder.SingleTableRuleBuilder
 
SingleTableSchemaMetaDataDecorator - org.apache.shardingsphere.singletable.metadata中的类
Schema meta data decorator for single table.
SingleTableSchemaMetaDataDecorator() - 类 的构造器org.apache.shardingsphere.singletable.metadata.SingleTableSchemaMetaDataDecorator
 
SingleTablesLoadingException - org.apache.shardingsphere.singletable.exception中的异常错误
Single tables loading exception.
SingleTablesLoadingException(String, String, SQLException) - 异常错误 的构造器org.apache.shardingsphere.singletable.exception.SingleTablesLoadingException
 
SingleTableSQLFederationDecider - org.apache.shardingsphere.singletable.decider中的类
Single table SQL federation decider.
SingleTableSQLFederationDecider() - 类 的构造器org.apache.shardingsphere.singletable.decider.SingleTableSQLFederationDecider
 
SingleTableSQLRouter - org.apache.shardingsphere.singletable.route中的类
Single table SQL router.
SingleTableSQLRouter() - 类 的构造器org.apache.shardingsphere.singletable.route.SingleTableSQLRouter
 
SingleTableStandardRouteEngine - org.apache.shardingsphere.singletable.route.engine中的类
Single table standard route engine.
SingleTableStandardRouteEngine() - 类 的构造器org.apache.shardingsphere.singletable.route.engine.SingleTableStandardRouteEngine
 
swapToObject(YamlSingleTableRuleConfiguration) - 类 中的方法org.apache.shardingsphere.singletable.yaml.config.swapper.YamlSingleTableRuleConfigurationSwapper
 
swapToYamlConfiguration(SingleTableRuleConfiguration) - 类 中的方法org.apache.shardingsphere.singletable.yaml.config.swapper.YamlSingleTableRuleConfigurationSwapper
 

U

UnsupportedDropCascadeTableException - org.apache.shardingsphere.singletable.exception中的异常错误
Unsupported drop cascade table exception.
UnsupportedDropCascadeTableException() - 异常错误 的构造器org.apache.shardingsphere.singletable.exception.UnsupportedDropCascadeTableException
 

V

validate(SingleTableRule, SQLStatementContext<DropSchemaStatement>, ShardingSphereDatabase) - 类 中的方法org.apache.shardingsphere.singletable.route.validator.ddl.SingleTableDropSchemaMetadataValidator
 
validate(SingleTableRule, SQLStatementContext<DropTableStatement>, ShardingSphereDatabase) - 类 中的方法org.apache.shardingsphere.singletable.route.validator.ddl.SingleTableDropTableValidator
 
validate(SingleTableRule, SQLStatementContext<T>, ShardingSphereDatabase) - 接口 中的方法org.apache.shardingsphere.singletable.route.validator.SingleTableMetadataValidator
Validate single table meta data.

Y

YamlSingleTableRuleConfiguration - org.apache.shardingsphere.singletable.yaml.config.pojo中的类
Single table rule configuration for YAML.
YamlSingleTableRuleConfiguration() - 类 的构造器org.apache.shardingsphere.singletable.yaml.config.pojo.YamlSingleTableRuleConfiguration
 
YamlSingleTableRuleConfigurationSwapper - org.apache.shardingsphere.singletable.yaml.config.swapper中的类
YAML single table rule configuration swapper.
YamlSingleTableRuleConfigurationSwapper() - 类 的构造器org.apache.shardingsphere.singletable.yaml.config.swapper.YamlSingleTableRuleConfigurationSwapper
 
A B C D F G I L N O P R S U V Y 
跳过导航链接

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