public class OrchestrationMasterSlaveDataSourceFactoryBean extends Object
Constructor and Description |
---|
OrchestrationMasterSlaveDataSourceFactoryBean(Map<String,DataSource> dataSourceMap,
MasterSlaveRuleConfiguration masterSlaveRuleConfig,
Map<String,Object> configMap,
OrchestrationConfiguration orchestrationConfig) |
OrchestrationMasterSlaveDataSourceFactoryBean(OrchestrationConfiguration orchestrationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
OrchestrationMasterSlaveDataSource |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public OrchestrationMasterSlaveDataSourceFactoryBean(OrchestrationConfiguration orchestrationConfig)
public OrchestrationMasterSlaveDataSourceFactoryBean(Map<String,DataSource> dataSourceMap, MasterSlaveRuleConfiguration masterSlaveRuleConfig, Map<String,Object> configMap, OrchestrationConfiguration orchestrationConfig)
public OrchestrationMasterSlaveDataSource getObject()
public Class<?> getObjectType()
public boolean isSingleton()
public void destroy()
Copyright © 2018. All rights reserved.