Class Hierarchy
- java.lang.Object
- org.apache.shardingsphere.core.strategy.encrypt.impl.AESShardingEncryptor (implements org.apache.shardingsphere.spi.encrypt.ShardingEncryptor)
- org.apache.shardingsphere.core.rule.Authentication
- org.apache.shardingsphere.core.yaml.swapper.impl.AuthenticationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.yaml.snakeyaml.constructor.BaseConstructor
- org.yaml.snakeyaml.constructor.SafeConstructor
- org.yaml.snakeyaml.constructor.Constructor
- org.yaml.snakeyaml.representer.BaseRepresenter
- org.yaml.snakeyaml.representer.Representer
- org.apache.shardingsphere.core.rule.BindingTableRule
- org.apache.shardingsphere.core.metadata.column.ColumnMetaData
- org.apache.shardingsphere.core.strategy.route.complex.ComplexShardingStrategy (implements org.apache.shardingsphere.core.strategy.route.ShardingStrategy)
- org.apache.shardingsphere.core.config.log.ConfigurationLogger
- org.apache.shardingsphere.core.config.DatabaseAccessConfiguration
- org.apache.shardingsphere.core.database.DatabaseTypes
- org.apache.shardingsphere.core.rule.DataNode
- org.apache.shardingsphere.core.config.DataSourceConfiguration
- org.apache.shardingsphere.core.metadata.datasource.DataSourceMetas
- org.apache.shardingsphere.core.strategy.encrypt.EncryptColumn
- org.apache.shardingsphere.core.yaml.swapper.impl.EncryptColumnRuleConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.yaml.swapper.impl.EncryptorRuleConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.rule.EncryptRule (implements org.apache.shardingsphere.core.rule.BaseRule)
- org.apache.shardingsphere.core.yaml.swapper.impl.EncryptRuleConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.strategy.encrypt.EncryptTable
- org.apache.shardingsphere.core.yaml.swapper.impl.EncryptTableRuleConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.spi.database.H2DatabaseType (implements org.apache.shardingsphere.spi.database.BranchDatabaseType)
- org.apache.shardingsphere.core.metadata.datasource.dialect.H2DataSourceMetaData (implements org.apache.shardingsphere.spi.database.MemorizedDataSourceMetaData)
- org.apache.shardingsphere.core.strategy.route.hint.HintShardingStrategy (implements org.apache.shardingsphere.core.strategy.route.ShardingStrategy)
- org.apache.shardingsphere.core.config.inline.InlineExpressionParser
- org.apache.shardingsphere.core.strategy.route.inline.InlineShardingStrategy (implements org.apache.shardingsphere.core.strategy.route.ShardingStrategy)
- org.apache.shardingsphere.core.yaml.swapper.impl.KeyGeneratorConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.strategy.route.value.ListRouteValue<T> (implements org.apache.shardingsphere.core.strategy.route.value.RouteValue)
- org.apache.shardingsphere.spi.database.MariaDBDatabaseType (implements org.apache.shardingsphere.spi.database.BranchDatabaseType)
- org.apache.shardingsphere.core.metadata.datasource.dialect.MariaDBDataSourceMetaData (implements org.apache.shardingsphere.spi.database.DataSourceMetaData)
- org.apache.shardingsphere.core.rule.MasterSlaveRule (implements org.apache.shardingsphere.core.rule.BaseRule)
- org.apache.shardingsphere.core.yaml.swapper.impl.MasterSlaveRuleConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.strategy.encrypt.impl.MD5ShardingEncryptor (implements org.apache.shardingsphere.spi.encrypt.ShardingEncryptor)
- org.apache.shardingsphere.spi.database.MySQLDatabaseType (implements org.apache.shardingsphere.spi.database.DatabaseType)
- org.apache.shardingsphere.core.metadata.datasource.dialect.MySQLDataSourceMetaData (implements org.apache.shardingsphere.spi.database.DataSourceMetaData)
- org.apache.shardingsphere.core.strategy.route.none.NoneShardingStrategy (implements org.apache.shardingsphere.core.strategy.route.ShardingStrategy)
- org.apache.shardingsphere.spi.database.OracleDatabaseType (implements org.apache.shardingsphere.spi.database.DatabaseType)
- org.apache.shardingsphere.core.metadata.datasource.dialect.OracleDataSourceMetaData (implements org.apache.shardingsphere.spi.database.DataSourceMetaData)
- org.apache.shardingsphere.spi.database.PostgreSQLDatabaseType (implements org.apache.shardingsphere.spi.database.DatabaseType)
- org.apache.shardingsphere.core.metadata.datasource.dialect.PostgreSQLDataSourceMetaData (implements org.apache.shardingsphere.spi.database.DataSourceMetaData)
- org.apache.shardingsphere.core.rule.ProxyUser
- org.apache.shardingsphere.core.yaml.swapper.impl.ProxyUserYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.strategy.masterslave.RandomMasterSlaveLoadBalanceAlgorithm (implements org.apache.shardingsphere.spi.masterslave.MasterSlaveLoadBalanceAlgorithm)
- org.apache.shardingsphere.core.strategy.route.value.RangeRouteValue<T> (implements org.apache.shardingsphere.core.strategy.route.value.RouteValue)
- org.apache.shardingsphere.core.strategy.masterslave.RoundRobinMasterSlaveLoadBalanceAlgorithm (implements org.apache.shardingsphere.spi.masterslave.MasterSlaveLoadBalanceAlgorithm)
- org.apache.shardingsphere.core.strategy.route.ShardingAlgorithmFactory
- org.apache.shardingsphere.core.constant.ShardingConstant
- org.apache.shardingsphere.core.rule.ShardingDataSourceNames
- org.apache.shardingsphere.core.constant.properties.ShardingProperties
- org.apache.shardingsphere.core.rule.ShardingRule (implements org.apache.shardingsphere.core.rule.BaseRule)
- org.apache.shardingsphere.core.yaml.swapper.impl.ShardingRuleConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.metadata.ShardingSphereMetaData
- org.apache.shardingsphere.core.yaml.swapper.impl.ShardingStrategyConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- org.apache.shardingsphere.core.strategy.route.ShardingStrategyFactory
- org.apache.shardingsphere.core.strategy.keygen.SnowflakeShardingKeyGenerator (implements org.apache.shardingsphere.spi.keygen.ShardingKeyGenerator)
- org.apache.shardingsphere.spi.database.SQL92DatabaseType (implements org.apache.shardingsphere.spi.database.DatabaseType)
- org.apache.shardingsphere.core.metadata.datasource.dialect.SQL92DataSourceMetaData (implements org.apache.shardingsphere.spi.database.DataSourceMetaData)
- org.apache.shardingsphere.spi.database.SQLServerDatabaseType (implements org.apache.shardingsphere.spi.database.DatabaseType)
- org.apache.shardingsphere.core.metadata.datasource.dialect.SQLServerDataSourceMetaData (implements org.apache.shardingsphere.spi.database.DataSourceMetaData)
- org.apache.shardingsphere.core.strategy.route.standard.StandardShardingStrategy (implements org.apache.shardingsphere.core.strategy.route.ShardingStrategy)
- org.apache.shardingsphere.core.util.StringUtil
- org.apache.shardingsphere.core.metadata.table.TableMetaData
- org.apache.shardingsphere.core.metadata.table.TableMetas
- org.apache.shardingsphere.core.rule.TableRule
- org.apache.shardingsphere.core.yaml.swapper.impl.TableRuleConfigurationYamlSwapper (implements org.apache.shardingsphere.core.yaml.swapper.YamlSwapper<Y,T>)
- java.lang.Throwable (implements java.io.Serializable)
- org.apache.shardingsphere.core.strategy.keygen.TimeService
- org.apache.shardingsphere.spi.TypeBasedSPIServiceLoader<T>
- org.apache.shardingsphere.core.strategy.keygen.UUIDShardingKeyGenerator (implements org.apache.shardingsphere.spi.keygen.ShardingKeyGenerator)
- org.apache.shardingsphere.core.yaml.config.common.YamlAuthenticationConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlComplexShardingStrategyConfiguration (implements org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlBaseShardingStrategyConfiguration)
- org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptColumnRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptorRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.encrypt.YamlEncryptTableRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.engine.YamlEngine
- org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlHintShardingStrategyConfiguration (implements org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlBaseShardingStrategyConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlInlineShardingStrategyConfiguration (implements org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlBaseShardingStrategyConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.YamlKeyGeneratorConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.masterslave.YamlMasterSlaveRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlNoneShardingStrategyConfiguration (implements org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlBaseShardingStrategyConfiguration)
- org.apache.shardingsphere.core.yaml.config.common.YamlProxyUserConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.encrypt.YamlRootEncryptRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.common.YamlRootRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.YamlShardingRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.YamlShardingStrategyConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlStandardShardingStrategyConfiguration (implements org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlBaseShardingStrategyConfiguration)
- org.apache.shardingsphere.core.yaml.config.sharding.YamlTableRuleConfiguration (implements org.apache.shardingsphere.core.yaml.config.YamlConfiguration)
Interface Hierarchy
Enum Hierarchy
Copyright © 2020 The Apache Software Foundation. All rights reserved.