- getConfigurationTweak(String) - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQLController
-
Return configuration tweaks in a format appropriate for ness-jdbc DatabaseModule.
- getController() - Method in class com.opentable.db.postgres.junit.EmbeddedPostgresTestDatabaseRule
-
- getDatabase(String, String) - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQL
-
- getEmbeddedPostgreSQL() - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQLRule
-
- getJdbcUri() - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQLController
-
- getJdbcUrl(String, String) - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQL
-
- getPort() - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQL
-
- getPostgresDatabase() - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQL
-
- getTemplateDatabase() - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQL
-
- getTweakedConfig(Config, String) - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQLController
-
Override a Config to set ness.db.[db-name].uri to a unique
database in the cluster.
- getTweakedConfig(String) - Method in class com.opentable.db.postgres.embedded.EmbeddedPostgreSQLController
-
Shorthand for getTweakedConfig(Config.getEmptyConfig(), dbModuleName).
- getTweakedConfig(Config, String) - Method in class com.opentable.db.postgres.junit.EmbeddedPostgresTestDatabaseRule
-
Override a Config to set ness.db.[db-name].uri to a unique
database in the cluster.
- getTweakedConfig(String) - Method in class com.opentable.db.postgres.junit.EmbeddedPostgresTestDatabaseRule
-
Shorthand for getTweakedConfig(Config.getEmptyConfig(), dbModuleName).