| Package | Description |
|---|---|
| org.apache.shardingsphere.sharding.converter | |
| org.apache.shardingsphere.sharding.yaml.swapper |
| Modifier and Type | Method and Description |
|---|---|
static YamlShardingRuleConfiguration |
ShardingRuleStatementConverter.convert(org.apache.shardingsphere.distsql.parser.statement.rdl.alter.impl.AlterShardingBindingTableRulesStatement sqlStatement)
Convert alter sharding binding table rule statement context to YAML sharding rule configuration.
|
static YamlShardingRuleConfiguration |
ShardingRuleStatementConverter.convert(org.apache.shardingsphere.distsql.parser.statement.rdl.alter.impl.AlterShardingTableRuleStatement sqlStatement)
Convert alter sharding table rule statement context to YAML sharding rule configuration.
|
static YamlShardingRuleConfiguration |
ShardingRuleStatementConverter.convert(org.apache.shardingsphere.distsql.parser.statement.rdl.create.impl.CreateShardingBindingTableRulesStatement sqlStatement)
Convert create sharding binding table rule statement context to YAML sharding rule configuration.
|
static YamlShardingRuleConfiguration |
ShardingRuleStatementConverter.convert(org.apache.shardingsphere.distsql.parser.statement.rdl.create.impl.CreateShardingTableRuleStatement sqlStatement)
Convert create sharding table rule statement context to YAML sharding rule configuration.
|
| Modifier and Type | Method and Description |
|---|---|
YamlShardingRuleConfiguration |
ShardingRuleAlgorithmProviderConfigurationYamlSwapper.swapToYamlConfiguration(AlgorithmProvidedShardingRuleConfiguration data) |
YamlShardingRuleConfiguration |
ShardingRuleConfigurationYamlSwapper.swapToYamlConfiguration(ShardingRuleConfiguration data) |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmProvidedShardingRuleConfiguration |
ShardingRuleAlgorithmProviderConfigurationYamlSwapper.swapToObject(YamlShardingRuleConfiguration yamlConfig) |
ShardingRuleConfiguration |
ShardingRuleConfigurationYamlSwapper.swapToObject(YamlShardingRuleConfiguration yamlConfig) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.