| Modifier and Type | Method and Description |
|---|---|
static DataSource |
DataSourcePoolCreator.create(DataSourceProperties dataSourceProps)
Create data source.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DataSource> |
DataSourcePoolCreator.create(Map<String,DataSourceProperties> dataSourcePropsMap)
Create data sources.
|
| Modifier and Type | Method and Description |
|---|---|
static DataSourceProperties |
DataSourcePropertiesCreator.create(DataSource dataSource)
Create data source properties.
|
static DataSourceProperties |
DataSourcePropertiesCreator.create(String dataSourcePoolClassName,
DataSourceConfiguration dataSourceConfig)
Create data source properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourcePropertiesValidator.validate(Map<String,DataSourceProperties> dataSourcePropertiesMap)
Validate data source properties map.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceProperties |
YamlDataSourceConfigurationSwapper.swapToDataSourceProperties(Map<String,Object> yamlConfig)
Swap to data source properties.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataSourceProperties> |
YamlDataSourceConfigurationSwapper.getDataSourcePropertiesMap(YamlRootConfiguration yamlRootConfig)
Get data source properties.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
YamlDataSourceConfigurationSwapper.swapToMap(DataSourceProperties dataSourceProps)
Swap to map from data source properties.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.