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

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
 
AggregationType - Enum in org.apache.shardingsphere.core.constant
Aggregation function enum.
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.
BetweenRouteValue<T extends Comparable<?>> - Class in org.apache.shardingsphere.core.strategy.route.value
Route value for between.
BetweenRouteValue() - Constructor for class org.apache.shardingsphere.core.strategy.route.value.BetweenRouteValue
 
BindingTableRule - Class in org.apache.shardingsphere.core.rule
Binding table rule.
BindingTableRule() - Constructor for class org.apache.shardingsphere.core.rule.BindingTableRule
 

C

ColumnMetaData - Class in org.apache.shardingsphere.core.metadata.table
Column metadata.
ColumnMetaData() - Constructor for class org.apache.shardingsphere.core.metadata.table.ColumnMetaData
 
ColumnNode - Class in org.apache.shardingsphere.core.rule
Column unit node.
ColumnNode(String) - Constructor for class org.apache.shardingsphere.core.rule.ColumnNode
Constructs a column node with well-formatted string.
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
 
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.
contains(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Judge contains table in sharding rule.
containsColumn(String, String) - Method in class org.apache.shardingsphere.core.metadata.table.ShardingTableMetaData
Judge contains column from table meta data or not.
containsTable(String) - Method in class org.apache.shardingsphere.core.metadata.table.ShardingTableMetaData
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
 
DatabaseType - Enum in org.apache.shardingsphere.core.constant
Supported database.
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
 
DataSourceMetaData - Interface in org.apache.shardingsphere.core.metadata.datasource
Data source meta data.
DataSourceMetaDataFactory - Class in org.apache.shardingsphere.core.metadata.datasource
Data source meta data builder.
DataSourceMetaDataFactory() - Constructor for class org.apache.shardingsphere.core.metadata.datasource.DataSourceMetaDataFactory
 
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
 
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(EncryptRuleConfiguration) - Constructor for class org.apache.shardingsphere.core.rule.EncryptRule
 
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
 
EPOCH - Static variable in class org.apache.shardingsphere.core.strategy.keygen.SnowflakeShardingKeyGenerator
 
equals(Object) - Method in class org.apache.shardingsphere.core.rule.ColumnNode
 
equals(Object) - Method in class org.apache.shardingsphere.core.rule.DataNode
 
evaluateClosure() - Method in class org.apache.shardingsphere.core.util.InlineExpressionParser
Evaluate closure.

F

findActualDefaultDataSourceName() - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Find actual default data source name.
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.
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.
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.ShardingTableMetaData
Get table meta data by table name.
getActualDataSourceMetaData(String) - Method in class org.apache.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData
Get data source meta data.
getActualDataSourceName(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get actual data source name.
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.ShardingTableMetaData
Get all column names via table.
getAllInstanceDataSourceNames() - Method in class org.apache.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData
Get all instance data source names.
getAssistedQueryColumn(String, String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorEngine
Get assisted query column.
getAssistedQueryColumn(String, String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorStrategy
Get assisted query column.
getAssistedQueryColumnCount(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorEngine
Get assisted query column count.
getAssistedQueryColumnCount(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorStrategy
Get assisted query column count.
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.
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.
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.
getDefaultDataSourceName() - Method in class org.apache.shardingsphere.core.rule.ShardingDataSourceNames
Get default data source name.
getEncryptTableNames() - Method in class org.apache.shardingsphere.core.rule.EncryptRule
Get encrypt table names.
getEncryptTableNames() - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorEngine
Get encrypt table names.
getEncryptTableNames() - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorStrategy
Get encrypt table names.
getExactlyNumber(String, int) - Static method in class org.apache.shardingsphere.core.util.NumberUtil
Get exactly number value and type.
getHostName() - Method in interface org.apache.shardingsphere.core.metadata.datasource.DataSourceMetaData
Get host name.
getLogicTableName(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get logic table name base on logic index name.
getLogicTableNames(String) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Get logic table names base on actual table name.
getPort() - Method in interface org.apache.shardingsphere.core.metadata.datasource.DataSourceMetaData
Get port.
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.
getSchemaName() - Method in interface org.apache.shardingsphere.core.metadata.datasource.DataSourceMetaData
Get schema name.
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
 
getShardingEncryptor(String, String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorEngine
Get sharding encryptor.
getShardingEncryptor(String, String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorStrategy
Get sharding encryptor.
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.
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

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.util.InlineExpressionParser
Replace all inline expression placeholders.
hashCode() - Method in class org.apache.shardingsphere.core.rule.ColumnNode
 
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.util
Inline expression parser.
InlineExpressionParser() - Constructor for class org.apache.shardingsphere.core.util.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.
isHasShardingQueryAssistedEncryptor(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorEngine
Is has sharding query assisted encryptor or not.
isHasShardingQueryAssistedEncryptor(String) - Method in class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorStrategy
Is has sharding query assisted encryptor or not.
isInSameDatabaseInstance(DataSourceMetaData) - Method in interface org.apache.shardingsphere.core.metadata.datasource.DataSourceMetaData
Judge whether two of data sources are in the same database instance.
isInSameDatabaseInstance(DataSourceMetaData) - Method in class org.apache.shardingsphere.core.metadata.datasource.dialect.H2DataSourceMetaData
 
isInSameDatabaseInstance(DataSourceMetaData) - Method in class org.apache.shardingsphere.core.metadata.datasource.dialect.MySQLDataSourceMetaData
 
isInSameDatabaseInstance(DataSourceMetaData) - Method in class org.apache.shardingsphere.core.metadata.datasource.dialect.OracleDataSourceMetaData
 
isInSameDatabaseInstance(DataSourceMetaData) - Method in class org.apache.shardingsphere.core.metadata.datasource.dialect.PostgreSQLDataSourceMetaData
 
isInSameDatabaseInstance(DataSourceMetaData) - Method in class org.apache.shardingsphere.core.metadata.datasource.dialect.SQLServerDataSourceMetaData
 
isIntValue(String) - Static method in class org.apache.shardingsphere.core.util.StringUtil
Judge is int value or not.
isLongValue(String) - Static method in class org.apache.shardingsphere.core.util.StringUtil
Judge is long value or not.
isRoutingByHint(TableRule) - Method in class org.apache.shardingsphere.core.rule.ShardingRule
Is routing by hint.
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
 
LOGIC_SCHEMA_NAME - Static variable in class org.apache.shardingsphere.core.constant.ShardingConstant
Logic database schema name.

M

marshal(Object) - Static method in class org.apache.shardingsphere.core.yaml.engine.YamlEngine
Marshal YAML.
MasterSlaveLoadBalanceAlgorithmServiceLoader - Class in org.apache.shardingsphere.core.spi.algorithm.masterslave
Master-slave database load-balance algorithm service loader.
MasterSlaveLoadBalanceAlgorithmServiceLoader() - Constructor for class org.apache.shardingsphere.core.spi.algorithm.masterslave.MasterSlaveLoadBalanceAlgorithmServiceLoader
 
MasterSlaveRule - Class in org.apache.shardingsphere.core.rule
Databases and tables master-slave rule.
MasterSlaveRule(String, String, Collection<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
 
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(DatabaseType, String) - Static method in class org.apache.shardingsphere.core.metadata.datasource.DataSourceMetaDataFactory
Create new instance of data source meta data.
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.
NewInstanceServiceLoader - Class in org.apache.shardingsphere.core.spi
SPI service loader for new instance for every call.
NewInstanceServiceLoader() - Constructor for class org.apache.shardingsphere.core.spi.NewInstanceServiceLoader
 
newService(String, Properties) - Method in class org.apache.shardingsphere.core.spi.algorithm.TypeBasedSPIServiceLoader
Create new instance for type based SPI.
newService() - Method in class org.apache.shardingsphere.core.spi.algorithm.TypeBasedSPIServiceLoader
Create new service by default SPI type.
newServiceInstances(Class<T>) - Static method in class org.apache.shardingsphere.core.spi.NewInstanceServiceLoader
New service instances.
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
 
NumberUtil - Class in org.apache.shardingsphere.core.util
Number utility class.
NumberUtil() - Constructor for class org.apache.shardingsphere.core.util.NumberUtil
 

O

OracleDataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource.dialect
Data source meta data for Oracle.
OracleDataSourceMetaData(String) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.dialect.OracleDataSourceMetaData
 
OrderDirection - Enum in org.apache.shardingsphere.core.constant
Order direction.
org.apache.shardingsphere.core.config - package org.apache.shardingsphere.core.config
 
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.exception - package org.apache.shardingsphere.core.exception
 
org.apache.shardingsphere.core.metadata - package org.apache.shardingsphere.core.metadata
 
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.table - package org.apache.shardingsphere.core.metadata.table
 
org.apache.shardingsphere.core.rule - package org.apache.shardingsphere.core.rule
 
org.apache.shardingsphere.core.spi - package org.apache.shardingsphere.core.spi
 
org.apache.shardingsphere.core.spi.algorithm - package org.apache.shardingsphere.core.spi.algorithm
 
org.apache.shardingsphere.core.spi.algorithm.encrypt - package org.apache.shardingsphere.core.spi.algorithm.encrypt
 
org.apache.shardingsphere.core.spi.algorithm.keygen - package org.apache.shardingsphere.core.spi.algorithm.keygen
 
org.apache.shardingsphere.core.spi.algorithm.masterslave - package org.apache.shardingsphere.core.spi.algorithm.masterslave
 
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
 

P

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
 
put(String, TableMetaData) - Method in class org.apache.shardingsphere.core.metadata.table.ShardingTableMetaData
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
 
register(Class<T>) - Static method in class org.apache.shardingsphere.core.spi.NewInstanceServiceLoader
Register SPI service into map for new instance.
remove(String) - Method in class org.apache.shardingsphere.core.metadata.table.ShardingTableMetaData
Remove table meta data.
representJavaBeanProperty(Object, Property, Object, Tag) - Method in class org.apache.shardingsphere.core.yaml.engine.DefaultYamlRepresenter
 
roundHalfUp(Object) - Static method in class org.apache.shardingsphere.core.util.NumberUtil
Round half up.
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

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.exception
Sharding rule exception.
ShardingConfigurationException(String, Object...) - Constructor for exception org.apache.shardingsphere.core.exception.ShardingConfigurationException
Constructs an exception with formatted error message and arguments.
ShardingConfigurationException(Exception) - Constructor for exception org.apache.shardingsphere.core.exception.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
 
ShardingDataSourceMetaData - Class in org.apache.shardingsphere.core.metadata.datasource
Sharding data source meta data.
ShardingDataSourceMetaData(Map<String, String>, ShardingRule, DatabaseType) - Constructor for class org.apache.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData
 
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
 
ShardingEncryptorEngine - Class in org.apache.shardingsphere.core.strategy.encrypt
Sharding encryptor engine.
ShardingEncryptorEngine(EncryptRuleConfiguration) - Constructor for class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorEngine
 
ShardingEncryptorServiceLoader - Class in org.apache.shardingsphere.core.spi.algorithm.encrypt
Sharding encryptor service loader.
ShardingEncryptorServiceLoader() - Constructor for class org.apache.shardingsphere.core.spi.algorithm.encrypt.ShardingEncryptorServiceLoader
 
ShardingEncryptorStrategy - Class in org.apache.shardingsphere.core.strategy.encrypt
Sharding encryptor strategy.
ShardingEncryptorStrategy(EncryptorRuleConfiguration) - Constructor for class org.apache.shardingsphere.core.strategy.encrypt.ShardingEncryptorStrategy
 
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.
ShardingKeyGeneratorServiceLoader - Class in org.apache.shardingsphere.core.spi.algorithm.keygen
Key generator service loader.
ShardingKeyGeneratorServiceLoader() - Constructor for class org.apache.shardingsphere.core.spi.algorithm.keygen.ShardingKeyGeneratorServiceLoader
 
ShardingMetaData - Class in org.apache.shardingsphere.core.metadata
Sharding meta data.
ShardingMetaData() - Constructor for class org.apache.shardingsphere.core.metadata.ShardingMetaData
 
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
 
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
 
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
 
ShardingTableMetaData - Class in org.apache.shardingsphere.core.metadata.table
Sharding table meta data.
ShardingTableMetaData() - Constructor for class org.apache.shardingsphere.core.metadata.table.ShardingTableMetaData
 
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.util.InlineExpressionParser
Split and evaluate inline expression.
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
 
SQLType - Enum in org.apache.shardingsphere.core.constant
SQL Type.
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(YamlAuthentication) - Method in class org.apache.shardingsphere.core.yaml.swapper.impl.AuthenticationYamlSwapper
 
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(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(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 metadata.
TableMetaData(Collection<ColumnMetaData>) - Constructor for class org.apache.shardingsphere.core.metadata.table.TableMetaData
 
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
 
TimeService - Class in org.apache.shardingsphere.core.strategy.keygen
Time service.
TimeService() - Constructor for class org.apache.shardingsphere.core.strategy.keygen.TimeService
 
TypeBasedSPIServiceLoader<T extends TypeBasedSPI> - Class in org.apache.shardingsphere.core.spi.algorithm
Type based SPI service loader.
TypeBasedSPIServiceLoader() - Constructor for class org.apache.shardingsphere.core.spi.algorithm.TypeBasedSPIServiceLoader
 

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) - 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.
UUIDShardingKeyGenerator - Class in org.apache.shardingsphere.core.strategy.keygen
UUID key generator.
UUIDShardingKeyGenerator() - Constructor for class org.apache.shardingsphere.core.strategy.keygen.UUIDShardingKeyGenerator
 

V

valueFrom(String) - Static method in enum org.apache.shardingsphere.core.constant.DatabaseType
Get database type enum via database name string.
valueOf(String) - Static method in enum org.apache.shardingsphere.core.constant.AggregationType
Returns the enum constant of this type with the specified name.
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.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.core.constant.OrderDirection
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.
valueOf(String) - Static method in enum org.apache.shardingsphere.core.constant.SQLType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.core.constant.AggregationType
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.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.DatabaseType
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.OrderDirection
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.
values() - Static method in enum org.apache.shardingsphere.core.constant.SQLType
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YamlAuthentication - Class in org.apache.shardingsphere.core.yaml.config.common
Authentication for YAML.
YamlAuthentication() - Constructor for class org.apache.shardingsphere.core.yaml.config.common.YamlAuthentication
 
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.
YamlEncryptorRuleConfiguration - Class in org.apache.shardingsphere.core.yaml.config.encrypt
Yaml 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 for YAML.
YamlEncryptRuleConfiguration() - Constructor for class org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptRuleConfiguration
 
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
 
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 © 2019 The Apache Software Foundation. All rights reserved.