public final class MemoryContextManagerBuilder extends Object implements ContextManagerBuilder
| 构造器和说明 |
|---|
MemoryContextManagerBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContextManager |
build(org.apache.shardingsphere.infra.config.mode.ModeConfiguration modeConfig,
Map<String,Map<String,DataSource>> dataSourcesMap,
Map<String,Collection<org.apache.shardingsphere.infra.config.RuleConfiguration>> schemaRuleConfigs,
Collection<org.apache.shardingsphere.infra.config.RuleConfiguration> globalRuleConfigs,
Properties props,
boolean isOverwrite,
Integer port) |
String |
getType() |
boolean |
isDefault() |
public ContextManager build(org.apache.shardingsphere.infra.config.mode.ModeConfiguration modeConfig, Map<String,Map<String,DataSource>> dataSourcesMap, Map<String,Collection<org.apache.shardingsphere.infra.config.RuleConfiguration>> schemaRuleConfigs, Collection<org.apache.shardingsphere.infra.config.RuleConfiguration> globalRuleConfigs, Properties props, boolean isOverwrite, Integer port) throws SQLException
build 在接口中 ContextManagerBuilderSQLExceptionpublic String getType()
getType 在接口中 org.apache.shardingsphere.spi.typed.TypedSPIpublic boolean isDefault()
isDefault 在接口中 org.apache.shardingsphere.spi.required.RequiredSPICopyright © 2021 The Apache Software Foundation. All rights reserved.