| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.yaml.swapper |
| 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<YamlRuleConfiguration> |
YamlRuleConfigurationSwapperEngine.swapToYamlRuleConfigurations(Collection<RuleConfiguration> ruleConfigs)
Swap to YAML rule configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleConfiguration> |
YamlRuleConfigurationSwapperEngine.swapToRuleConfigurations(Collection<YamlRuleConfiguration> yamlRuleConfigs)
Swap from YAML rule configurations to rule configurations.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.