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

A

addAlias(String...) - Method in class org.apache.shardingsphere.core.config.DataSourceConfiguration
Add alias to share configuration with sharding-jdbc.
AESShardingEncryptor - Class in org.apache.shardingsphere.core.strategy.encrypt.impl
AES sharding encryptor.
AESShardingEncryptor() - Constructor for class org.apache.shardingsphere.core.strategy.encrypt.impl.AESShardingEncryptor
 
Authentication - Class in org.apache.shardingsphere.core.rule
Authentication.
Authentication() - Constructor for class org.apache.shardingsphere.core.rule.Authentication
 
AuthenticationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Authentication YAML swapper.
AuthenticationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.AuthenticationYamlSwapper
 

B

BaseRule - Interface in org.apache.shardingsphere.core.rule
Base rule.
BindingTableRule - Class in org.apache.shardingsphere.core.rule
Binding table rule.
BindingTableRule() - Constructor for class org.apache.shardingsphere.core.rule.BindingTableRule
 

C

ClassFilterConstructor - Class in org.apache.shardingsphere.core.yaml.engine
Class filter Constructor for YAML load as map.
ClassFilterConstructor() - Constructor for class org.apache.shardingsphere.core.yaml.engine.ClassFilterConstructor
 
ColumnMetaData - Class in org.apache.shardingsphere.core.metadata.column
Column meta data.
ColumnMetaData() - Constructor for class org.apache.shardingsphere.core.metadata.column.ColumnMetaData
 
ComplexShardingStrategy - Class in org.apache.shardingsphere.core.strategy.route.complex
Complex sharding strategy.
ComplexShardingStrategy(ComplexShardingStrategyConfiguration) - Constructor for class org.apache.shardingsphere.core.strategy.route.complex.ComplexShardingStrategy
 
ConfigurationLogger - Class in org.apache.shardingsphere.core.config.log
Configuration printer class.
ConfigurationLogger() - Constructor for class org.apache.shardingsphere.core.config.log.ConfigurationLogger
 
ConnectionMode - Enum in org.apache.shardingsphere.core.constant
Connection Mode.
containDataSourceName(String) - Method in class org.apache.shardingsphere.core.rule.MasterSlaveRule
Judge whether contain data source name.
containsColumn(String, String) - Method in class org.apache.shardingsphere.core.metadata.table.TableMetas
Judge whether contains column name.
containsIndex(String) - Method in class org.apache.shardingsphere.core.metadata.table.TableMetaData
Judge contains index or not.
containsTable(String) - Method in class org.apache.shardingsphere.core.metadata.table.TableMetas
Judge contains table from table meta data or not.
createDataSource() - Method in class org.apache.shardingsphere.core.config.DataSourceConfiguration
Create data source.

D

DatabaseAccessConfiguration - Class in org.apache.shardingsphere.core.config
Database access configuration.
DatabaseAccessConfiguration() - Constructor for class org.apache.shardingsphere.core.config.DatabaseAccessConfiguration
 
DatabaseTypes - Class in org.apache.shardingsphere.core.database
Database types.
DatabaseTypes() - Constructor for class org.apache.shardingsphere.core.database.DatabaseTypes
 
DataNode - Class in org.apache.shardingsphere.core.rule
Sharding data unit node.
DataNode(String) - Constructor for class org.apache.shardingsphere.core.rule.DataNode
Constructs a data node with well-formatted string.
DataSourceConfiguration - Class in org.apache.shardingsphere.core.config
Data source configuration.
DataSourceConfiguration() - Constructor for class org.apache.shardingsphere.core.config.DataSourceConfiguration
 
DataSourceMetas - Class in org.apache.shardingsphere.core.metadata.datasource
Data source metas.
DataSourceMetas(DatabaseType, Map<String, DatabaseAccessConfiguration>) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.DataSourceMetas
 
decrypt(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.AESShardingEncryptor
 
decrypt(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.MD5ShardingEncryptor
 
DefaultYamlRepresenter - Class in org.apache.shardingsphere.core.yaml.engine
Default YAML representer.
DefaultYamlRepresenter() - Constructor for class org.apache.shardingsphere.core.yaml.engine.DefaultYamlRepresenter
 
doSharding(Collection<String>, Collection<RouteValue>) - Method in class org.apache.shardingsphere.core.strategy.route.complex.ComplexShardingStrategy
 
doSharding(Collection<String>, Collection<RouteValue>) - Method in class org.apache.shardingsphere.core.strategy.route.hint.HintShardingStrategy
 
doSharding(Collection<String>, Collection<RouteValue>) - Method in class org.apache.shardingsphere.core.strategy.route.inline.InlineShardingStrategy
 
doSharding(Collection<String>, Collection<RouteValue>) - Method in class org.apache.shardingsphere.core.strategy.route.none.NoneShardingStrategy
 
doSharding(Collection<String>, Collection<RouteValue>) - Method in interface org.apache.shardingsphere.core.strategy.route.ShardingStrategy
Sharding.
doSharding(Collection<String>, Collection<RouteValue>) - Method in class org.apache.shardingsphere.core.strategy.route.standard.StandardShardingStrategy
 

E

encrypt(Object) - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.AESShardingEncryptor
 
encrypt(Object) - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.MD5ShardingEncryptor
 
EncryptColumn - Class in org.apache.shardingsphere.core.strategy.encrypt
Encrypt column.
EncryptColumn() - Constructor for class org.apache.shardingsphere.core.strategy.encrypt.EncryptColumn
 
EncryptColumnMetaData - Class in org.apache.shardingsphere.core.metadata.column
Column meta data for encrypt.
EncryptColumnMetaData(String, String, boolean, String, String, String) - Constructor for class org.apache.shardingsphere.core.metadata.column.EncryptColumnMetaData
 
EncryptColumnRuleConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Encrypt column configuration YAML swapper.
EncryptColumnRuleConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptColumnRuleConfigurationYamlSwapper
 
EncryptorRuleConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Encryptor configuration YAML swapper.
EncryptorRuleConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptorRuleConfigurationYamlSwapper
 
EncryptRule - Class in org.apache.shardingsphere.core.rule
Encrypt rule.
EncryptRule() - Constructor for class org.apache.shardingsphere.core.rule.EncryptRule
 
EncryptRule(EncryptRuleConfiguration) - Constructor for class org.apache.shardingsphere.core.rule.EncryptRule
 
EncryptRuleAware - Interface in org.apache.shardingsphere.core.rule.aware
Encrypt rule aware.
EncryptRuleConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Encrypt rule configuration yaml swapper.
EncryptRuleConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptRuleConfigurationYamlSwapper
 
EncryptTable - Class in org.apache.shardingsphere.core.strategy.encrypt
Encryptor table.
EncryptTable(EncryptTableRuleConfiguration) - Constructor for class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
 
EncryptTableRuleConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Encrypt table configuration YAML swapper.
EncryptTableRuleConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptTableRuleConfigurationYamlSwapper
 
EPOCH - Static variable in class org.apache.shardingsphere.core.strategy.keygen.SnowflakeShardingKeyGenerator
 
equals(Object) - Method in class org.apache.shardingsphere.core.config.DataSourceConfiguration
 
equals(Object) - Method in class org.apache.shardingsphere.core.rule.DataNode
 
evaluateClosure() - Method in class org.apache.shardingsphere.core.config.inline.InlineExpressionParser
Evaluate closure.

F

findActualDefaultDataSourceName() - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find actual default data source name.
findAssistedQueryColumn(String, String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Find assisted query column.
findAssistedQueryColumn(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Find assisted query column.
findBindingTableRule(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find binding table rule via logic table name.
findByKey(String) - Static method in enum org.apache.shardingsphere.core.constant.properties.ShardingPropertiesConstant
Find value via property key.
findEncryptTable(String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Find encrypt table.
findGenerateKeyColumnName(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find column name of generated key.
findMasterSlaveRule(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find master slave rule.
findPlainColumn(String, String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Find plain column.
findPlainColumn(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Find plain column.
findShardingEncryptor(String, String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Find sharding encryptor.
findShardingEncryptor(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Find sharding encryptor.
findTableRule(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find table rule.
findTableRuleByActualTable(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find table rule via actual table name.

G

generateKey(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Generate key.
generateKey() - Method in class org.apache.shardingsphere.core.strategy.keygen.SnowflakeShardingKeyGenerator
 
generateKey() - Method in class org.apache.shardingsphere.core.strategy.keygen.UUIDShardingKeyGenerator
 
get(String) - Method in class org.apache.shardingsphere.core.metadata.table.TableMetas
Get table meta data by table name.
getActualDatabaseType(String) - Static method in class org.apache.shardingsphere.core.database.DatabaseTypes
Get actual database type.
getActualDatasourceNames() - Method in class org.apache.shardingsphere.core.rule.TableRule
Get actual data source names.
getActualTableNames(String) - Method in class org.apache.shardingsphere.core.rule.TableRule
Get actual table names via target data source name.
getAllColumnNames(String) - Method in class org.apache.shardingsphere.core.metadata.table.TableMetas
Get all column names via table.
getAllInstanceDataSourceNames() - Method in class org.apache.shardingsphere.core.metadata.datasource.DataSourceMetas
Get all instance data source names.
getAllTableNames() - Method in class org.apache.shardingsphere.core.metadata.table.TableMetas
Get all table names.
getAssistedQueryAndPlainColumns(String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get assisted query and plain columns.
getAssistedQueryColumn() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptColumn
Get assisted query column.
getAssistedQueryColumns(String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get assisted query columns.
getAssistedQueryColumns() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get assisted query columns.
getBindingActualTable(String, String, String) - Method in class org.apache.shardingsphere.core.rule.BindingTableRule
Deduce actual table name from other actual table name in same binding table rule.
getCipherColumn(String, String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get cipher column.
getCipherColumn(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get cipher column.
getCipherColumns() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get cipher columns.
getClassForName(String) - Method in class org.apache.shardingsphere.core.yaml.engine.ClassFilterConstructor
 
getColumnName() - Method in interface org.apache.shardingsphere.core.strategy.route.value.RouteValue
Get column name.
getCurrentMillis() - Method in class org.apache.shardingsphere.core.strategy.keygen.TimeService
Get current millis.
getDatabaseShardingStrategy(TableRule) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get database sharding strategy.
getDatabaseTypeByURL(String) - Static method in class org.apache.shardingsphere.core.database.DatabaseTypes
Get database type by URL.
getDataNode(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find data node by logic table name.
getDataNode(String, String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find data node by data source and logic table.
getDataNodeGroups() - Method in class org.apache.shardingsphere.core.rule.TableRule
Get data node groups.
getDataSource(String, String, List<String>) - Method in class org.apache.shardingsphere.core.strategy.masterslave.RandomMasterSlaveLoadBalanceAlgorithm
 
getDataSource(String, String, List<String>) - Method in class org.apache.shardingsphere.core.strategy.masterslave.RoundRobinMasterSlaveLoadBalanceAlgorithm
 
getDataSourceConfiguration(DataSource) - Static method in class org.apache.shardingsphere.core.config.DataSourceConfiguration
Get data source configuration.
getDataSourceMetaData(String) - Method in class org.apache.shardingsphere.core.metadata.datasource.DataSourceMetas
Get data source meta data.
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.spi.database.H2DatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.spi.database.MariaDBDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.spi.database.MySQLDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.spi.database.OracleDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.spi.database.PostgreSQLDatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.spi.database.SQL92DatabaseType
 
getDataSourceMetaData(String, String) - Method in class org.apache.shardingsphere.spi.database.SQLServerDatabaseType
 
getDefaultDataSourceName() - Method in class org.apache.shardingsphere.core.rule.ShardingDataSourceNames
Get default data source name.
getEncryptAssistedQueryValues(String, String, List<Object>) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get encrypt assisted query values.
getEncryptTableNames() - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get encrypt table names.
getEncryptValues(String, String, List<Object>) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
get encrypt values.
getJdbcUrlPrefixAlias() - Method in class org.apache.shardingsphere.spi.database.H2DatabaseType
 
getJdbcUrlPrefixAlias() - Method in class org.apache.shardingsphere.spi.database.MariaDBDatabaseType
 
getJdbcUrlPrefixAlias() - Method in class org.apache.shardingsphere.spi.database.MySQLDatabaseType
 
getJdbcUrlPrefixAlias() - Method in class org.apache.shardingsphere.spi.database.OracleDatabaseType
 
getJdbcUrlPrefixAlias() - Method in class org.apache.shardingsphere.spi.database.PostgreSQLDatabaseType
 
getJdbcUrlPrefixAlias() - Method in class org.apache.shardingsphere.spi.database.SQL92DatabaseType
 
getJdbcUrlPrefixAlias() - Method in class org.apache.shardingsphere.spi.database.SQLServerDatabaseType
 
getLogicAndCipherColumns(String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get logic and cipher columns.
getLogicAndCipherColumns() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get logic and cipher columns.
getLogicAndPlainColumns(String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get logic and plain columns.
getLogicAndPlainColumns() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get logic and plain columns.
getLogicColumnOfCipher(String, String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get logic column of cipher column.
getLogicColumnOfCipher(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get logic column of cipher column.
getLogicColumns() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get logic columns.
getLogicTableNames(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get logic table names base on actual table name.
getName() - Method in class org.apache.shardingsphere.spi.database.H2DatabaseType
 
getName() - Method in class org.apache.shardingsphere.spi.database.MariaDBDatabaseType
 
getName() - Method in class org.apache.shardingsphere.spi.database.MySQLDatabaseType
 
getName() - Method in class org.apache.shardingsphere.spi.database.OracleDatabaseType
 
getName() - Method in class org.apache.shardingsphere.spi.database.PostgreSQLDatabaseType
 
getName() - Method in class org.apache.shardingsphere.spi.database.SQL92DatabaseType
 
getName() - Method in class org.apache.shardingsphere.spi.database.SQLServerDatabaseType
 
getPlainColumn() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptColumn
Get plain column.
getPlainColumns() - Method in class org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
Get plain columns.
getRandomDataSourceName() - Method in class org.apache.shardingsphere.core.rule.ShardingDataSourceNames
Get random data source name.
getRandomDataSourceName(Collection<String>) - Method in class org.apache.shardingsphere.core.rule.ShardingDataSourceNames
Get random data source name.
getRawMasterDataSourceName(String) - Method in class org.apache.shardingsphere.core.rule.ShardingDataSourceNames
Get raw master data source name.
getRuleConfiguration() - Method in interface org.apache.shardingsphere.core.rule.BaseRule
Get rule configuration.
getShardingColumns() - Method in class org.apache.shardingsphere.core.strategy.route.inline.InlineShardingStrategy
 
getShardingColumns() - Method in interface org.apache.shardingsphere.core.strategy.route.ShardingStrategy
Get sharding columns.
getShardingColumns() - Method in class org.apache.shardingsphere.core.strategy.route.standard.StandardShardingStrategy
 
getShardingLogicTableNames(Collection<String>) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get sharding logic table names.
getTableName() - Method in interface org.apache.shardingsphere.core.strategy.route.value.RouteValue
Get table name.
getTableRule(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get table rule.
getTableShardingStrategy(TableRule) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get table sharding strategy.
getTrunkDatabaseType(String) - Static method in class org.apache.shardingsphere.core.database.DatabaseTypes
Get trunk database type.
getTrunkDatabaseType() - Method in class org.apache.shardingsphere.spi.database.H2DatabaseType
 
getTrunkDatabaseType() - Method in class org.apache.shardingsphere.spi.database.MariaDBDatabaseType
 
getTrunkDatabaseTypeName(DatabaseType) - Static method in class org.apache.shardingsphere.core.database.DatabaseTypes
Get name of trunk database type.
getType() - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.AESShardingEncryptor
 
getType() - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.MD5ShardingEncryptor
 
getType() - Method in class org.apache.shardingsphere.core.strategy.keygen.SnowflakeShardingKeyGenerator
 
getType() - Method in class org.apache.shardingsphere.core.strategy.keygen.UUIDShardingKeyGenerator
 
getType() - Method in class org.apache.shardingsphere.core.strategy.masterslave.RandomMasterSlaveLoadBalanceAlgorithm
 
getType() - Method in class org.apache.shardingsphere.core.strategy.masterslave.RoundRobinMasterSlaveLoadBalanceAlgorithm
 
getValue(ShardingPropertiesConstant) - Method in class org.apache.shardingsphere.core.constant.properties.ShardingProperties
Get property value.

H

H2DatabaseType - Class in org.apache.shardingsphere.spi.database
Database type of H2.
H2DatabaseType() - Constructor for class org.apache.shardingsphere.spi.database.H2DatabaseType
 
H2DataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for H2.
H2DataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.H2DataSourceMetaData
 
handlePlaceHolder(String) - Static method in class org.apache.shardingsphere.core.config.inline.InlineExpressionParser
Replace all inline expression placeholders.
hasDefaultDataSourceName() - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge if default data source mame exists.
hashCode() - Method in class org.apache.shardingsphere.core.config.DataSourceConfiguration
 
hashCode() - Method in class org.apache.shardingsphere.core.rule.DataNode
 
hasLogicTable(String) - Method in class org.apache.shardingsphere.core.rule.BindingTableRule
Judge contains this logic table in this rule.
HintShardingStrategy - Class in org.apache.shardingsphere.core.strategy.route.hint
Hint sharding strategy.
HintShardingStrategy(HintShardingStrategyConfiguration) - Constructor for class org.apache.shardingsphere.core.strategy.route.hint.HintShardingStrategy
 

I

init() - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.AESShardingEncryptor
 
init() - Method in class org.apache.shardingsphere.core.strategy.encrypt.impl.MD5ShardingEncryptor
 
InlineExpressionParser - Class in org.apache.shardingsphere.core.config.inline
Inline expression parser.
InlineExpressionParser() - Constructor for class org.apache.shardingsphere.core.config.inline.InlineExpressionParser
 
InlineShardingStrategy - Class in org.apache.shardingsphere.core.strategy.route.inline
Standard sharding strategy.
InlineShardingStrategy(InlineShardingStrategyConfiguration) - Constructor for class org.apache.shardingsphere.core.strategy.route.inline.InlineShardingStrategy
 
isAllBindingTables(Collection<String>) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge logic tables is all belong to binding encryptors.
isAllBroadcastTables(Collection<String>) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge logic tables is all belong to broadcast encryptors.
isAllInDefaultDataSource(Collection<String>) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge logic tables is all belong to default data source.
isBooleanValue(String) - Static method in class org.apache.shardingsphere.core.util.StringUtil
Judge is boolean value or not.
isBroadcastTable(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge logic table is belong to broadcast tables.
isCipherColumn(String, String) - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Is cipher column or not.
isIntValue(String) - Static method in class org.apache.shardingsphere.core.util.StringUtil
Judge is int value or not.
isShardingColumn(String, String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge is sharding column or not.

K

KeyGeneratorConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Key generator configuration YAML swapper.
KeyGeneratorConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.KeyGeneratorConfigurationYamlSwapper
 

L

ListRouteValue<T extends Comparable<?>> - Class in org.apache.shardingsphere.core.strategy.route.value
Route value for list values.
ListRouteValue() - Constructor for class org.apache.shardingsphere.core.strategy.route.value.ListRouteValue
 
log(Properties) - Static method in class org.apache.shardingsphere.core.config.log.ConfigurationLogger
log properties configuration.
log(EncryptRuleConfiguration) - Static method in class org.apache.shardingsphere.core.config.log.ConfigurationLogger
log EncryptRuleConfiguration.
log(RuleConfiguration) - Static method in class org.apache.shardingsphere.core.config.log.ConfigurationLogger
log ruleConfiguration.
log(ShardingRuleConfiguration) - Static method in class org.apache.shardingsphere.core.config.log.ConfigurationLogger
log ShardingRuleConfiguration.
log(MasterSlaveRuleConfiguration) - Static method in class org.apache.shardingsphere.core.config.log.ConfigurationLogger
log MasterSlaveRuleConfiguration.
log(Authentication) - Static method in class org.apache.shardingsphere.core.config.log.ConfigurationLogger
log AuthenticationConfiguration.
log(String, String) - Static method in class org.apache.shardingsphere.core.config.log.ConfigurationLogger
log configuration log.
LOGIC_SCHEMA_NAME - Static variable in class org.apache.shardingsphere.core.constant.ShardingConstant
Logic database schema name.

M

MariaDBDatabaseType - Class in org.apache.shardingsphere.spi.database
Database type of Mariadb.
MariaDBDatabaseType() - Constructor for class org.apache.shardingsphere.spi.database.MariaDBDatabaseType
 
MariaDBDataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for MariaDB.
MariaDBDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.MariaDBDataSourceMetaData
 
marshal(Object) - Static method in class org.apache.shardingsphere.core.yaml.engine.YamlEngine
Marshal YAML.
MasterSlaveLoadBalanceAlgorithmServiceLoader - Class in org.apache.shardingsphere.spi.algorithm.masterslave
Master-slave database load-balance algorithm service loader.
MasterSlaveLoadBalanceAlgorithmServiceLoader() - Constructor for class org.apache.shardingsphere.spi.algorithm.masterslave.MasterSlaveLoadBalanceAlgorithmServiceLoader
 
MasterSlaveRule - Class in org.apache.shardingsphere.core.rule
Databases and tables master-slave rule.
MasterSlaveRule(String, String, List<String>, MasterSlaveLoadBalanceAlgorithm) - Constructor for class org.apache.shardingsphere.core.rule.MasterSlaveRule
 
MasterSlaveRule(MasterSlaveRuleConfiguration) - Constructor for class org.apache.shardingsphere.core.rule.MasterSlaveRule
 
MasterSlaveRuleConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Master-slave rule configuration YAML swapper.
MasterSlaveRuleConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.MasterSlaveRuleConfigurationYamlSwapper
 
MD5ShardingEncryptor - Class in org.apache.shardingsphere.core.strategy.encrypt.impl
MD5 sharding encryptor.
MD5ShardingEncryptor() - Constructor for class org.apache.shardingsphere.core.strategy.encrypt.impl.MD5ShardingEncryptor
 
MySQLDatabaseType - Class in org.apache.shardingsphere.spi.database
Database type of MySQL.
MySQLDatabaseType() - Constructor for class org.apache.shardingsphere.spi.database.MySQLDatabaseType
 
MySQLDataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for MySQL.
MySQLDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.MySQLDataSourceMetaData
 

N

newInstance(String, Class<T>) - Static method in class org.apache.shardingsphere.core.strategy.route.ShardingAlgorithmFactory
Create sharding algorithm.
newInstance(ShardingStrategyConfiguration) - Static method in class org.apache.shardingsphere.core.strategy.route.ShardingStrategyFactory
Create sharding algorithm.
NoneShardingStrategy - Class in org.apache.shardingsphere.core.strategy.route.none
None sharding strategy.
NoneShardingStrategy() - Constructor for class org.apache.shardingsphere.core.strategy.route.none.NoneShardingStrategy
 

O

OracleDatabaseType - Class in org.apache.shardingsphere.spi.database
Database type of Oracle.
OracleDatabaseType() - Constructor for class org.apache.shardingsphere.spi.database.OracleDatabaseType
 
OracleDataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for Oracle.
OracleDataSourceMetaData(String, String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.OracleDataSourceMetaData
 
org.apache.shardingsphere.core.config - package org.apache.shardingsphere.core.config
 
org.apache.shardingsphere.core.config.inline - package org.apache.shardingsphere.core.config.inline
 
org.apache.shardingsphere.core.config.log - package org.apache.shardingsphere.core.config.log
 
org.apache.shardingsphere.core.constant - package org.apache.shardingsphere.core.constant
 
org.apache.shardingsphere.core.constant.properties - package org.apache.shardingsphere.core.constant.properties
 
org.apache.shardingsphere.core.database - package org.apache.shardingsphere.core.database
 
org.apache.shardingsphere.core.exception - package org.apache.shardingsphere.core.exception
 
org.apache.shardingsphere.core.metadata - package org.apache.shardingsphere.core.metadata
 
org.apache.shardingsphere.core.metadata.column - package org.apache.shardingsphere.core.metadata.column
 
org.apache.shardingsphere.core.metadata.datasource - package org.apache.shardingsphere.core.metadata.datasource
 
org.apache.shardingsphere.core.metadata.datasource.dialect - package org.apache.shardingsphere.core.metadata.datasource.dialect
 
org.apache.shardingsphere.core.metadata.datasource.exception - package org.apache.shardingsphere.core.metadata.datasource.exception
 
org.apache.shardingsphere.core.metadata.table - package org.apache.shardingsphere.core.metadata.table
 
org.apache.shardingsphere.core.rule - package org.apache.shardingsphere.core.rule
 
org.apache.shardingsphere.core.rule.aware - package org.apache.shardingsphere.core.rule.aware
 
org.apache.shardingsphere.core.strategy.encrypt - package org.apache.shardingsphere.core.strategy.encrypt
 
org.apache.shardingsphere.core.strategy.encrypt.impl - package org.apache.shardingsphere.core.strategy.encrypt.impl
 
org.apache.shardingsphere.core.strategy.keygen - package org.apache.shardingsphere.core.strategy.keygen
 
org.apache.shardingsphere.core.strategy.masterslave - package org.apache.shardingsphere.core.strategy.masterslave
 
org.apache.shardingsphere.core.strategy.route - package org.apache.shardingsphere.core.strategy.route
 
org.apache.shardingsphere.core.strategy.route.complex - package org.apache.shardingsphere.core.strategy.route.complex
 
org.apache.shardingsphere.core.strategy.route.hint - package org.apache.shardingsphere.core.strategy.route.hint
 
org.apache.shardingsphere.core.strategy.route.inline - package org.apache.shardingsphere.core.strategy.route.inline
 
org.apache.shardingsphere.core.strategy.route.none - package org.apache.shardingsphere.core.strategy.route.none
 
org.apache.shardingsphere.core.strategy.route.standard - package org.apache.shardingsphere.core.strategy.route.standard
 
org.apache.shardingsphere.core.strategy.route.value - package org.apache.shardingsphere.core.strategy.route.value
 
org.apache.shardingsphere.core.util - package org.apache.shardingsphere.core.util
 
org.apache.shardingsphere.core.yaml.config - package org.apache.shardingsphere.core.yaml.config
 
org.apache.shardingsphere.core.yaml.config.common - package org.apache.shardingsphere.core.yaml.config.common
 
org.apache.shardingsphere.core.yaml.config.encrypt - package org.apache.shardingsphere.core.yaml.config.encrypt
 
org.apache.shardingsphere.core.yaml.config.masterslave - package org.apache.shardingsphere.core.yaml.config.masterslave
 
org.apache.shardingsphere.core.yaml.config.sharding - package org.apache.shardingsphere.core.yaml.config.sharding
 
org.apache.shardingsphere.core.yaml.config.sharding.strategy - package org.apache.shardingsphere.core.yaml.config.sharding.strategy
 
org.apache.shardingsphere.core.yaml.engine - package org.apache.shardingsphere.core.yaml.engine
 
org.apache.shardingsphere.core.yaml.swapper - package org.apache.shardingsphere.core.yaml.swapper
 
org.apache.shardingsphere.core.yaml.swapper.impl - package org.apache.shardingsphere.core.yaml.swapper.impl
 
org.apache.shardingsphere.spi.algorithm.encrypt - package org.apache.shardingsphere.spi.algorithm.encrypt
 
org.apache.shardingsphere.spi.algorithm.keygen - package org.apache.shardingsphere.spi.algorithm.keygen
 
org.apache.shardingsphere.spi.algorithm.masterslave - package org.apache.shardingsphere.spi.algorithm.masterslave
 
org.apache.shardingsphere.spi.database - package org.apache.shardingsphere.spi.database
 

P

PostgreSQLDatabaseType - Class in org.apache.shardingsphere.spi.database
Database type of PostgreSQL.
PostgreSQLDatabaseType() - Constructor for class org.apache.shardingsphere.spi.database.PostgreSQLDatabaseType
 
PostgreSQLDataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for PostgreSQL.
PostgreSQLDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.PostgreSQLDataSourceMetaData
 
ProxyUser - Class in org.apache.shardingsphere.core.rule
Proxy user.
ProxyUser() - Constructor for class org.apache.shardingsphere.core.rule.ProxyUser
 
ProxyUserYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Proxy user YAML swapper.
ProxyUserYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.ProxyUserYamlSwapper
 
put(String, TableMetaData) - Method in class org.apache.shardingsphere.core.metadata.table.TableMetas
Add table meta data.

R

RandomMasterSlaveLoadBalanceAlgorithm - Class in org.apache.shardingsphere.core.strategy.masterslave
Random slave database load-balance algorithm.
RandomMasterSlaveLoadBalanceAlgorithm() - Constructor for class org.apache.shardingsphere.core.strategy.masterslave.RandomMasterSlaveLoadBalanceAlgorithm
 
RangeRouteValue<T extends Comparable<?>> - Class in org.apache.shardingsphere.core.strategy.route.value
Route value for range.
RangeRouteValue() - Constructor for class org.apache.shardingsphere.core.strategy.route.value.RangeRouteValue
 
remove(String) - Method in class org.apache.shardingsphere.core.metadata.table.TableMetas
Remove table meta data.
representJavaBeanProperty(Object, Property, Object, Tag) - Method in class org.apache.shardingsphere.core.yaml.engine.DefaultYamlRepresenter
 
RoundRobinMasterSlaveLoadBalanceAlgorithm - Class in org.apache.shardingsphere.core.strategy.masterslave
Round-robin slave database load-balance algorithm.
RoundRobinMasterSlaveLoadBalanceAlgorithm() - Constructor for class org.apache.shardingsphere.core.strategy.masterslave.RoundRobinMasterSlaveLoadBalanceAlgorithm
 
RouteValue - Interface in org.apache.shardingsphere.core.strategy.route.value
Route value.

S

setEncryptRule(EncryptRule) - Method in interface org.apache.shardingsphere.core.rule.aware.EncryptRuleAware
Set encrypt rule.
setShardingRule(ShardingRule) - Method in interface org.apache.shardingsphere.core.rule.aware.ShardingRuleAware
Set sharding rule.
ShardingAlgorithmFactory - Class in org.apache.shardingsphere.core.strategy.route
Sharding algorithm factory.
ShardingAlgorithmFactory() - Constructor for class org.apache.shardingsphere.core.strategy.route.ShardingAlgorithmFactory
 
ShardingConfigurationException - Exception in org.apache.shardingsphere.core.config
Sharding rule exception.
ShardingConfigurationException(String, Object...) - Constructor for exception org.apache.shardingsphere.core.config.ShardingConfigurationException
Constructs an exception with formatted error message and arguments.
ShardingConfigurationException(Exception) - Constructor for exception org.apache.shardingsphere.core.config.ShardingConfigurationException
Constructs an exception with cause exception.
ShardingConstant - Class in org.apache.shardingsphere.core.constant
Sharding constant.
ShardingConstant() - Constructor for class org.apache.shardingsphere.core.constant.ShardingConstant
 
ShardingDataSourceNames - Class in org.apache.shardingsphere.core.rule
Sharding data source names.
ShardingDataSourceNames(ShardingRuleConfiguration, Collection<String>) - Constructor for class org.apache.shardingsphere.core.rule.ShardingDataSourceNames
 
ShardingEncryptorServiceLoader - Class in org.apache.shardingsphere.spi.algorithm.encrypt
Sharding encryptor service loader.
ShardingEncryptorServiceLoader() - Constructor for class org.apache.shardingsphere.spi.algorithm.encrypt.ShardingEncryptorServiceLoader
 
ShardingException - Exception in org.apache.shardingsphere.core.exception
Sharding exception.
ShardingException(String, Object...) - Constructor for exception org.apache.shardingsphere.core.exception.ShardingException
Constructs an exception with formatted error message and arguments.
ShardingException(String, Exception) - Constructor for exception org.apache.shardingsphere.core.exception.ShardingException
Constructs an exception with error message and cause.
ShardingException(Exception) - Constructor for exception org.apache.shardingsphere.core.exception.ShardingException
Constructs an exception with cause.
ShardingGeneratedKeyColumnMetaData - Class in org.apache.shardingsphere.core.metadata.column
Column meta data for sharding generated key.
ShardingGeneratedKeyColumnMetaData(String, String, boolean) - Constructor for class org.apache.shardingsphere.core.metadata.column.ShardingGeneratedKeyColumnMetaData
 
ShardingKeyGeneratorServiceLoader - Class in org.apache.shardingsphere.spi.algorithm.keygen
Key generator service loader.
ShardingKeyGeneratorServiceLoader() - Constructor for class org.apache.shardingsphere.spi.algorithm.keygen.ShardingKeyGeneratorServiceLoader
 
ShardingOperator - Enum in org.apache.shardingsphere.core.constant
Supported sharding operator.
ShardingProperties - Class in org.apache.shardingsphere.core.constant.properties
Properties for sharding configuration.
ShardingProperties(Properties) - Constructor for class org.apache.shardingsphere.core.constant.properties.ShardingProperties
 
ShardingPropertiesConstant - Enum in org.apache.shardingsphere.core.constant.properties
Sharding properties constant.
ShardingRule - Class in org.apache.shardingsphere.core.rule
Databases and tables sharding rule.
ShardingRule(ShardingRuleConfiguration, Collection<String>) - Constructor for class org.apache.shardingsphere.core.rule.ShardingRule
 
ShardingRuleAware - Interface in org.apache.shardingsphere.core.rule.aware
Sharding rule aware.
ShardingRuleConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Sharding rule configuration YAML swapper.
ShardingRuleConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.ShardingRuleConfigurationYamlSwapper
 
ShardingSphereMetaData - Class in org.apache.shardingsphere.core.metadata
ShardingSphere meta data.
ShardingSphereMetaData(DataSourceMetas, TableMetas) - Constructor for class org.apache.shardingsphere.core.metadata.ShardingSphereMetaData
 
ShardingStrategy - Interface in org.apache.shardingsphere.core.strategy.route
Sharding strategy.
ShardingStrategyConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Sharding strategy configuration YAML swapper.
ShardingStrategyConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.ShardingStrategyConfigurationYamlSwapper
 
ShardingStrategyFactory - Class in org.apache.shardingsphere.core.strategy.route
Sharding strategy factory.
ShardingStrategyFactory() - Constructor for class org.apache.shardingsphere.core.strategy.route.ShardingStrategyFactory
 
SnowflakeShardingKeyGenerator - Class in org.apache.shardingsphere.core.strategy.keygen
Snowflake distributed primary key generator.
SnowflakeShardingKeyGenerator() - Constructor for class org.apache.shardingsphere.core.strategy.keygen.SnowflakeShardingKeyGenerator
 
splitAndEvaluate() - Method in class org.apache.shardingsphere.core.config.inline.InlineExpressionParser
Split and evaluate inline expression.
SQL92DatabaseType - Class in org.apache.shardingsphere.spi.database
Database type of SQL92.
SQL92DatabaseType() - Constructor for class org.apache.shardingsphere.spi.database.SQL92DatabaseType
 
SQL92DataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for SQL92.
SQL92DataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.SQL92DataSourceMetaData
 
SQLServerDatabaseType - Class in org.apache.shardingsphere.spi.database
Database type of SQLServer.
SQLServerDatabaseType() - Constructor for class org.apache.shardingsphere.spi.database.SQLServerDatabaseType
 
SQLServerDataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for SQLServer.
SQLServerDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.SQLServerDataSourceMetaData
 
StandardShardingStrategy - Class in org.apache.shardingsphere.core.strategy.route.standard
Standard sharding strategy.
StandardShardingStrategy(StandardShardingStrategyConfiguration) - Constructor for class org.apache.shardingsphere.core.strategy.route.standard.StandardShardingStrategy
 
StringUtil - Class in org.apache.shardingsphere.core.util
String utility class.
StringUtil() - Constructor for class org.apache.shardingsphere.core.util.StringUtil
 
swap(Authentication) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.AuthenticationYamlSwapper
 
swap(YamlAuthenticationConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.AuthenticationYamlSwapper
 
swap(EncryptColumnRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptColumnRuleConfigurationYamlSwapper
 
swap(YamlEncryptColumnRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptColumnRuleConfigurationYamlSwapper
 
swap(EncryptorRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptorRuleConfigurationYamlSwapper
 
swap(YamlEncryptorRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptorRuleConfigurationYamlSwapper
 
swap(EncryptRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptRuleConfigurationYamlSwapper
 
swap(YamlEncryptRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptRuleConfigurationYamlSwapper
 
swap(EncryptTableRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptTableRuleConfigurationYamlSwapper
 
swap(YamlEncryptTableRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.EncryptTableRuleConfigurationYamlSwapper
 
swap(KeyGeneratorConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.KeyGeneratorConfigurationYamlSwapper
 
swap(YamlKeyGeneratorConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.KeyGeneratorConfigurationYamlSwapper
 
swap(MasterSlaveRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.MasterSlaveRuleConfigurationYamlSwapper
 
swap(YamlMasterSlaveRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.MasterSlaveRuleConfigurationYamlSwapper
 
swap(ProxyUser) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.ProxyUserYamlSwapper
 
swap(YamlProxyUserConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.ProxyUserYamlSwapper
 
swap(ShardingRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.ShardingRuleConfigurationYamlSwapper
 
swap(YamlShardingRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.ShardingRuleConfigurationYamlSwapper
 
swap(ShardingStrategyConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.ShardingStrategyConfigurationYamlSwapper
 
swap(YamlShardingStrategyConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.ShardingStrategyConfigurationYamlSwapper
 
swap(TableRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.TableRuleConfigurationYamlSwapper
 
swap(YamlTableRuleConfiguration) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.TableRuleConfigurationYamlSwapper
 
swap(T) - Method in interface org.apache.shardingsphere.core.yaml.swapper.YamlSwapper
Swap to YAML configuration.
swap(Y) - Method in interface org.apache.shardingsphere.core.yaml.swapper.YamlSwapper
Swap from YAML configuration to object.

T

TableMetaData - Class in org.apache.shardingsphere.core.metadata.table
Table meta data.
TableMetaData(Collection<ColumnMetaData>, Collection<String>) - Constructor for class org.apache.shardingsphere.core.metadata.table.TableMetaData
 
TableMetas - Class in org.apache.shardingsphere.core.metadata.table
Table metas.
TableMetas(Map<String, TableMetaData>) - Constructor for class org.apache.shardingsphere.core.metadata.table.TableMetas
 
TableRule - Class in org.apache.shardingsphere.core.rule
Table rule.
TableRule(String, String) - Constructor for class org.apache.shardingsphere.core.rule.TableRule
 
TableRule(Collection<String>, String) - Constructor for class org.apache.shardingsphere.core.rule.TableRule
 
TableRule(TableRuleConfiguration, ShardingDataSourceNames, String) - Constructor for class org.apache.shardingsphere.core.rule.TableRule
 
TableRuleConfigurationYamlSwapper - Class in org.apache.shardingsphere.core.yaml.swapper.impl
Table rule configuration YAML swapper.
TableRuleConfigurationYamlSwapper() - Constructor for class org.apache.shardingsphere.core.yaml.swapper.impl.TableRuleConfigurationYamlSwapper
 
tableRuleExists(Collection<String>) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge if there is at least one table rule for logic tables.
TimeService - Class in org.apache.shardingsphere.core.strategy.keygen
Time service.
TimeService() - Constructor for class org.apache.shardingsphere.core.strategy.keygen.TimeService
 
toString() - Method in class org.apache.shardingsphere.core.strategy.route.value.ListRouteValue
 

U

unmarshal(File, Class<T>) - Static method in class org.apache.shardingsphere.core.yaml.engine.YamlEngine
Unmarshal YAML.
unmarshal(byte[], Class<T>) - Static method in class org.apache.shardingsphere.core.yaml.engine.YamlEngine
Unmarshal YAML.
unmarshal(String, Class<T>) - Static method in class org.apache.shardingsphere.core.yaml.engine.YamlEngine
Unmarshal YAML.
unmarshal(String, Collection<Class<?>>) - Static method in class org.apache.shardingsphere.core.yaml.engine.YamlEngine
Unmarshal YAML.
unmarshalProperties(String) - Static method in class org.apache.shardingsphere.core.yaml.engine.YamlEngine
Unmarshal properties YAML.
UnrecognizedDatabaseURLException - Exception in org.apache.shardingsphere.core.metadata.datasource.exception
Unrecognized database URL exception.
UnrecognizedDatabaseURLException(String, String) - Constructor for exception org.apache.shardingsphere.core.metadata.datasource.exception.UnrecognizedDatabaseURLException
 
UUIDShardingKeyGenerator - Class in org.apache.shardingsphere.core.strategy.keygen
UUID key generator.
UUIDShardingKeyGenerator() - Constructor for class org.apache.shardingsphere.core.strategy.keygen.UUIDShardingKeyGenerator
 

V

valueOf(String) - Static method in enum org.apache.shardingsphere.core.constant.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.core.constant.properties.ShardingPropertiesConstant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.core.constant.ShardingOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.core.constant.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.core.constant.properties.ShardingPropertiesConstant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.core.constant.ShardingOperator
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YamlAuthenticationConfiguration - Class in org.apache.shardingsphere.core.yaml.config.common
Authentication configuration for YAML.
YamlAuthenticationConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.common.YamlAuthenticationConfiguration
 
YamlBaseShardingStrategyConfiguration - Interface in org.apache.shardingsphere.core.yaml.config.sharding.strategy
Sharding base strategy configuration for YAML.
YamlComplexShardingStrategyConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding.strategy
Complex sharding strategy configuration for YAML.
YamlComplexShardingStrategyConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlComplexShardingStrategyConfiguration
 
YamlConfiguration - Interface in org.apache.shardingsphere.core.yaml.config
YAML configuration.
YamlEncryptColumnRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.encrypt
Encrypt column rule configuration.
YamlEncryptColumnRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptColumnRuleConfiguration
 
YamlEncryptorRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.encrypt
Encryptor configuration.
YamlEncryptorRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptorRuleConfiguration
 
YamlEncryptRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.encrypt
Encrypt rule configuration.
YamlEncryptRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptRuleConfiguration
 
YamlEncryptTableRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.encrypt
Encrypt table rule configuration.
YamlEncryptTableRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptTableRuleConfiguration
 
YamlEngine - Class in org.apache.shardingsphere.core.yaml.engine
YAML engine.
YamlEngine() - Constructor for class org.apache.shardingsphere.core.yaml.engine.YamlEngine
 
YamlHintShardingStrategyConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding.strategy
Hint sharding strategy configuration for YAML.
YamlHintShardingStrategyConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlHintShardingStrategyConfiguration
 
YamlInlineShardingStrategyConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding.strategy
Inline sharding strategy configuration for YAML.
YamlInlineShardingStrategyConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlInlineShardingStrategyConfiguration
 
YamlKeyGeneratorConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding
Key generator configuration for YAML.
YamlKeyGeneratorConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.YamlKeyGeneratorConfiguration
 
YamlMasterSlaveRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.masterslave
Master-slave rule configuration for YAML.
YamlMasterSlaveRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.masterslave.YamlMasterSlaveRuleConfiguration
 
YamlNoneShardingStrategyConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding.strategy
None sharding strategy configuration for YAML.
YamlNoneShardingStrategyConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlNoneShardingStrategyConfiguration
 
YamlProxyUserConfiguration - Class in org.apache.shardingsphere.core.yaml.config.common
Proxy user for YAML.
YamlProxyUserConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.common.YamlProxyUserConfiguration
 
YamlRootEncryptRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.encrypt
Root encrypt rule configuration for YAML.
YamlRootEncryptRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.encrypt.YamlRootEncryptRuleConfiguration
 
YamlRootMasterSlaveConfiguration - Class in org.apache.shardingsphere.core.yaml.config.masterslave
Root master-slave configuration for YAML.
YamlRootMasterSlaveConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.masterslave.YamlRootMasterSlaveConfiguration
 
YamlRootRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.common
Root rule configuration for YAML.
YamlRootRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.common.YamlRootRuleConfiguration
 
YamlRootShardingConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding
Root sharding configuration for YAML.
YamlRootShardingConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.YamlRootShardingConfiguration
 
YamlShardingRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding
Sharding rule configuration for YAML.
YamlShardingRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.YamlShardingRuleConfiguration
 
YamlShardingStrategyConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding
Sharding strategy configuration for YAML.
YamlShardingStrategyConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.YamlShardingStrategyConfiguration
 
YamlStandardShardingStrategyConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding.strategy
Standard strategy configuration for YAML.
YamlStandardShardingStrategyConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlStandardShardingStrategyConfiguration
 
YamlSwapper<Y extends YamlConfiguration,T> - Interface in org.apache.shardingsphere.core.yaml.swapper
YAML configuration swapper.
YamlTableRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.sharding
Table rule configuration for YAML.
YamlTableRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.sharding.YamlTableRuleConfiguration
 
A B C D E F G H I K L M N O P R S T U V Y 
Skip navigation links

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