JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.apache.shardingsphere.core.config
,
org.apache.shardingsphere.core.constant
,
org.apache.shardingsphere.core.constant.properties
,
org.apache.shardingsphere.core.exception
,
org.apache.shardingsphere.core.metadata
,
org.apache.shardingsphere.core.metadata.datasource
,
org.apache.shardingsphere.core.metadata.datasource.dialect
,
org.apache.shardingsphere.core.metadata.table
,
org.apache.shardingsphere.core.rule
,
org.apache.shardingsphere.core.spi
,
org.apache.shardingsphere.core.spi.algorithm
,
org.apache.shardingsphere.core.spi.algorithm.encrypt
,
org.apache.shardingsphere.core.spi.algorithm.keygen
,
org.apache.shardingsphere.core.spi.algorithm.masterslave
,
org.apache.shardingsphere.core.strategy.encrypt
,
org.apache.shardingsphere.core.strategy.encrypt.impl
,
org.apache.shardingsphere.core.strategy.keygen
,
org.apache.shardingsphere.core.strategy.masterslave
,
org.apache.shardingsphere.core.strategy.route
,
org.apache.shardingsphere.core.strategy.route.complex
,
org.apache.shardingsphere.core.strategy.route.hint
,
org.apache.shardingsphere.core.strategy.route.inline
,
org.apache.shardingsphere.core.strategy.route.none
,
org.apache.shardingsphere.core.strategy.route.standard
,
org.apache.shardingsphere.core.strategy.route.value
,
org.apache.shardingsphere.core.util
,
org.apache.shardingsphere.core.yaml.config
,
org.apache.shardingsphere.core.yaml.config.common
,
org.apache.shardingsphere.core.yaml.config.encrypt
,
org.apache.shardingsphere.core.yaml.config.masterslave
,
org.apache.shardingsphere.core.yaml.config.sharding
,
org.apache.shardingsphere.core.yaml.config.sharding.strategy
,
org.apache.shardingsphere.core.yaml.engine
,
org.apache.shardingsphere.core.yaml.swapper
,
org.apache.shardingsphere.core.yaml.swapper.impl
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.representer.BaseRepresenter
org.yaml.snakeyaml.representer.Representer
org.apache.shardingsphere.core.yaml.engine.
DefaultYamlRepresenter
org.apache.shardingsphere.core.strategy.route.value.
BetweenRouteValue
<T> (implements org.apache.shardingsphere.core.strategy.route.value.
RouteValue
)
org.apache.shardingsphere.core.rule.
BindingTableRule
org.apache.shardingsphere.core.metadata.table.
ColumnMetaData
org.apache.shardingsphere.core.rule.
ColumnNode
org.apache.shardingsphere.core.strategy.route.complex.
ComplexShardingStrategy
(implements org.apache.shardingsphere.core.strategy.route.
ShardingStrategy
)
org.apache.shardingsphere.core.config.
DatabaseAccessConfiguration
org.apache.shardingsphere.core.rule.
DataNode
org.apache.shardingsphere.core.config.
DataSourceConfiguration
org.apache.shardingsphere.core.metadata.datasource.
DataSourceMetaDataFactory
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.metadata.datasource.dialect.
H2DataSourceMetaData
(implements org.apache.shardingsphere.core.metadata.datasource.
DataSourceMetaData
)
org.apache.shardingsphere.core.strategy.route.hint.
HintShardingStrategy
(implements org.apache.shardingsphere.core.strategy.route.
ShardingStrategy
)
org.apache.shardingsphere.core.util.
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.core.rule.
MasterSlaveRule
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.core.metadata.datasource.dialect.
MySQLDataSourceMetaData
(implements org.apache.shardingsphere.core.metadata.datasource.
DataSourceMetaData
)
org.apache.shardingsphere.core.spi.
NewInstanceServiceLoader
org.apache.shardingsphere.core.strategy.route.none.
NoneShardingStrategy
(implements org.apache.shardingsphere.core.strategy.route.
ShardingStrategy
)
org.apache.shardingsphere.core.util.
NumberUtil
org.apache.shardingsphere.core.metadata.datasource.dialect.
OracleDataSourceMetaData
(implements org.apache.shardingsphere.core.metadata.datasource.
DataSourceMetaData
)
org.apache.shardingsphere.core.metadata.datasource.dialect.
PostgreSQLDataSourceMetaData
(implements org.apache.shardingsphere.core.metadata.datasource.
DataSourceMetaData
)
org.apache.shardingsphere.core.strategy.masterslave.
RandomMasterSlaveLoadBalanceAlgorithm
(implements org.apache.shardingsphere.spi.masterslave.
MasterSlaveLoadBalanceAlgorithm
)
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.metadata.datasource.
ShardingDataSourceMetaData
org.apache.shardingsphere.core.rule.
ShardingDataSourceNames
org.apache.shardingsphere.core.strategy.encrypt.
ShardingEncryptorEngine
org.apache.shardingsphere.core.strategy.encrypt.
ShardingEncryptorStrategy
org.apache.shardingsphere.core.metadata.
ShardingMetaData
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.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.metadata.table.
ShardingTableMetaData
org.apache.shardingsphere.core.strategy.keygen.
SnowflakeShardingKeyGenerator
(implements org.apache.shardingsphere.spi.keygen.
ShardingKeyGenerator
)
org.apache.shardingsphere.core.metadata.datasource.dialect.
SQLServerDataSourceMetaData
(implements org.apache.shardingsphere.core.metadata.datasource.
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.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
)
java.lang.
Exception
java.lang.
RuntimeException
org.apache.shardingsphere.core.exception.
ShardingConfigurationException
org.apache.shardingsphere.core.exception.
ShardingException
org.apache.shardingsphere.core.strategy.keygen.
TimeService
org.apache.shardingsphere.core.spi.algorithm.
TypeBasedSPIServiceLoader
<T>
org.apache.shardingsphere.core.spi.algorithm.masterslave.
MasterSlaveLoadBalanceAlgorithmServiceLoader
org.apache.shardingsphere.core.spi.algorithm.encrypt.
ShardingEncryptorServiceLoader
org.apache.shardingsphere.core.spi.algorithm.keygen.
ShardingKeyGeneratorServiceLoader
org.apache.shardingsphere.core.strategy.keygen.
UUIDShardingKeyGenerator
(implements org.apache.shardingsphere.spi.keygen.
ShardingKeyGenerator
)
org.apache.shardingsphere.core.yaml.config.common.
YamlAuthentication
(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.
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.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.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.masterslave.
YamlRootMasterSlaveConfiguration
org.apache.shardingsphere.core.yaml.config.sharding.
YamlRootShardingConfiguration
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
org.apache.shardingsphere.core.rule.
BaseRule
org.apache.shardingsphere.core.metadata.datasource.
DataSourceMetaData
org.apache.shardingsphere.core.strategy.route.value.
RouteValue
org.apache.shardingsphere.core.strategy.route.
ShardingStrategy
org.apache.shardingsphere.core.yaml.config.
YamlConfiguration
org.apache.shardingsphere.core.yaml.config.sharding.strategy.
YamlBaseShardingStrategyConfiguration
org.apache.shardingsphere.core.yaml.swapper.
YamlSwapper
<Y,T>
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.apache.shardingsphere.core.constant.
AggregationType
org.apache.shardingsphere.core.constant.
ShardingOperator
org.apache.shardingsphere.core.constant.
DatabaseType
org.apache.shardingsphere.core.constant.
SQLType
org.apache.shardingsphere.core.constant.
OrderDirection
org.apache.shardingsphere.core.constant.
ConnectionMode
org.apache.shardingsphere.core.constant.properties.
ShardingPropertiesConstant
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019
The Apache Software Foundation
. All rights reserved.