A C D G I K M O R S T V 
All Classes All Packages

A

AlterIndexStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.index
Schema refresher for alter index statement.
AlterIndexStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.index.AlterIndexStatementSchemaRefresher
 
AlterSchemaStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.schema
Schema refresher for alter schema statement.
AlterSchemaStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.schema.AlterSchemaStatementSchemaRefresher
 
AlterTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.table
Schema refresher for alter table statement.
AlterTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.table.AlterTableStatementSchemaRefresher
 
AlterViewStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.view
Schema refresher for alter view statement.
AlterViewStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.view.AlterViewStatementSchemaRefresher
 

C

CreateIndexStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.index
Schema refresher for create index statement.
CreateIndexStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.index.CreateIndexStatementSchemaRefresher
 
CreateSchemaStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.schema
Schema refresher for create schema statement.
CreateSchemaStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.schema.CreateSchemaStatementSchemaRefresher
 
CreateTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.table
Schema refresher for create table statement.
CreateTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.table.CreateTableStatementSchemaRefresher
 
CreateViewStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.view
Schema refresher for create view statement.
CreateViewStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.view.CreateViewStatementSchemaRefresher
 

D

DropIndexStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.index
Schema refresher for drop index statement.
DropIndexStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.index.DropIndexStatementSchemaRefresher
 
DropSchemaStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.schema
Schema refresher for drop schema statement.
DropSchemaStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.schema.DropSchemaStatementSchemaRefresher
 
DropTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.table
Schema refresher for drop table statement.
DropTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.table.DropTableStatementSchemaRefresher
 
DropViewStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.view
Schema refresher for drop view statement.
DropViewStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.view.DropViewStatementSchemaRefresher
 

G

generateExecutionContext(QueryContext, ShardingSphereDatabase, ShardingSphereRuleMetaData, ConfigurationProperties, ConnectionContext) - Method in class org.apache.shardingsphere.infra.connection.kernel.KernelProcessor
Generate execution context.
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.index.AlterIndexStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.index.CreateIndexStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.index.DropIndexStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.schema.AlterSchemaStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.schema.CreateSchemaStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.schema.DropSchemaStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.AlterTableStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.CreateTableStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.DropTableStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.RenameTableStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.view.AlterViewStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.view.CreateViewStatementSchemaRefresher
 
getType() - Method in class org.apache.shardingsphere.infra.connection.refresher.type.view.DropViewStatementSchemaRefresher
 

I

isRuleRefreshRequired(ShardingSphereRuleMetaData, String, String) - Static method in class org.apache.shardingsphere.infra.connection.refresher.util.TableRefreshUtils
Judge whether the rule need to be refreshed.

K

KernelProcessor - Class in org.apache.shardingsphere.infra.connection.kernel
Kernel processor.
KernelProcessor() - Constructor for class org.apache.shardingsphere.infra.connection.kernel.KernelProcessor
 

M

MetaDataRefreshEngine - Class in org.apache.shardingsphere.infra.connection.refresher
Meta data refresh engine.
MetaDataRefreshEngine() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.MetaDataRefreshEngine
 
MetaDataRefresher<T extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> - Interface in org.apache.shardingsphere.infra.connection.refresher
Meta data refresher.

O

org.apache.shardingsphere.infra.connection.kernel - package org.apache.shardingsphere.infra.connection.kernel
 
org.apache.shardingsphere.infra.connection.refresher - package org.apache.shardingsphere.infra.connection.refresher
 
org.apache.shardingsphere.infra.connection.refresher.type.index - package org.apache.shardingsphere.infra.connection.refresher.type.index
 
org.apache.shardingsphere.infra.connection.refresher.type.schema - package org.apache.shardingsphere.infra.connection.refresher.type.schema
 
org.apache.shardingsphere.infra.connection.refresher.type.table - package org.apache.shardingsphere.infra.connection.refresher.type.table
 
org.apache.shardingsphere.infra.connection.refresher.type.view - package org.apache.shardingsphere.infra.connection.refresher.type.view
 
org.apache.shardingsphere.infra.connection.refresher.util - package org.apache.shardingsphere.infra.connection.refresher.util
 
org.apache.shardingsphere.infra.connection.validator - package org.apache.shardingsphere.infra.connection.validator
 

R

refresh(SQLStatementContext, Collection<RouteUnit>) - Method in class org.apache.shardingsphere.infra.connection.refresher.MetaDataRefreshEngine
Refresh meta data.
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, AlterIndexStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.index.AlterIndexStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, AlterSchemaStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.schema.AlterSchemaStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, AlterTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.AlterTableStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, AlterViewStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.view.AlterViewStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, CreateIndexStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.index.CreateIndexStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, CreateSchemaStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.schema.CreateSchemaStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, CreateTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.CreateTableStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, CreateViewStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.view.CreateViewStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, DropIndexStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.index.DropIndexStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, DropSchemaStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.schema.DropSchemaStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, DropTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.DropTableStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, DropViewStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.view.DropViewStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, RenameTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.connection.refresher.type.table.RenameTableStatementSchemaRefresher
 
refresh(ModeContextManager, ShardingSphereDatabase, Collection<String>, String, T, ConfigurationProperties) - Method in interface org.apache.shardingsphere.infra.connection.refresher.MetaDataRefresher
Refresh schema.
RenameTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.connection.refresher.type.table
Schema refresher for rename table statement.
RenameTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.type.table.RenameTableStatementSchemaRefresher
 

S

ShardingSphereMetaDataValidateUtils - Class in org.apache.shardingsphere.infra.connection.validator
ShardingSphere meta data validate utility class.
ShardingSphereMetaDataValidateUtils() - Constructor for class org.apache.shardingsphere.infra.connection.validator.ShardingSphereMetaDataValidateUtils
 

T

TableRefreshUtils - Class in org.apache.shardingsphere.infra.connection.refresher.util
Table refresh utils.
TableRefreshUtils() - Constructor for class org.apache.shardingsphere.infra.connection.refresher.util.TableRefreshUtils
 

V

validateTableExist(SQLStatementContext, ShardingSphereDatabase) - Static method in class org.apache.shardingsphere.infra.connection.validator.ShardingSphereMetaDataValidateUtils
Validate table exist.
A C D G I K M O R S T V 
All Classes All Packages