Index

A C D F G K M O R 
All Classes and Interfaces|All Packages

A

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

C

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

D

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

F

findInstance(Class<? extends SQLStatement>) - Static method in class org.apache.shardingsphere.infra.context.refresher.MetaDataRefresherFactory
Find instance of meta data refresher.

G

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

K

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

M

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

O

org.apache.shardingsphere.infra.context.kernel - package org.apache.shardingsphere.infra.context.kernel
 
org.apache.shardingsphere.infra.context.refresher - package org.apache.shardingsphere.infra.context.refresher
 
org.apache.shardingsphere.infra.context.refresher.type - package org.apache.shardingsphere.infra.context.refresher.type
 

R

refresh(SQLStatementContext<?>, Supplier<Collection<String>>) - Method in class org.apache.shardingsphere.infra.context.refresher.MetaDataRefreshEngine
Refresh.
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, AlterIndexStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.AlterIndexStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, AlterSchemaStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.AlterSchemaStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, AlterTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.AlterTableStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, AlterViewStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.AlterViewStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, CreateIndexStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.CreateIndexStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, CreateSchemaStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.CreateSchemaStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, CreateTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.CreateTableStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, CreateViewStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.CreateViewStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, DropIndexStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.DropIndexStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, DropSchemaStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.DropSchemaStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, DropTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.DropTableStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, DropViewStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.DropViewStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, RenameTableStatement, ConfigurationProperties) - Method in class org.apache.shardingsphere.infra.context.refresher.type.RenameTableStatementSchemaRefresher
 
refresh(ShardingSphereDatabase, FederationDatabaseMetaData, Map<String, OptimizerPlannerContext>, Collection<String>, String, T, ConfigurationProperties) - Method in interface org.apache.shardingsphere.infra.context.refresher.MetaDataRefresher
Refresh schema.
RenameTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.context.refresher.type
Schema refresher for rename table statement.
RenameTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.context.refresher.type.RenameTableStatementSchemaRefresher
 
A C D F G K M O R 
All Classes and Interfaces|All Packages