| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalRuleConfiguration
Global rule configuration.
|
interface |
SchemaRuleConfiguration
Schema rule configuration.
|
| 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 |
DefaultKernelRuleConfigurationBuilder<T extends RuleConfiguration,B extends RuleBuilder>
Kernel rule builder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalRuleBuilder<T extends RuleConfiguration>
Global rule builder.
|
interface |
SchemaRuleBuilder<T extends RuleConfiguration>
Schema rule builder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleConfigurationChecker<T extends RuleConfiguration>
Rule configuration checker.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleConfigurationChecker |
RuleConfigurationCheckerFactory.newInstance(RuleConfiguration config)
Create new instance of rule configuration checker.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RuleConfiguration> |
YamlRuleConfiguration.getRuleConfigurationType()
Get rule configuration type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
YamlRuleConfigurationSwapper<Y extends YamlRuleConfiguration,T extends RuleConfiguration>
YAML rule configuration swapper.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleConfiguration> |
YamlRuleConfigurationSwapperEngine.swapToRuleConfigurations(Collection<YamlRuleConfiguration> yamlRuleConfigs)
Swap from YAML rule configurations to rule configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<YamlRuleConfiguration> |
YamlRuleConfigurationSwapperEngine.swapToYamlRuleConfigurations(Collection<RuleConfiguration> ruleConfigs)
Swap to YAML rule configurations.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.