| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceNameAware.setRule(ShardingSphereRule rule)
Set rule.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ShardingSphereRule> |
ShardingSphereRulesBuilder.buildGlobalRules(Collection<RuleConfiguration> globalRuleConfigurations,
Map<String,ShardingSphereMetaData> mataDataMap)
Build global rules.
|
static Collection<ShardingSphereRule> |
ShardingSphereRulesBuilder.buildSchemaRules(String schemaName,
Collection<RuleConfiguration> schemaRuleConfigurations,
DatabaseType databaseType,
Map<String,DataSource> dataSourceMap)
Build schema rules.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeatureRule
Feature rule which for level-2 of pluggable platform.
|
interface |
KernelRule
Kernel rule which for level-1 of pluggable platform..
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalRule
Global rule.
|
interface |
SchemaRule
Schema rule.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataNodeContainedRule
ShardingSphere rule contains data node.
|
interface |
DataSourceContainedRule
ShardingSphere rule contains data source.
|
interface |
StatusContainedRule
ShardingSphere rule contains status.
|
interface |
TableContainedRule
ShardingSphere rule contains table.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.