| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.config.datasource | |
| org.apache.shardingsphere.infra.yaml.swapper |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceConfiguration |
DataSourceConfiguration.getDataSourceConfiguration(DataSource dataSource)
Get data source configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DataSourceConfiguration> |
DataSourceConverter.getDataSourceConfigurationMap(Map<String,DataSource> dataSourceMap)
Get data source configuration map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataSourceValidator.validate(DataSourceConfiguration dataSourceConfiguration)
Validate.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DataSource> |
DataSourceConverter.getDataSourceMap(Map<String,DataSourceConfiguration> dataSourceConfigMap)
Get data source map.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfiguration |
YamlDataSourceConfigurationSwapper.swapToDataSourceConfiguration(Map<String,Object> yamlConfig)
Swap to data source configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
YamlDataSourceConfigurationSwapper.swapToMap(DataSourceConfiguration dataSourceConfig)
Swap to map from data source configuration.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.