public interface OSGIDataSourceConfig
extends org.killbill.commons.jdbi.guice.DaoConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATA_SOURCE_PROP_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
org.killbill.commons.jdbi.guice.DataSourceConnectionPoolingType |
getConnectionPoolingType() |
org.skife.config.TimeSpan |
getConnectionTimeout() |
java.lang.String |
getDataSourceClassName() |
java.lang.String |
getDriverClassName() |
org.skife.config.TimeSpan |
getIdleConnectionTestPeriod() |
org.skife.config.TimeSpan |
getIdleMaxAge() |
java.lang.String |
getJdbcUrl() |
org.killbill.commons.jdbi.log.LogLevel |
getLogLevel() |
int |
getMaxActive() |
org.skife.config.TimeSpan |
getMaxConnectionAge() |
int |
getMinIdle() |
java.lang.String |
getMySQLServerVersion() |
java.lang.String |
getPassword() |
int |
getPreparedStatementsCacheSize() |
int |
getPreparedStatementsCacheSqlLimit() |
java.lang.String |
getUsername() |
boolean |
isInitializationFailFast() |
boolean |
isPreparedStatementsCacheEnabled() |
boolean |
isServerSidePreparedStatementsEnabled() |
static final java.lang.String DATA_SOURCE_PROP_PREFIX
java.lang.String getJdbcUrl()
getJdbcUrl in interface org.killbill.commons.jdbi.guice.DaoConfigjava.lang.String getUsername()
getUsername in interface org.killbill.commons.jdbi.guice.DaoConfigjava.lang.String getPassword()
getPassword in interface org.killbill.commons.jdbi.guice.DaoConfigint getMinIdle()
getMinIdle in interface org.killbill.commons.jdbi.guice.DaoConfigint getMaxActive()
getMaxActive in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getConnectionTimeout()
getConnectionTimeout in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getIdleMaxAge()
getIdleMaxAge in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getMaxConnectionAge()
getMaxConnectionAge in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getIdleConnectionTestPeriod()
getIdleConnectionTestPeriod in interface org.killbill.commons.jdbi.guice.DaoConfigint getPreparedStatementsCacheSize()
getPreparedStatementsCacheSize in interface org.killbill.commons.jdbi.guice.DaoConfigint getPreparedStatementsCacheSqlLimit()
getPreparedStatementsCacheSqlLimit in interface org.killbill.commons.jdbi.guice.DaoConfigboolean isPreparedStatementsCacheEnabled()
isPreparedStatementsCacheEnabled in interface org.killbill.commons.jdbi.guice.DaoConfigboolean isServerSidePreparedStatementsEnabled()
isServerSidePreparedStatementsEnabled in interface org.killbill.commons.jdbi.guice.DaoConfigjava.lang.String getDataSourceClassName()
getDataSourceClassName in interface org.killbill.commons.jdbi.guice.DaoConfigjava.lang.String getDriverClassName()
getDriverClassName in interface org.killbill.commons.jdbi.guice.DaoConfigjava.lang.String getMySQLServerVersion()
getMySQLServerVersion in interface org.killbill.commons.jdbi.guice.DaoConfigorg.killbill.commons.jdbi.log.LogLevel getLogLevel()
getLogLevel in interface org.killbill.commons.jdbi.guice.DaoConfigorg.killbill.commons.jdbi.guice.DataSourceConnectionPoolingType getConnectionPoolingType()
getConnectionPoolingType in interface org.killbill.commons.jdbi.guice.DaoConfigboolean isInitializationFailFast()
isInitializationFailFast in interface org.killbill.commons.jdbi.guice.DaoConfigCopyright © 2010-2017. All Rights Reserved.