Skip navigation links
A B C D E F G H I J K L M N O P R S T U V Y 

A

abort(Executor) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
addDatabaseShardingValue(String, Comparable<?>) - Method in class org.apache.shardingsphere.infra.hint.HintManager
Add sharding value for database.
addPropertySynonym(String, String) - Method in class org.apache.shardingsphere.infra.config.datasource.DataSourceConfiguration
Add property synonym to shared configuration.
addTableShardingValue(String, Comparable<?>) - Method in class org.apache.shardingsphere.infra.hint.HintManager
Add sharding value for table.
AlterIndexStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for alter index statement.
AlterIndexStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.AlterIndexStatementSchemaRefresher
 
AlterTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for alter table statement.
AlterTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.AlterTableStatementSchemaRefresher
 

B

BranchDatabaseType - Interface in org.apache.shardingsphere.infra.database.type
Branch database type.
build(SchemaBuilderMaterials) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.SchemaBuilder
Build ShardingSphere schema.
build(String, SchemaBuilderMaterials) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.TableMetaDataBuilder
Build table meta data.
build() - Method in interface org.apache.shardingsphere.infra.rule.builder.level.DefaultKernelRuleConfigurationBuilder
Build default kernel rule configuration.
build(T, Map<String, ShardingSphereMetaData>) - Method in interface org.apache.shardingsphere.infra.rule.builder.scope.GlobalRuleBuilder
Build global rule.
build(String, Map<String, DataSource>, DatabaseType, T) - Method in interface org.apache.shardingsphere.infra.rule.builder.scope.SchemaRuleBuilder
Build schema rule.
buildGlobalRules(Collection<RuleConfiguration>, Map<String, ShardingSphereMetaData>) - Static method in class org.apache.shardingsphere.infra.rule.builder.ShardingSphereRulesBuilder
Build global rules.
buildSchemaRules(String, Collection<RuleConfiguration>, DatabaseType, Map<String, DataSource>) - Static method in class org.apache.shardingsphere.infra.rule.builder.ShardingSphereRulesBuilder
Build schema rules.

C

CachedDatabaseMetaData - Class in org.apache.shardingsphere.infra.metadata.resource
Cached database meta data.
CachedDatabaseMetaData(DatabaseMetaData) - Constructor for class org.apache.shardingsphere.infra.metadata.resource.CachedDatabaseMetaData
 
CachedOrderedServices - Class in org.apache.shardingsphere.infra.spi.ordered.cache
Cached ordered services.
CachedOrderedServices() - Constructor for class org.apache.shardingsphere.infra.spi.ordered.cache.CachedOrderedServices
 
cacheServices(Collection<K>, Class<V>, Map<K, V>) - Static method in class org.apache.shardingsphere.infra.spi.ordered.cache.OrderedServicesCache
Cache services.
check(String, T) - Method in interface org.apache.shardingsphere.infra.rule.checker.RuleConfigurationChecker
Check rule configuration.
clear() - Static method in class org.apache.shardingsphere.infra.hint.HintManager
Clear thread local for hint manager.
clear() - Static method in class org.apache.shardingsphere.infra.transaction.TransactionHolder
Clear transaction.
clearWarnings() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
close() - Method in class org.apache.shardingsphere.infra.hint.HintManager
 
close(Collection<String>) - Method in class org.apache.shardingsphere.infra.metadata.resource.ShardingSphereResource
Close data sources.
close() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
ColumnMetaData - Class in org.apache.shardingsphere.infra.metadata.schema.model
Column meta data.
ColumnMetaData() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.model.ColumnMetaData
 
ColumnMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader
Column meta data loader.
ColumnMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.ColumnMetaDataLoader
 
commit() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
ConfigurationProperties - Class in org.apache.shardingsphere.infra.config.properties
Typed properties of configuration.
ConfigurationProperties(Properties) - Constructor for class org.apache.shardingsphere.infra.config.properties.ConfigurationProperties
 
ConfigurationPropertyKey - Enum in org.apache.shardingsphere.infra.config.properties
Typed property key of configuration.
containsColumn(String, String) - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Judge whether contains column name.
containsTable(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Judge contains table from table meta data or not.
convertShardingSphereUser(Collection<String>) - Static method in class org.apache.shardingsphere.infra.metadata.user.yaml.config.YamlUsersConfigurationConverter
Convert to sharding sphere users.
convertYamlUserConfiguration(Collection<String>) - Static method in class org.apache.shardingsphere.infra.metadata.user.yaml.config.YamlUsersConfigurationConverter
Convert to yaml user configurations.
convertYamlUserConfigurations(Collection<ShardingSphereUser>) - Static method in class org.apache.shardingsphere.infra.metadata.user.yaml.config.YamlUsersConfigurationConverter
Convert to users yaml content.
createAlgorithm(TypedSPIConfiguration, Class<? extends ShardingSphereAlgorithm>) - Static method in class org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithmFactory
Create algorithm.
createArrayOf(String, Object[]) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createBlob() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createClob() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createDataSource() - Method in class org.apache.shardingsphere.infra.config.datasource.DataSourceConfiguration
Create data source.
CreateIndexStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for create index statement.
CreateIndexStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.CreateIndexStatementSchemaRefresher
 
createNClob() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createSQLXML() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createStatement() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createStatement(int, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createStatement(int, int, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
createStruct(String, Object[]) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
CreateTableEvent - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.event
Create table event.
CreateTableEvent() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.event.CreateTableEvent
 
CreateTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for create table statement.
CreateTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.CreateTableStatementSchemaRefresher
 
CreateUserStatementEvent - Class in org.apache.shardingsphere.infra.metadata.mapper.event.dcl.impl
Create user statement event.
CreateUserStatementEvent() - Constructor for class org.apache.shardingsphere.infra.metadata.mapper.event.dcl.impl.CreateUserStatementEvent
 
CreateUserStatementEventMapper - Class in org.apache.shardingsphere.infra.metadata.mapper.type
Create user statement event.
CreateUserStatementEventMapper() - Constructor for class org.apache.shardingsphere.infra.metadata.mapper.type.CreateUserStatementEventMapper
 
CreateViewStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for create view statement.
CreateViewStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.CreateViewStatementSchemaRefresher
 

D

DatabaseAccessConfiguration - Class in org.apache.shardingsphere.infra.config
Database access configuration.
DatabaseAccessConfiguration() - Constructor for class org.apache.shardingsphere.infra.config.DatabaseAccessConfiguration
 
DatabaseType - Interface in org.apache.shardingsphere.infra.database.type
Database type.
DatabaseTypeAwareSPI - Interface in org.apache.shardingsphere.infra.database.type
Database type aware SPI.
DatabaseTypeRecognizer - Class in org.apache.shardingsphere.infra.database.type
Database type recognizer.
DatabaseTypeRecognizer() - Constructor for class org.apache.shardingsphere.infra.database.type.DatabaseTypeRecognizer
 
DatabaseTypeRegistry - Class in org.apache.shardingsphere.infra.database.type
Database type registry.
DatabaseTypeRegistry() - Constructor for class org.apache.shardingsphere.infra.database.type.DatabaseTypeRegistry
 
DataNode - Class in org.apache.shardingsphere.infra.datanode
Data node.
DataNode(String) - Constructor for class org.apache.shardingsphere.infra.datanode.DataNode
Constructs a data node with well-formatted string.
DataNodeContainedRule - Interface in org.apache.shardingsphere.infra.rule.type
ShardingSphere rule contains data node.
DataNodes - Class in org.apache.shardingsphere.infra.datanode
Data nodes.
DataNodes() - Constructor for class org.apache.shardingsphere.infra.datanode.DataNodes
 
DataNodeUtil - Class in org.apache.shardingsphere.infra.datanode
Data node utility.
DataNodeUtil() - Constructor for class org.apache.shardingsphere.infra.datanode.DataNodeUtil
 
DataSourceConfiguration - Class in org.apache.shardingsphere.infra.config.datasource
Data source configuration.
DataSourceConfiguration() - Constructor for class org.apache.shardingsphere.infra.config.datasource.DataSourceConfiguration
 
DataSourceContainedRule - Interface in org.apache.shardingsphere.infra.rule.type
ShardingSphere rule contains data source.
DataSourceConverter - Class in org.apache.shardingsphere.infra.config.datasource
Data source converter.
DataSourceConverter() - Constructor for class org.apache.shardingsphere.infra.config.datasource.DataSourceConverter
 
DataSourceDisabledEvent - Class in org.apache.shardingsphere.infra.rule.event.impl
Data source disabled event.
DataSourceDisabledEvent() - Constructor for class org.apache.shardingsphere.infra.rule.event.impl.DataSourceDisabledEvent
 
DataSourceMetaData - Interface in org.apache.shardingsphere.infra.database.metadata
Data source meta data.
DataSourceNameAware - Interface in org.apache.shardingsphere.infra.aware
Data source name aware.
DataSourceNameAwareFactory - Class in org.apache.shardingsphere.infra.aware
Data source name aware factory.
DataSourceNameDisabledEvent - Class in org.apache.shardingsphere.infra.rule.event.impl
Data source name disabled event.
DataSourceNameDisabledEvent() - Constructor for class org.apache.shardingsphere.infra.rule.event.impl.DataSourceNameDisabledEvent
 
DataSourceParameter - Class in org.apache.shardingsphere.infra.config.datasource
Data source parameters.
DataSourceParameter() - Constructor for class org.apache.shardingsphere.infra.config.datasource.DataSourceParameter
 
DataSourcesMetaData - Class in org.apache.shardingsphere.infra.metadata.resource
Data sources meta data.
DataSourcesMetaData(DatabaseType, Map<String, DatabaseAccessConfiguration>) - Constructor for class org.apache.shardingsphere.infra.metadata.resource.DataSourcesMetaData
 
DataSourceValidator - Class in org.apache.shardingsphere.infra.config.datasource
Data source validator.
DataSourceValidator() - Constructor for class org.apache.shardingsphere.infra.config.datasource.DataSourceValidator
 
DataTypeLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader
Data type loader.
DataTypeLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.DataTypeLoader
 
DCLStatementEvent - Interface in org.apache.shardingsphere.infra.metadata.mapper.event.dcl
DCL statement event.
decorate(T) - Method in interface org.apache.shardingsphere.infra.config.datasource.JDBCParameterDecorator
Decorate data source.
decorate(String, TableMetaData, T) - Method in interface org.apache.shardingsphere.infra.metadata.schema.builder.spi.RuleBasedTableMetaDataBuilder
Decorate table meta data.
DefaultKernelRuleConfigurationBuilder<T extends RuleConfiguration,B extends RuleBuilder> - Interface in org.apache.shardingsphere.infra.rule.builder.level
Kernel rule builder.
DefaultSchema - Class in org.apache.shardingsphere.infra.database
Default schema.
DefaultSchema() - Constructor for class org.apache.shardingsphere.infra.database.DefaultSchema
 
DefaultYamlTupleProcessor - Class in org.apache.shardingsphere.infra.yaml.engine.representer.processor
Default YAML tuple processor.
DefaultYamlTupleProcessor() - Constructor for class org.apache.shardingsphere.infra.yaml.engine.representer.processor.DefaultYamlTupleProcessor
 
DialectTableMetaDataLoader - Interface in org.apache.shardingsphere.infra.metadata.schema.builder.spi
Dialect table meta data loader.
DropIndexStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for drop index statement.
DropIndexStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.DropIndexStatementSchemaRefresher
 
DropTableEvent - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.event
Drop table event.
DropTableEvent() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.event.DropTableEvent
 
DropTableStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for drop table statement.
DropTableStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.DropTableStatementSchemaRefresher
 
DropViewStatementSchemaRefresher - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.type
ShardingSphere schema refresher for drop view statement.
DropViewStatementSchemaRefresher() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.type.DropViewStatementSchemaRefresher
 

E

equals(Object) - Method in class org.apache.shardingsphere.infra.config.datasource.DataSourceConfiguration
 
equals(Object) - Method in class org.apache.shardingsphere.infra.datanode.DataNode
 
equals(Object) - Method in class org.apache.shardingsphere.infra.metadata.user.Grantee
 

F

FeatureRule - Interface in org.apache.shardingsphere.infra.rule.level
Feature rule which for level-2 of pluggable platform.
FeatureRuleBuilder - Interface in org.apache.shardingsphere.infra.rule.builder.level
Feature rule builder.
findActualTableByCatalog(String, String) - Method in interface org.apache.shardingsphere.infra.rule.type.DataNodeContainedRule
Find actual table name via catelog.
findCachedServices(Collection<K>, Class<V>) - Static method in class org.apache.shardingsphere.infra.spi.ordered.cache.OrderedServicesCache
Find cached services.
findColumnIndex(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.model.TableMetaData
Find index of column.
findFirstActualTable(String) - Method in interface org.apache.shardingsphere.infra.rule.type.DataNodeContainedRule
Find first actual table name.
findLogicTableByActualTable(String) - Method in interface org.apache.shardingsphere.infra.rule.type.DataNodeContainedRule
Find logic table name via actual table name.
findRegisteredService(Class<T>, String, Properties) - Static method in class org.apache.shardingsphere.infra.spi.typed.TypedSPIRegistry
Find registered service.
findRegisteredService(Class<T>) - Static method in class org.apache.shardingsphere.infra.spi.typed.TypedSPIRegistry
Find registered service.
findUser(Grantee) - Method in class org.apache.shardingsphere.infra.metadata.user.ShardingSphereUsers
Find user.
formatTableNamePattern(String) - Method in interface org.apache.shardingsphere.infra.database.type.DatabaseType
Format table name pattern.
formatTableNamePattern(String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.OracleDatabaseType
 

G

get(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Get table meta data via table name.
getActualDatabaseType(String) - Static method in class org.apache.shardingsphere.infra.database.type.DatabaseTypeRegistry
Get actual database type.
getActualIndexName(String, String) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.util.IndexMetaDataUtil
Get actual index name.
getAllActualTables() - Method in interface org.apache.shardingsphere.infra.rule.type.DataNodeContainedRule
Get all actual tables.
getAllColumnNames(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Get all column names via table.
getAllDataNodes() - Method in interface org.apache.shardingsphere.infra.rule.type.DataNodeContainedRule
Get all data nodes.
getAllInstanceDataSourceNames() - Method in class org.apache.shardingsphere.infra.metadata.resource.DataSourcesMetaData
Get all instance data source names.
getAllInstanceDataSources() - Method in class org.apache.shardingsphere.infra.metadata.resource.ShardingSphereResource
Get all instance data sources.
getAllPropertyKeys() - Method in interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithmPropertiesAware
Get all property keys.
getAllTableNames() - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Get all table names.
getAutoCommit() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getCatalog() - Method in interface org.apache.shardingsphere.infra.database.metadata.DataSourceMetaData
Get catalog.
getCatalog() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getClassForName(String) - Method in class org.apache.shardingsphere.infra.yaml.engine.constructor.ShardingSphereYamlConstructor
 
getClientInfo(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getClientInfo() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getColumnMetaData(int) - Method in class org.apache.shardingsphere.infra.metadata.schema.model.TableMetaData
Get column meta data.
getConstructor(Node) - Method in class org.apache.shardingsphere.infra.yaml.engine.constructor.ShardingSphereYamlConstructor
 
getCurrentState() - Method in class org.apache.shardingsphere.infra.state.StateContext
Get current state.
getDatabaseShardingValues() - Static method in class org.apache.shardingsphere.infra.hint.HintManager
Get database sharding values.
getDatabaseShardingValues(String) - Static method in class org.apache.shardingsphere.infra.hint.HintManager
Get database sharding values.
getDatabaseType() - Method in interface org.apache.shardingsphere.infra.database.type.DatabaseTypeAwareSPI
Get database type.
getDatabaseType(Collection<DataSource>) - Static method in class org.apache.shardingsphere.infra.database.type.DatabaseTypeRecognizer
Get database type.
getDatabaseType() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.H2TableMetaDataLoader
 
getDatabaseType() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.MySQLTableMetaDataLoader
 
getDatabaseType() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.OracleTableMetaDataLoader
 
getDatabaseType() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.PostgreSQLTableMetaDataLoader
 
getDatabaseType() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.SQLServerTableMetaDataLoader
 
getDatabaseTypeByURL(String) - Static method in class org.apache.shardingsphere.infra.database.type.DatabaseTypeRegistry
Get database type by URL.
getDataNodeGroups(String) - Method in class org.apache.shardingsphere.infra.datanode.DataNodes
Get data node groups.
getDataNodeGroups(Collection<DataNode>) - Static method in class org.apache.shardingsphere.infra.datanode.DataNodeUtil
Get data node groups.
getDataNodes(String) - Method in class org.apache.shardingsphere.infra.datanode.DataNodes
Get data nodes.
getDataSourceConfiguration(DataSource) - Static method in class org.apache.shardingsphere.infra.config.datasource.DataSourceConfiguration
Get data source configuration.
getDataSourceConfigurationMap(Map<String, DataSource>) - Static method in class org.apache.shardingsphere.infra.config.datasource.DataSourceConverter
Get data source configuration map.
getDataSourceMap(Map<String, DataSourceConfiguration>) - Static method in class org.apache.shardingsphere.infra.config.datasource.DataSourceConverter
Get data source map.
getDataSourceMapper() - Method in interface org.apache.shardingsphere.infra.rule.type.DataSourceContainedRule
Get data source mapper.
getDataSourceMetaData(String, String) - Method in interface org.apache.shardingsphere.infra.database.type.DatabaseType
Get data source meta data.
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.H2DatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.MariaDBDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.MySQLDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.OracleDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.PostgreSQLDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQL92DatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQLServerDatabaseType
 
getDataSourceMetaData(String) - Method in class org.apache.shardingsphere.infra.metadata.resource.DataSourcesMetaData
Get data source meta data.
getDefaultDatabaseType() - Static method in class org.apache.shardingsphere.infra.database.type.DatabaseTypeRegistry
Get default database type.
getDefaultTimeOut() - Method in interface org.apache.shardingsphere.infra.lock.ShardingSphereLock
Get default lock time out milliseconds.
getDefaultValue() - Method in interface org.apache.shardingsphere.infra.properties.TypedPropertyKey
Get default property value.
getHoldability() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getHostName() - Method in interface org.apache.shardingsphere.infra.database.metadata.DataSourceMetaData
Get host name.
getHostname() - Method in class org.apache.shardingsphere.infra.metadata.user.Grantee
Get host name.
getInstance() - Static method in class org.apache.shardingsphere.infra.aware.DataSourceNameAwareFactory
Get instance.
getInstance() - Static method in class org.apache.shardingsphere.infra.eventbus.ShardingSphereEventBus
Get instance of ShardingSphere event bus.
getInstance() - Static method in class org.apache.shardingsphere.infra.hint.HintManager
Get a new instance for HintManager.
getJdbcUrlPrefixes() - Method in interface org.apache.shardingsphere.infra.database.type.DatabaseType
Get alias of JDBC URL prefixes.
getJdbcUrlPrefixes() - Method in class org.apache.shardingsphere.infra.database.type.dialect.H2DatabaseType
 
getJdbcUrlPrefixes() - Method in class org.apache.shardingsphere.infra.database.type.dialect.MariaDBDatabaseType
 
getJdbcUrlPrefixes() - Method in class org.apache.shardingsphere.infra.database.type.dialect.MySQLDatabaseType
 
getJdbcUrlPrefixes() - Method in class org.apache.shardingsphere.infra.database.type.dialect.OracleDatabaseType
 
getJdbcUrlPrefixes() - Method in class org.apache.shardingsphere.infra.database.type.dialect.PostgreSQLDatabaseType
 
getJdbcUrlPrefixes() - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQL92DatabaseType
 
getJdbcUrlPrefixes() - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQLServerDatabaseType
 
getKey() - Method in interface org.apache.shardingsphere.infra.properties.TypedPropertyKey
Get property key.
getLogicIndexName(String, String) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.util.IndexMetaDataUtil
Get logic index name.
getMetaData() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getMetadataRefreshLockName() - Static method in class org.apache.shardingsphere.infra.lock.LockNameUtil
Get metadata refresh lock name.
getName() - Method in interface org.apache.shardingsphere.infra.database.type.DatabaseType
Get database name.
getName() - Method in class org.apache.shardingsphere.infra.database.type.dialect.H2DatabaseType
 
getName() - Method in class org.apache.shardingsphere.infra.database.type.dialect.MariaDBDatabaseType
 
getName() - Method in class org.apache.shardingsphere.infra.database.type.dialect.MySQLDatabaseType
 
getName() - Method in class org.apache.shardingsphere.infra.database.type.dialect.OracleDatabaseType
 
getName() - Method in class org.apache.shardingsphere.infra.database.type.dialect.PostgreSQLDatabaseType
 
getName() - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQL92DatabaseType
 
getName() - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQLServerDatabaseType
 
getNetworkTimeout() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getOrder() - Method in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI
Get order of load.
getPort() - Method in interface org.apache.shardingsphere.infra.database.metadata.DataSourceMetaData
Get port.
getPrimaryDataSourceName(String) - Method in interface org.apache.shardingsphere.infra.aware.DataSourceNameAware
Get primary data source name.
getProps() - Method in interface org.apache.shardingsphere.infra.spi.typed.TypedSPI
Get properties.
getQuoteCharacter() - Method in interface org.apache.shardingsphere.infra.database.type.DatabaseType
Get quote character.
getQuoteCharacter() - Method in class org.apache.shardingsphere.infra.database.type.dialect.H2DatabaseType
 
getQuoteCharacter() - Method in class org.apache.shardingsphere.infra.database.type.dialect.MariaDBDatabaseType
 
getQuoteCharacter() - Method in class org.apache.shardingsphere.infra.database.type.dialect.MySQLDatabaseType
 
getQuoteCharacter() - Method in class org.apache.shardingsphere.infra.database.type.dialect.OracleDatabaseType
 
getQuoteCharacter() - Method in class org.apache.shardingsphere.infra.database.type.dialect.PostgreSQLDatabaseType
 
getQuoteCharacter() - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQL92DatabaseType
 
getQuoteCharacter() - Method in class org.apache.shardingsphere.infra.database.type.dialect.SQLServerDatabaseType
 
getRegisteredService(Class<T>) - Static method in class org.apache.shardingsphere.infra.spi.required.RequiredSPIRegistry
Get registered service.
getRegisteredService(Class<T>, String, Properties) - Static method in class org.apache.shardingsphere.infra.spi.typed.TypedSPIRegistry
Get registered service.
getRegisteredService(Class<T>) - Static method in class org.apache.shardingsphere.infra.spi.typed.TypedSPIRegistry
Get registered service.
getRegisteredServices(Collection<K>, Class<V>) - Static method in class org.apache.shardingsphere.infra.spi.ordered.OrderedSPIRegistry
Get registered services.
getRegisteredServices(Class<T>) - Static method in class org.apache.shardingsphere.infra.spi.ordered.OrderedSPIRegistry
Get registered services.
getRegisteredServicesByClass(Collection<Class<?>>, Class<T>) - Static method in class org.apache.shardingsphere.infra.spi.ordered.OrderedSPIRegistry
Get registered services by class type.
getReplicaDataSourceNames(String) - Method in interface org.apache.shardingsphere.infra.aware.DataSourceNameAware
Get replica data source names.
getRuleConfigurationType() - Method in interface org.apache.shardingsphere.infra.yaml.config.YamlRuleConfiguration
Get rule configuration type.
getRuleTagName() - Method in interface org.apache.shardingsphere.infra.yaml.swapper.YamlRuleConfigurationSwapper
Get YAML rule tag name.
getSchema() - Method in interface org.apache.shardingsphere.infra.database.metadata.DataSourceMetaData
Get schema.
getSchema(Connection) - Method in interface org.apache.shardingsphere.infra.database.type.DatabaseType
Get schema.
getSchema(Connection) - Method in class org.apache.shardingsphere.infra.database.type.dialect.OracleDatabaseType
 
getSchema() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getSingletonServiceInstances(Class<T>) - Static method in class org.apache.shardingsphere.infra.spi.ShardingSphereServiceLoader
Get singleton service instances.
getTableLockName(String, String) - Static method in class org.apache.shardingsphere.infra.lock.LockNameUtil
Get table lock name.
getTables() - Method in interface org.apache.shardingsphere.infra.rule.type.TableContainedRule
Get tables.
getTableShardingValues(String) - Static method in class org.apache.shardingsphere.infra.hint.HintManager
Get table sharding values.
getTransactionIsolation() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getTrunkDatabaseType() - Method in interface org.apache.shardingsphere.infra.database.type.BranchDatabaseType
Get trunk database type.
getTrunkDatabaseType(String) - Static method in class org.apache.shardingsphere.infra.database.type.DatabaseTypeRegistry
Get trunk database type.
getTrunkDatabaseType() - Method in class org.apache.shardingsphere.infra.database.type.dialect.H2DatabaseType
 
getTrunkDatabaseType() - Method in class org.apache.shardingsphere.infra.database.type.dialect.MariaDBDatabaseType
 
getTrunkDatabaseTypeName(DatabaseType) - Static method in class org.apache.shardingsphere.infra.database.type.DatabaseTypeRegistry
Get name of trunk database type.
getTupleName() - Method in interface org.apache.shardingsphere.infra.yaml.engine.representer.processor.ShardingSphereYamlTupleProcessor
Get tuple name.
getType() - Method in interface org.apache.shardingsphere.infra.config.datasource.JDBCParameterDecorator
Get data source type.
getType() - Method in interface org.apache.shardingsphere.infra.properties.TypedPropertyKey
Get property type.
getType() - Method in interface org.apache.shardingsphere.infra.spi.typed.TypedSPI
Get type.
getType() - Method in interface org.apache.shardingsphere.infra.yaml.engine.constructor.ShardingSphereYamlConstruct
Get type.
getTypeClass() - Method in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI
Get type class.
getTypeMap() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getValue(E) - Method in class org.apache.shardingsphere.infra.properties.TypedProperties
Get property value.
getWarnings() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
getYamlShortcuts() - Static method in class org.apache.shardingsphere.infra.yaml.swapper.YamlRuleConfigurationSwapperEngine
Get YAML shortcuts.
GlobalRule - Interface in org.apache.shardingsphere.infra.rule.scope
Global rule.
GlobalRuleBuilder<T extends RuleConfiguration> - Interface in org.apache.shardingsphere.infra.rule.builder.scope
Global rule builder.
GlobalRuleConfiguration - Interface in org.apache.shardingsphere.infra.config.scope
Global rule configuration.
Grantee - Class in org.apache.shardingsphere.infra.metadata.user
Grantee.
Grantee() - Constructor for class org.apache.shardingsphere.infra.metadata.user.Grantee
 
GrantStatementEvent - Class in org.apache.shardingsphere.infra.metadata.mapper.event.dcl.impl
Grant statement event.
GrantStatementEvent() - Constructor for class org.apache.shardingsphere.infra.metadata.mapper.event.dcl.impl.GrantStatementEvent
 
GrantStatementEventMapper - Class in org.apache.shardingsphere.infra.metadata.mapper.type
Grant statement event mapper.
GrantStatementEventMapper() - Constructor for class org.apache.shardingsphere.infra.metadata.mapper.type.GrantStatementEventMapper
 

H

H2DatabaseType - Class in org.apache.shardingsphere.infra.database.type.dialect
Database type of H2.
H2DatabaseType() - Constructor for class org.apache.shardingsphere.infra.database.type.dialect.H2DatabaseType
 
H2DataSourceMetaData - Class in org.apache.shardingsphere.infra.database.metadata.dialect
Data source meta data for H2.
H2DataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.infra.database.metadata.dialect.H2DataSourceMetaData
 
H2TableMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect
Table meta data loader for H2.
H2TableMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.H2TableMetaDataLoader
 
hashCode() - Method in class org.apache.shardingsphere.infra.config.datasource.DataSourceConfiguration
 
hashCode() - Method in class org.apache.shardingsphere.infra.datanode.DataNode
 
hashCode() - Method in class org.apache.shardingsphere.infra.metadata.user.Grantee
 
HintManager - Class in org.apache.shardingsphere.infra.hint
The manager that use hint to inject sharding key directly through ThreadLocal.
HintManager() - Constructor for class org.apache.shardingsphere.infra.hint.HintManager
 

I

IndexMetaData - Class in org.apache.shardingsphere.infra.metadata.schema.model
Index meta data.
IndexMetaData() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.model.IndexMetaData
 
IndexMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader
Index meta data loader.
IndexMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.IndexMetaDataLoader
 
IndexMetaDataUtil - Class in org.apache.shardingsphere.infra.metadata.schema.builder.util
Index meta data utility class.
IndexMetaDataUtil() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.util.IndexMetaDataUtil
 
init() - Method in interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithmPostProcessor
Initialize algorithm.
InnerLockReleasedEvent - Class in org.apache.shardingsphere.infra.lock
Inner lock released event.
InnerLockReleasedEvent() - Constructor for class org.apache.shardingsphere.infra.lock.InnerLockReleasedEvent
 
isClosed() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
isComplete() - Method in class org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData
Judge whether is completed.
isDatabaseShardingOnly() - Static method in class org.apache.shardingsphere.infra.hint.HintManager
Judge whether database sharding only.
isDefault() - Method in interface org.apache.shardingsphere.infra.spi.required.RequiredSPI
Judge whether default service provider.
isLocked(String) - Method in interface org.apache.shardingsphere.infra.lock.ShardingSphereLock
Check whether resource is locked in current instance.
isNeedAccumulate(Collection<String>) - Method in interface org.apache.shardingsphere.infra.rule.type.DataNodeContainedRule
Is need accumulate.
isPrimaryKey(int) - Method in class org.apache.shardingsphere.infra.metadata.schema.model.TableMetaData
Judge column whether primary key.
isReadOnly() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
isReleased(String) - Method in interface org.apache.shardingsphere.infra.lock.ShardingSphereLock
Check whether resource is released in all instances.
isTransaction() - Static method in class org.apache.shardingsphere.infra.transaction.TransactionHolder
Judge is transaction in current thread.
isValid(int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
isWrapperFor(Class<?>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
isWriteRouteOnly() - Static method in class org.apache.shardingsphere.infra.hint.HintManager
Judge whether route to write database only or not.

J

JDBCParameterDecorator<T extends DataSource> - Interface in org.apache.shardingsphere.infra.config.datasource
JDBC parameter decorator.

K

KernelRule - Interface in org.apache.shardingsphere.infra.rule.level
Kernel rule which for level-1 of pluggable platform..
KernelRuleBuilder - Interface in org.apache.shardingsphere.infra.rule.builder.level
Kernel rule builder.

L

load(Connection, String, DatabaseType) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.ColumnMetaDataLoader
Load column meta data list.
load(DatabaseMetaData) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.DataTypeLoader
Load data type.
load(DataSource, Collection<String>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.H2TableMetaDataLoader
 
load(DataSource, Collection<String>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.MySQLTableMetaDataLoader
 
load(DataSource, Collection<String>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.OracleTableMetaDataLoader
 
load(DataSource, Collection<String>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.PostgreSQLTableMetaDataLoader
 
load(DataSource, Collection<String>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.SQLServerTableMetaDataLoader
 
load(Connection, String) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.IndexMetaDataLoader
Load index meta data list.
load(DataSource, String, DatabaseType) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.TableMetaDataLoader
Load table meta data.
load(DataSource, Collection<String>) - Method in interface org.apache.shardingsphere.infra.metadata.schema.builder.spi.DialectTableMetaDataLoader
Load table meta data.
load(String, DatabaseType, Map<String, DataSource>, DataNodes, T, ConfigurationProperties) - Method in interface org.apache.shardingsphere.infra.metadata.schema.builder.spi.RuleBasedTableMetaDataBuilder
Load table meta data.
load(String, SchemaBuilderMaterials) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.TableMetaDataBuilder
Load physical table metadata.
loadAllTableNames(DataSource, DatabaseType) - Static method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.SchemaMetaDataLoader
Load all table names.
LockNameUtil - Class in org.apache.shardingsphere.infra.lock
Lock name util.
LockNameUtil() - Constructor for class org.apache.shardingsphere.infra.lock.LockNameUtil
 
LOGIC_NAME - Static variable in class org.apache.shardingsphere.infra.database.DefaultSchema
Schema name.

M

map(SQLStatement) - Method in interface org.apache.shardingsphere.infra.metadata.mapper.SQLStatementEventMapper
Map SQL statement to SQL statement event.
map(SQLStatement) - Method in class org.apache.shardingsphere.infra.metadata.mapper.type.CreateUserStatementEventMapper
 
map(SQLStatement) - Method in class org.apache.shardingsphere.infra.metadata.mapper.type.GrantStatementEventMapper
 
MariaDBDatabaseType - Class in org.apache.shardingsphere.infra.database.type.dialect
Database type of MariaDB.
MariaDBDatabaseType() - Constructor for class org.apache.shardingsphere.infra.database.type.dialect.MariaDBDatabaseType
 
MariaDBDataSourceMetaData - Class in org.apache.shardingsphere.infra.database.metadata.dialect
Data source meta data for MariaDB.
MariaDBDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.infra.database.metadata.dialect.MariaDBDataSourceMetaData
 
marshal(Object) - Static method in class org.apache.shardingsphere.infra.yaml.engine.YamlEngine
Marshal YAML.
MemorizedDataSourceMetaData - Interface in org.apache.shardingsphere.infra.database.metadata
Memorized data source meta data.
MetaDataLoaderConnectionAdapter - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter
Meta data loader connection adapter.
MetaDataLoaderConnectionAdapter() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
MetadataRefresher - Interface in org.apache.shardingsphere.infra.metadata
Metadata refresher.
MySQLDatabaseType - Class in org.apache.shardingsphere.infra.database.type.dialect
Database type of MySQL.
MySQLDatabaseType() - Constructor for class org.apache.shardingsphere.infra.database.type.dialect.MySQLDatabaseType
 
MySQLDataSourceMetaData - Class in org.apache.shardingsphere.infra.database.metadata.dialect
Data source meta data for MySQL.
MySQLDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.infra.database.metadata.dialect.MySQLDataSourceMetaData
 
MySQLTableMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect
Table meta data loader for MySQL.
MySQLTableMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.MySQLTableMetaDataLoader
 

N

nativeSQL(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
newInstance(SQLStatement) - Static method in class org.apache.shardingsphere.infra.metadata.mapper.SQLStatementEventMapperFactory
Create new instance of SQL statement event mapper.
newInstance(RuleConfiguration) - Static method in class org.apache.shardingsphere.infra.rule.checker.RuleConfigurationCheckerFactory
Create new instance of rule configuration checker.
newServiceInstances(Class<T>) - Static method in class org.apache.shardingsphere.infra.spi.ShardingSphereServiceLoader
New service instances.

O

OracleDatabaseType - Class in org.apache.shardingsphere.infra.database.type.dialect
Database type of Oracle.
OracleDatabaseType() - Constructor for class org.apache.shardingsphere.infra.database.type.dialect.OracleDatabaseType
 
OracleDataSourceMetaData - Class in org.apache.shardingsphere.infra.database.metadata.dialect
Data source meta data for Oracle.
OracleDataSourceMetaData(String, String) - Constructor for class org.apache.shardingsphere.infra.database.metadata.dialect.OracleDataSourceMetaData
 
OracleTableMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect
Table meta data loader for Oracle.
OracleTableMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.OracleTableMetaDataLoader
 
OrderedServicesCache - Class in org.apache.shardingsphere.infra.spi.ordered.cache
Ordered services cached.
OrderedServicesCache() - Constructor for class org.apache.shardingsphere.infra.spi.ordered.cache.OrderedServicesCache
 
OrderedSPI<T> - Interface in org.apache.shardingsphere.infra.spi.ordered
Ordered SPI.
OrderedSPIRegistry - Class in org.apache.shardingsphere.infra.spi.ordered
Ordered SPI registry.
OrderedSPIRegistry() - Constructor for class org.apache.shardingsphere.infra.spi.ordered.OrderedSPIRegistry
 
org.apache.shardingsphere.infra.aware - package org.apache.shardingsphere.infra.aware
 
org.apache.shardingsphere.infra.config - package org.apache.shardingsphere.infra.config
 
org.apache.shardingsphere.infra.config.algorithm - package org.apache.shardingsphere.infra.config.algorithm
 
org.apache.shardingsphere.infra.config.datasource - package org.apache.shardingsphere.infra.config.datasource
 
org.apache.shardingsphere.infra.config.exception - package org.apache.shardingsphere.infra.config.exception
 
org.apache.shardingsphere.infra.config.properties - package org.apache.shardingsphere.infra.config.properties
 
org.apache.shardingsphere.infra.config.scope - package org.apache.shardingsphere.infra.config.scope
 
org.apache.shardingsphere.infra.database - package org.apache.shardingsphere.infra.database
 
org.apache.shardingsphere.infra.database.metadata - package org.apache.shardingsphere.infra.database.metadata
 
org.apache.shardingsphere.infra.database.metadata.dialect - package org.apache.shardingsphere.infra.database.metadata.dialect
 
org.apache.shardingsphere.infra.database.type - package org.apache.shardingsphere.infra.database.type
 
org.apache.shardingsphere.infra.database.type.dialect - package org.apache.shardingsphere.infra.database.type.dialect
 
org.apache.shardingsphere.infra.datanode - package org.apache.shardingsphere.infra.datanode
 
org.apache.shardingsphere.infra.eventbus - package org.apache.shardingsphere.infra.eventbus
 
org.apache.shardingsphere.infra.exception - package org.apache.shardingsphere.infra.exception
 
org.apache.shardingsphere.infra.hint - package org.apache.shardingsphere.infra.hint
 
org.apache.shardingsphere.infra.lock - package org.apache.shardingsphere.infra.lock
 
org.apache.shardingsphere.infra.metadata - package org.apache.shardingsphere.infra.metadata
 
org.apache.shardingsphere.infra.metadata.mapper - package org.apache.shardingsphere.infra.metadata.mapper
 
org.apache.shardingsphere.infra.metadata.mapper.event - package org.apache.shardingsphere.infra.metadata.mapper.event
 
org.apache.shardingsphere.infra.metadata.mapper.event.dcl - package org.apache.shardingsphere.infra.metadata.mapper.event.dcl
 
org.apache.shardingsphere.infra.metadata.mapper.event.dcl.impl - package org.apache.shardingsphere.infra.metadata.mapper.event.dcl.impl
 
org.apache.shardingsphere.infra.metadata.mapper.type - package org.apache.shardingsphere.infra.metadata.mapper.type
 
org.apache.shardingsphere.infra.metadata.resource - package org.apache.shardingsphere.infra.metadata.resource
 
org.apache.shardingsphere.infra.metadata.rule - package org.apache.shardingsphere.infra.metadata.rule
 
org.apache.shardingsphere.infra.metadata.schema - package org.apache.shardingsphere.infra.metadata.schema
 
org.apache.shardingsphere.infra.metadata.schema.builder - package org.apache.shardingsphere.infra.metadata.schema.builder
 
org.apache.shardingsphere.infra.metadata.schema.builder.loader - package org.apache.shardingsphere.infra.metadata.schema.builder.loader
 
org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter - package org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter
 
org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect - package org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect
 
org.apache.shardingsphere.infra.metadata.schema.builder.spi - package org.apache.shardingsphere.infra.metadata.schema.builder.spi
 
org.apache.shardingsphere.infra.metadata.schema.builder.util - package org.apache.shardingsphere.infra.metadata.schema.builder.util
 
org.apache.shardingsphere.infra.metadata.schema.model - package org.apache.shardingsphere.infra.metadata.schema.model
 
org.apache.shardingsphere.infra.metadata.schema.refresher - package org.apache.shardingsphere.infra.metadata.schema.refresher
 
org.apache.shardingsphere.infra.metadata.schema.refresher.event - package org.apache.shardingsphere.infra.metadata.schema.refresher.event
 
org.apache.shardingsphere.infra.metadata.schema.refresher.type - package org.apache.shardingsphere.infra.metadata.schema.refresher.type
 
org.apache.shardingsphere.infra.metadata.user - package org.apache.shardingsphere.infra.metadata.user
 
org.apache.shardingsphere.infra.metadata.user.yaml.config - package org.apache.shardingsphere.infra.metadata.user.yaml.config
 
org.apache.shardingsphere.infra.metadata.user.yaml.swapper - package org.apache.shardingsphere.infra.metadata.user.yaml.swapper
 
org.apache.shardingsphere.infra.properties - package org.apache.shardingsphere.infra.properties
 
org.apache.shardingsphere.infra.rule - package org.apache.shardingsphere.infra.rule
 
org.apache.shardingsphere.infra.rule.builder - package org.apache.shardingsphere.infra.rule.builder
 
org.apache.shardingsphere.infra.rule.builder.level - package org.apache.shardingsphere.infra.rule.builder.level
 
org.apache.shardingsphere.infra.rule.builder.scope - package org.apache.shardingsphere.infra.rule.builder.scope
 
org.apache.shardingsphere.infra.rule.checker - package org.apache.shardingsphere.infra.rule.checker
 
org.apache.shardingsphere.infra.rule.event - package org.apache.shardingsphere.infra.rule.event
 
org.apache.shardingsphere.infra.rule.event.impl - package org.apache.shardingsphere.infra.rule.event.impl
 
org.apache.shardingsphere.infra.rule.level - package org.apache.shardingsphere.infra.rule.level
 
org.apache.shardingsphere.infra.rule.scope - package org.apache.shardingsphere.infra.rule.scope
 
org.apache.shardingsphere.infra.rule.type - package org.apache.shardingsphere.infra.rule.type
 
org.apache.shardingsphere.infra.spi - package org.apache.shardingsphere.infra.spi
 
org.apache.shardingsphere.infra.spi.exception - package org.apache.shardingsphere.infra.spi.exception
 
org.apache.shardingsphere.infra.spi.ordered - package org.apache.shardingsphere.infra.spi.ordered
 
org.apache.shardingsphere.infra.spi.ordered.cache - package org.apache.shardingsphere.infra.spi.ordered.cache
 
org.apache.shardingsphere.infra.spi.required - package org.apache.shardingsphere.infra.spi.required
 
org.apache.shardingsphere.infra.spi.typed - package org.apache.shardingsphere.infra.spi.typed
 
org.apache.shardingsphere.infra.state - package org.apache.shardingsphere.infra.state
 
org.apache.shardingsphere.infra.transaction - package org.apache.shardingsphere.infra.transaction
 
org.apache.shardingsphere.infra.yaml.config - package org.apache.shardingsphere.infra.yaml.config
 
org.apache.shardingsphere.infra.yaml.config.algorithm - package org.apache.shardingsphere.infra.yaml.config.algorithm
 
org.apache.shardingsphere.infra.yaml.engine - package org.apache.shardingsphere.infra.yaml.engine
 
org.apache.shardingsphere.infra.yaml.engine.constructor - package org.apache.shardingsphere.infra.yaml.engine.constructor
 
org.apache.shardingsphere.infra.yaml.engine.representer - package org.apache.shardingsphere.infra.yaml.engine.representer
 
org.apache.shardingsphere.infra.yaml.engine.representer.processor - package org.apache.shardingsphere.infra.yaml.engine.representer.processor
 
org.apache.shardingsphere.infra.yaml.swapper - package org.apache.shardingsphere.infra.yaml.swapper
 
org.apache.shardingsphere.infra.yaml.swapper.algorithm - package org.apache.shardingsphere.infra.yaml.swapper.algorithm
 

P

PostgreSQLDatabaseType - Class in org.apache.shardingsphere.infra.database.type.dialect
Database type of PostgreSQL.
PostgreSQLDatabaseType() - Constructor for class org.apache.shardingsphere.infra.database.type.dialect.PostgreSQLDatabaseType
 
PostgreSQLDataSourceMetaData - Class in org.apache.shardingsphere.infra.database.metadata.dialect
Data source meta data for PostgreSQL.
PostgreSQLDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.infra.database.metadata.dialect.PostgreSQLDataSourceMetaData
 
PostgreSQLTableMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect
Table meta data loader for PostgreSQL.
PostgreSQLTableMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.PostgreSQLTableMetaDataLoader
 
prepareCall(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareCall(String, int, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareCall(String, int, int, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareStatement(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareStatement(String, int, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareStatement(String, int, int, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareStatement(String, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareStatement(String, int[]) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
prepareStatement(String, String[]) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
PrimaryDataSourceEvent - Class in org.apache.shardingsphere.infra.rule.event.impl
Primary data source event.
PrimaryDataSourceEvent() - Constructor for class org.apache.shardingsphere.infra.rule.event.impl.PrimaryDataSourceEvent
 
process(NodeTuple) - Method in class org.apache.shardingsphere.infra.yaml.engine.representer.processor.DefaultYamlTupleProcessor
Process node tuple.
process(NodeTuple) - Method in interface org.apache.shardingsphere.infra.yaml.engine.representer.processor.ShardingSphereYamlTupleProcessor
Process YAML tuple for representer.
put(String, TableMetaData) - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Add table meta data.
putAll(Map<String, TableMetaData>) - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Add table meta data map.

R

RawExecutionRule - Interface in org.apache.shardingsphere.infra.rule.type
Raw execution rule.
refresh(ShardingSphereSchema, Collection<String>, T, SchemaBuilderMaterials) - Method in interface org.apache.shardingsphere.infra.metadata.schema.refresher.SchemaRefresher
Refresh ShardingSphere schema.
refresh(ShardingSphereSchema, Collection<String>, AlterIndexStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.AlterIndexStatementSchemaRefresher
 
refresh(ShardingSphereSchema, Collection<String>, AlterTableStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.AlterTableStatementSchemaRefresher
 
refresh(ShardingSphereSchema, Collection<String>, CreateIndexStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.CreateIndexStatementSchemaRefresher
 
refresh(ShardingSphereSchema, Collection<String>, CreateTableStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.CreateTableStatementSchemaRefresher
 
refresh(ShardingSphereSchema, Collection<String>, CreateViewStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.CreateViewStatementSchemaRefresher
 
refresh(ShardingSphereSchema, Collection<String>, DropIndexStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.DropIndexStatementSchemaRefresher
 
refresh(ShardingSphereSchema, Collection<String>, DropTableStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.DropTableStatementSchemaRefresher
 
refresh(ShardingSphereSchema, Collection<String>, DropViewStatement, SchemaBuilderMaterials) - Method in class org.apache.shardingsphere.infra.metadata.schema.refresher.type.DropViewStatementSchemaRefresher
 
register(Class<?>) - Static method in class org.apache.shardingsphere.infra.spi.ShardingSphereServiceLoader
Register service.
releaseLock(String) - Method in interface org.apache.shardingsphere.infra.lock.ShardingSphereLock
Release lock.
releaseSavepoint(Savepoint) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
remove(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
Remove table meta data.
representJavaBeanProperty(Object, Property, Object, Tag) - Method in class org.apache.shardingsphere.infra.yaml.engine.representer.ShardingSphereYamlRepresenter
 
RequiredSPI - Interface in org.apache.shardingsphere.infra.spi.required
Required SPI.
RequiredSPIRegistry - Class in org.apache.shardingsphere.infra.spi.required
Required SPI registry.
RequiredSPIRegistry() - Constructor for class org.apache.shardingsphere.infra.spi.required.RequiredSPIRegistry
 
rollback() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
rollback(Savepoint) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
RuleBasedTableMetaDataBuilder<T extends TableContainedRule> - Interface in org.apache.shardingsphere.infra.metadata.schema.builder.spi
Table meta data builder with related rule.
RuleBuilder<T> - Interface in org.apache.shardingsphere.infra.rule.builder.scope
Rule builder.
RuleChangedEvent - Interface in org.apache.shardingsphere.infra.rule.event
Rule changed event.
RuleConfiguration - Interface in org.apache.shardingsphere.infra.config
Rule configuration.
RuleConfigurationChecker<T extends RuleConfiguration> - Interface in org.apache.shardingsphere.infra.rule.checker
Rule configuration checker.
RuleConfigurationCheckerFactory - Class in org.apache.shardingsphere.infra.rule.checker
Rule configuration checker factory.
RuleConfigurationCheckerFactory() - Constructor for class org.apache.shardingsphere.infra.rule.checker.RuleConfigurationCheckerFactory
 

S

SchemaAlteredEvent - Class in org.apache.shardingsphere.infra.metadata.schema.refresher.event
Schema altered event.
SchemaAlteredEvent() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.refresher.event.SchemaAlteredEvent
 
SchemaBuilder - Class in org.apache.shardingsphere.infra.metadata.schema.builder
Schema builder.
SchemaBuilder() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.SchemaBuilder
 
SchemaBuilderMaterials - Class in org.apache.shardingsphere.infra.metadata.schema.builder
ShardingSphere schema builder materials.
SchemaBuilderMaterials() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.SchemaBuilderMaterials
 
SchemaMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader
Schema meta data loader.
SchemaMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.SchemaMetaDataLoader
 
SchemaRefresher<T extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> - Interface in org.apache.shardingsphere.infra.metadata.schema.refresher
ShardingSphere schema refresher.
SchemaRule - Interface in org.apache.shardingsphere.infra.rule.scope
Schema rule.
SchemaRuleBuilder<T extends RuleConfiguration> - Interface in org.apache.shardingsphere.infra.rule.builder.scope
Schema rule builder.
SchemaRuleConfiguration - Interface in org.apache.shardingsphere.infra.config.scope
Schema rule configuration.
ServiceLoaderInstantiationException - Exception in org.apache.shardingsphere.infra.spi.exception
Service loader instantiation exception.
ServiceLoaderInstantiationException(Class<?>, Exception) - Constructor for exception org.apache.shardingsphere.infra.spi.exception.ServiceLoaderInstantiationException
 
ServiceProviderNotFoundException - Exception in org.apache.shardingsphere.infra.spi.exception
Service provider not found exception.
ServiceProviderNotFoundException(Class<?>) - Constructor for exception org.apache.shardingsphere.infra.spi.exception.ServiceProviderNotFoundException
 
ServiceProviderNotFoundException(Class<?>, String) - Constructor for exception org.apache.shardingsphere.infra.spi.exception.ServiceProviderNotFoundException
 
setAutoCommit(boolean) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setCatalog(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setClientInfo(String, String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setClientInfo(Properties) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setDatabaseShardingValue(Comparable<?>) - Method in class org.apache.shardingsphere.infra.hint.HintManager
Set sharding value for database sharding only.
setHoldability(int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setInTransaction() - Static method in class org.apache.shardingsphere.infra.transaction.TransactionHolder
Set transaction in current thread.
setNetworkTimeout(Executor, int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setProps(Properties) - Method in interface org.apache.shardingsphere.infra.spi.typed.TypedSPI
Set properties.
setReadOnly(boolean) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setRule(ShardingSphereRule) - Method in interface org.apache.shardingsphere.infra.aware.DataSourceNameAware
Set rule.
setSavepoint() - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setSavepoint(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setSchema(String) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setTransactionIsolation(int) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setTypeMap(Map<String, Class<?>>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
setWriteRouteOnly() - Method in class org.apache.shardingsphere.infra.hint.HintManager
Set database operation force route to write database only.
ShardingSphereAlgorithm - Interface in org.apache.shardingsphere.infra.config.algorithm
ShardingSphere algorithm.
ShardingSphereAlgorithmConfiguration - Class in org.apache.shardingsphere.infra.config.algorithm
ShardingSphere algorithm configuration.
ShardingSphereAlgorithmConfiguration(String, Properties) - Constructor for class org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithmConfiguration
 
ShardingSphereAlgorithmConfigurationYamlSwapper - Class in org.apache.shardingsphere.infra.yaml.swapper.algorithm
ShardingSphere algorithm configuration YAML swapper.
ShardingSphereAlgorithmConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.infra.yaml.swapper.algorithm.ShardingSphereAlgorithmConfigurationYamlSwapper
 
ShardingSphereAlgorithmFactory - Class in org.apache.shardingsphere.infra.config.algorithm
ShardingSphere algorithm factory.
ShardingSphereAlgorithmFactory() - Constructor for class org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithmFactory
 
ShardingSphereAlgorithmPostProcessor - Interface in org.apache.shardingsphere.infra.config.algorithm
ShardingSphere algorithm post processor.
ShardingSphereAlgorithmPropertiesAware - Interface in org.apache.shardingsphere.infra.config.algorithm
ShardingSphere algorithm properties aware.
ShardingSphereConfigurationException - Exception in org.apache.shardingsphere.infra.config.exception
Configuration exception.
ShardingSphereConfigurationException(String, Object...) - Constructor for exception org.apache.shardingsphere.infra.config.exception.ShardingSphereConfigurationException
Constructs an exception with formatted error message and arguments.
ShardingSphereConfigurationException(Exception) - Constructor for exception org.apache.shardingsphere.infra.config.exception.ShardingSphereConfigurationException
Constructs an exception with cause exception.
ShardingSphereEventBus - Class in org.apache.shardingsphere.infra.eventbus
ShardingSphere event bus.
ShardingSphereEventBus() - Constructor for class org.apache.shardingsphere.infra.eventbus.ShardingSphereEventBus
 
ShardingSphereException - Exception in org.apache.shardingsphere.infra.exception
Basic exception of ShardingSphere.
ShardingSphereException(String, Object...) - Constructor for exception org.apache.shardingsphere.infra.exception.ShardingSphereException
Constructs an exception with formatted error message and arguments.
ShardingSphereException(String, Exception) - Constructor for exception org.apache.shardingsphere.infra.exception.ShardingSphereException
Constructs an exception with error message and cause.
ShardingSphereException(Exception) - Constructor for exception org.apache.shardingsphere.infra.exception.ShardingSphereException
Constructs an exception with cause.
ShardingSphereLock - Interface in org.apache.shardingsphere.infra.lock
ShardingSphere lock.
ShardingSphereMetaData - Class in org.apache.shardingsphere.infra.metadata
ShardingSphere meta data.
ShardingSphereMetaData() - Constructor for class org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData
 
ShardingSphereResource - Class in org.apache.shardingsphere.infra.metadata.resource
ShardingSphere resource.
ShardingSphereResource() - Constructor for class org.apache.shardingsphere.infra.metadata.resource.ShardingSphereResource
 
ShardingSphereRule - Interface in org.apache.shardingsphere.infra.rule
ShardingSphere rule.
ShardingSphereRuleMetaData - Class in org.apache.shardingsphere.infra.metadata.rule
ShardingSphere rule meta data.
ShardingSphereRuleMetaData() - Constructor for class org.apache.shardingsphere.infra.metadata.rule.ShardingSphereRuleMetaData
 
ShardingSphereRulesBuilder - Class in org.apache.shardingsphere.infra.rule.builder
ShardingSphere rule builder.
ShardingSphereRulesBuilder() - Constructor for class org.apache.shardingsphere.infra.rule.builder.ShardingSphereRulesBuilder
 
ShardingSphereSchema - Class in org.apache.shardingsphere.infra.metadata.schema
ShardingSphere schema.
ShardingSphereSchema() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
 
ShardingSphereSchema(Map<String, TableMetaData>) - Constructor for class org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema
 
ShardingSphereServiceLoader - Class in org.apache.shardingsphere.infra.spi
ShardingSphere service loader.
ShardingSphereServiceLoader() - Constructor for class org.apache.shardingsphere.infra.spi.ShardingSphereServiceLoader
 
ShardingSphereUser - Class in org.apache.shardingsphere.infra.metadata.user
ShardingSphere user.
ShardingSphereUser(String, String, String) - Constructor for class org.apache.shardingsphere.infra.metadata.user.ShardingSphereUser
 
ShardingSphereUsers - Class in org.apache.shardingsphere.infra.metadata.user
ShardingSphere users.
ShardingSphereUsers() - Constructor for class org.apache.shardingsphere.infra.metadata.user.ShardingSphereUsers
 
ShardingSphereYamlConstruct - Interface in org.apache.shardingsphere.infra.yaml.engine.constructor
ShardingSphere YAML construct.
ShardingSphereYamlConstructor - Class in org.apache.shardingsphere.infra.yaml.engine.constructor
ShardingSphere YAML constructor.
ShardingSphereYamlConstructor(Class<?>) - Constructor for class org.apache.shardingsphere.infra.yaml.engine.constructor.ShardingSphereYamlConstructor
 
ShardingSphereYamlRepresenter - Class in org.apache.shardingsphere.infra.yaml.engine.representer
ShardingSphere YAML representer.
ShardingSphereYamlRepresenter() - Constructor for class org.apache.shardingsphere.infra.yaml.engine.representer.ShardingSphereYamlRepresenter
 
ShardingSphereYamlTupleProcessor - Interface in org.apache.shardingsphere.infra.yaml.engine.representer.processor
ShardingSphere YAML tuple processor.
SQL92DatabaseType - Class in org.apache.shardingsphere.infra.database.type.dialect
Database type of SQL92.
SQL92DatabaseType() - Constructor for class org.apache.shardingsphere.infra.database.type.dialect.SQL92DatabaseType
 
SQL92DataSourceMetaData - Class in org.apache.shardingsphere.infra.database.metadata.dialect
Data source meta data for SQL92.
SQL92DataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.infra.database.metadata.dialect.SQL92DataSourceMetaData
 
SQLServerDatabaseType - Class in org.apache.shardingsphere.infra.database.type.dialect
Database type of SQLServer.
SQLServerDatabaseType() - Constructor for class org.apache.shardingsphere.infra.database.type.dialect.SQLServerDatabaseType
 
SQLServerDataSourceMetaData - Class in org.apache.shardingsphere.infra.database.metadata.dialect
Data source meta data for SQLServer.
SQLServerDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.infra.database.metadata.dialect.SQLServerDataSourceMetaData
 
SQLServerTableMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect
Table meta data loader for SQLServer.
SQLServerTableMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.dialect.SQLServerTableMetaDataLoader
 
SQLStatementEvent - Interface in org.apache.shardingsphere.infra.metadata.mapper.event
SQL statement event.
SQLStatementEventMapper - Interface in org.apache.shardingsphere.infra.metadata.mapper
SQL statement event mapper.
SQLStatementEventMapperFactory - Class in org.apache.shardingsphere.infra.metadata.mapper
SQL statement event mapper factory.
SQLStatementEventMapperFactory() - Constructor for class org.apache.shardingsphere.infra.metadata.mapper.SQLStatementEventMapperFactory
 
StateContext - Class in org.apache.shardingsphere.infra.state
State context.
StateContext() - Constructor for class org.apache.shardingsphere.infra.state.StateContext
 
StateEvent - Class in org.apache.shardingsphere.infra.state
State event.
StateEvent() - Constructor for class org.apache.shardingsphere.infra.state.StateEvent
 
StateType - Enum in org.apache.shardingsphere.infra.state
State type.
StatusContainedRule - Interface in org.apache.shardingsphere.infra.rule.type
ShardingSphere rule contains status.
swapToDataSourceConfiguration(Map<String, Object>) - Method in class org.apache.shardingsphere.infra.yaml.swapper.YamlDataSourceConfigurationSwapper
Swap to data source configuration.
swapToDataSources(Map<String, Map<String, Object>>) - Method in class org.apache.shardingsphere.infra.yaml.swapper.YamlDataSourceConfigurationSwapper
Swap to data sources from YAML data sources.
swapToMap(DataSourceConfiguration) - Method in class org.apache.shardingsphere.infra.yaml.swapper.YamlDataSourceConfigurationSwapper
Swap to map from data source configuration.
swapToObject(YamlUserConfiguration) - Method in class org.apache.shardingsphere.infra.metadata.user.yaml.swapper.UserYamlSwapper
 
swapToObject(YamlShardingSphereAlgorithmConfiguration) - Method in class org.apache.shardingsphere.infra.yaml.swapper.algorithm.ShardingSphereAlgorithmConfigurationYamlSwapper
 
swapToObject(Y) - Method in interface org.apache.shardingsphere.infra.yaml.swapper.YamlConfigurationSwapper
Swap from YAML configuration to object.
swapToRuleConfigurations(Collection<YamlRuleConfiguration>) - Method in class org.apache.shardingsphere.infra.yaml.swapper.YamlRuleConfigurationSwapperEngine
Swap from YAML rule configurations to rule configurations.
swapToYamlConfiguration(ShardingSphereUser) - Method in class org.apache.shardingsphere.infra.metadata.user.yaml.swapper.UserYamlSwapper
 
swapToYamlConfiguration(ShardingSphereAlgorithmConfiguration) - Method in class org.apache.shardingsphere.infra.yaml.swapper.algorithm.ShardingSphereAlgorithmConfigurationYamlSwapper
 
swapToYamlConfiguration(T) - Method in interface org.apache.shardingsphere.infra.yaml.swapper.YamlConfigurationSwapper
Swap to YAML configuration.
swapToYamlRuleConfigurations(Collection<RuleConfiguration>) - Method in class org.apache.shardingsphere.infra.yaml.swapper.YamlRuleConfigurationSwapperEngine
Swap to YAML rule configurations.
switchState(StateEvent) - Method in class org.apache.shardingsphere.infra.state.StateContext
Switch state.

T

TableContainedRule - Interface in org.apache.shardingsphere.infra.rule.type
ShardingSphere rule contains table.
TableMetaData - Class in org.apache.shardingsphere.infra.metadata.schema.model
Table meta data.
TableMetaData() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.model.TableMetaData
 
TableMetaData(Collection<ColumnMetaData>, Collection<IndexMetaData>) - Constructor for class org.apache.shardingsphere.infra.metadata.schema.model.TableMetaData
 
TableMetaDataBuilder - Class in org.apache.shardingsphere.infra.metadata.schema.builder
Table meta data builder.
TableMetaDataBuilder() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.TableMetaDataBuilder
 
TableMetaDataLoader - Class in org.apache.shardingsphere.infra.metadata.schema.builder.loader
Table meta data loader.
TableMetaDataLoader() - Constructor for class org.apache.shardingsphere.infra.metadata.schema.builder.loader.TableMetaDataLoader
 
toString() - Method in class org.apache.shardingsphere.infra.metadata.user.Grantee
 
toString() - Method in class org.apache.shardingsphere.infra.metadata.user.yaml.config.YamlUserConfiguration
 
TransactionHolder - Class in org.apache.shardingsphere.infra.transaction
Transaction holder.
TransactionHolder() - Constructor for class org.apache.shardingsphere.infra.transaction.TransactionHolder
 
tryLock(String) - Method in interface org.apache.shardingsphere.infra.lock.ShardingSphereLock
Try to lock.
tryLock(String, long) - Method in interface org.apache.shardingsphere.infra.lock.ShardingSphereLock
Try to lock with time out.
TypedProperties<E extends Enum<?> & TypedPropertyKey> - Class in org.apache.shardingsphere.infra.properties
Typed properties with a specified enum.
TypedProperties(Class<E>, Properties) - Constructor for class org.apache.shardingsphere.infra.properties.TypedProperties
 
TypedPropertyKey - Interface in org.apache.shardingsphere.infra.properties
Typed property key.
TypedPropertyValue - Class in org.apache.shardingsphere.infra.properties
Typed property value.
TypedPropertyValue(TypedPropertyKey, String) - Constructor for class org.apache.shardingsphere.infra.properties.TypedPropertyValue
 
TypedPropertyValueException - Exception in org.apache.shardingsphere.infra.properties
Typed property value exception.
TypedPropertyValueException(TypedPropertyKey, String) - Constructor for exception org.apache.shardingsphere.infra.properties.TypedPropertyValueException
 
TypedSPI - Interface in org.apache.shardingsphere.infra.spi.typed
Typed SPI.
TypedSPIConfiguration - Class in org.apache.shardingsphere.infra.config
Type based SPI configuration.
TypedSPIConfiguration(String, Properties) - Constructor for class org.apache.shardingsphere.infra.config.TypedSPIConfiguration
 
TypedSPIRegistry - Class in org.apache.shardingsphere.infra.spi.typed
Typed SPI registry.
TypedSPIRegistry() - Constructor for class org.apache.shardingsphere.infra.spi.typed.TypedSPIRegistry
 

U

unmarshal(File, Class<T>) - Static method in class org.apache.shardingsphere.infra.yaml.engine.YamlEngine
Unmarshal YAML.
unmarshal(byte[], Class<T>) - Static method in class org.apache.shardingsphere.infra.yaml.engine.YamlEngine
Unmarshal YAML.
unmarshal(String, Class<T>) - Static method in class org.apache.shardingsphere.infra.yaml.engine.YamlEngine
Unmarshal YAML.
UnrecognizedDatabaseURLException - Exception in org.apache.shardingsphere.infra.database.metadata
Unrecognized database URL exception.
UnrecognizedDatabaseURLException(String, String) - Constructor for exception org.apache.shardingsphere.infra.database.metadata.UnrecognizedDatabaseURLException
 
unwrap(Class<T>) - Method in class org.apache.shardingsphere.infra.metadata.schema.builder.loader.adapter.MetaDataLoaderConnectionAdapter
 
updateRuleStatus(RuleChangedEvent) - Method in interface org.apache.shardingsphere.infra.rule.type.StatusContainedRule
Update rule status.
UserYamlSwapper - Class in org.apache.shardingsphere.infra.metadata.user.yaml.swapper
User YAML swapper.
UserYamlSwapper() - Constructor for class org.apache.shardingsphere.infra.metadata.user.yaml.swapper.UserYamlSwapper
 

V

validate(DataSourceConfiguration) - Method in class org.apache.shardingsphere.infra.config.datasource.DataSourceValidator
Validate.
valueOf(String) - Static method in enum org.apache.shardingsphere.infra.config.properties.ConfigurationPropertyKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.infra.state.StateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.infra.config.properties.ConfigurationPropertyKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.infra.state.StateType
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YamlConfiguration - Interface in org.apache.shardingsphere.infra.yaml.config
YAML configuration.
YamlConfigurationSwapper<Y extends YamlConfiguration,T> - Interface in org.apache.shardingsphere.infra.yaml.swapper
YAML configuration swapper.
YamlDataSourceConfigurationSwapper - Class in org.apache.shardingsphere.infra.yaml.swapper
YAML data source configuration swapper.
YamlDataSourceConfigurationSwapper() - Constructor for class org.apache.shardingsphere.infra.yaml.swapper.YamlDataSourceConfigurationSwapper
 
YamlEngine - Class in org.apache.shardingsphere.infra.yaml.engine
YAML engine.
YamlEngine() - Constructor for class org.apache.shardingsphere.infra.yaml.engine.YamlEngine
 
YamlRootRuleConfigurations - Class in org.apache.shardingsphere.infra.yaml.config
YAML root rule configurations.
YamlRootRuleConfigurations() - Constructor for class org.apache.shardingsphere.infra.yaml.config.YamlRootRuleConfigurations
 
YamlRuleConfiguration - Interface in org.apache.shardingsphere.infra.yaml.config
YAML rule configuration.
YamlRuleConfigurationSwapper<Y extends YamlRuleConfiguration,T extends RuleConfiguration> - Interface in org.apache.shardingsphere.infra.yaml.swapper
YAML rule configuration swapper.
YamlRuleConfigurationSwapperEngine - Class in org.apache.shardingsphere.infra.yaml.swapper
YAML rule configuration swapper engine.
YamlRuleConfigurationSwapperEngine() - Constructor for class org.apache.shardingsphere.infra.yaml.swapper.YamlRuleConfigurationSwapperEngine
 
YamlShardingSphereAlgorithmConfiguration - Class in org.apache.shardingsphere.infra.yaml.config.algorithm
ShardingSphere algorithm configuration for YAML.
YamlShardingSphereAlgorithmConfiguration() - Constructor for class org.apache.shardingsphere.infra.yaml.config.algorithm.YamlShardingSphereAlgorithmConfiguration
 
YamlUserConfiguration - Class in org.apache.shardingsphere.infra.metadata.user.yaml.config
User for YAML.
YamlUserConfiguration() - Constructor for class org.apache.shardingsphere.infra.metadata.user.yaml.config.YamlUserConfiguration
 
YamlUsersConfigurationConverter - Class in org.apache.shardingsphere.infra.metadata.user.yaml.config
Configuration converter for YAML Users content.
YamlUsersConfigurationConverter() - Constructor for class org.apache.shardingsphere.infra.metadata.user.yaml.config.YamlUsersConfigurationConverter
 
A B C D E F G H I J K L M N O P R S T U V Y 
Skip navigation links

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