public class EmbeddedPostgreSQLController extends Object
| Constructor and Description |
|---|
EmbeddedPostgreSQLController(URI baseUrl,
String[] personalities) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,String> |
getConfigurationTweak(String dbModuleName)
Return configuration tweaks in a format appropriate for ness-jdbc DatabaseModule.
|
String |
getJdbcUri() |
com.opentable.config.Config |
getTweakedConfig(com.opentable.config.Config config,
String dbModuleName)
Override a
Config to set ness.db.[db-name].uri to a unique
database in the cluster. |
com.opentable.config.Config |
getTweakedConfig(String dbModuleName)
Shorthand for
getTweakedConfig(Config.getEmptyConfig(), dbModuleName). |
public com.opentable.config.Config getTweakedConfig(com.opentable.config.Config config,
String dbModuleName)
Config to set ness.db.[db-name].uri to a unique
database in the cluster.public com.opentable.config.Config getTweakedConfig(String dbModuleName)
getTweakedConfig(Config.getEmptyConfig(), dbModuleName).public String getJdbcUri()
Copyright © 2015. All rights reserved.