Index
All Classes|All Packages
A
- asSingleConnectionPool() - Method in class io.dropwizard.db.DataSourceFactory
B
- build(MetricRegistry, String) - Method in class io.dropwizard.db.DataSourceFactory
D
- DataSourceFactory - Class in io.dropwizard.db
- DataSourceFactory() - Constructor for class io.dropwizard.db.DataSourceFactory
- DataSourceFactory.TransactionIsolation - Enum in io.dropwizard.db
G
- getAutoCommitByDefault() - Method in class io.dropwizard.db.DataSourceFactory
- getCheckConnectionOnBorrow() - Method in class io.dropwizard.db.DataSourceFactory
- getCheckConnectionOnConnect() - Method in class io.dropwizard.db.DataSourceFactory
- getCheckConnectionOnReturn() - Method in class io.dropwizard.db.DataSourceFactory
- getCheckConnectionWhileIdle() - Method in class io.dropwizard.db.DataSourceFactory
- getCommitOnReturn() - Method in class io.dropwizard.db.DataSourceFactory
- getConnectionTimeout() - Method in class io.dropwizard.db.DataSourceFactory
- getDefaultCatalog() - Method in class io.dropwizard.db.DataSourceFactory
- getDefaultTransactionIsolation() - Method in class io.dropwizard.db.DataSourceFactory
- getDriverClass() - Method in class io.dropwizard.db.DataSourceFactory
- getEvictionInterval() - Method in class io.dropwizard.db.DataSourceFactory
- getHealthCheckValidationQuery() - Method in class io.dropwizard.db.DataSourceFactory
-
Deprecated.
- getHealthCheckValidationTimeout() - Method in class io.dropwizard.db.DataSourceFactory
-
Deprecated.
- getIdleTimeout() - Method in class io.dropwizard.db.DataSourceFactory
- getInitializationFailTimeout() - Method in class io.dropwizard.db.DataSourceFactory
- getInitializationQuery() - Method in class io.dropwizard.db.DataSourceFactory
- getLogAbandonedConnections() - Method in class io.dropwizard.db.DataSourceFactory
- getLogValidationErrors() - Method in class io.dropwizard.db.DataSourceFactory
- getMaxConnectionAge() - Method in class io.dropwizard.db.DataSourceFactory
- getMaxSize() - Method in class io.dropwizard.db.DataSourceFactory
- getMaxWaitForConnection() - Method in class io.dropwizard.db.DataSourceFactory
- getMinIdleTime() - Method in class io.dropwizard.db.DataSourceFactory
- getMinSize() - Method in class io.dropwizard.db.DataSourceFactory
- getParentLogger() - Method in class io.dropwizard.db.ManagedPooledDataSource
- getPassword() - Method in class io.dropwizard.db.DataSourceFactory
- getProperties() - Method in class io.dropwizard.db.DataSourceFactory
- getReadOnlyByDefault() - Method in class io.dropwizard.db.DataSourceFactory
- getRemoveAbandonedTimeout() - Method in class io.dropwizard.db.DataSourceFactory
- getUrl() - Method in class io.dropwizard.db.DataSourceFactory
- getUseFairQueue() - Method in class io.dropwizard.db.DataSourceFactory
- getUser() - Method in class io.dropwizard.db.DataSourceFactory
- getValidationInterval() - Method in class io.dropwizard.db.DataSourceFactory
- getValidationQuery() - Method in class io.dropwizard.db.DataSourceFactory
- getValidationQueryTimeout() - Method in class io.dropwizard.db.DataSourceFactory
- getValidationTimeout() - Method in class io.dropwizard.db.DataSourceFactory
- getValidatorClassName() - Method in class io.dropwizard.db.DataSourceFactory
I
- io.dropwizard.db - package io.dropwizard.db
- isAlternateUsernamesAllowed() - Method in class io.dropwizard.db.DataSourceFactory
- isAutoCommentsEnabled() - Method in class io.dropwizard.db.DataSourceFactory
- isDefaultReadOnly() - Method in class io.dropwizard.db.DataSourceFactory
-
Deprecated.
- isMinSizeLessThanMaxSize() - Method in class io.dropwizard.db.DataSourceFactory
- isRemoveAbandoned() - Method in class io.dropwizard.db.DataSourceFactory
M
- ManagedPooledDataSource - Class in io.dropwizard.db
- ManagedPooledDataSource(HikariConfig) - Constructor for class io.dropwizard.db.ManagedPooledDataSource
- ManagedPooledDataSource(HikariConfig, MetricRegistry) - Constructor for class io.dropwizard.db.ManagedPooledDataSource
-
Create a new data source with the given connection pool configuration.
S
- setAlternateUsernamesAllowed(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setAutoCommentsEnabled(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setAutoCommitByDefault(Boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setCheckConnectionOnBorrow(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setCheckConnectionOnConnect(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setCheckConnectionOnReturn(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setCheckConnectionWhileIdle(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setCommitOnReturn(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setConnectionTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setDefaultCatalog(String) - Method in class io.dropwizard.db.DataSourceFactory
- setDefaultReadOnly(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
Deprecated.
- setDefaultTransactionIsolation(Optional<DataSourceFactory.TransactionIsolation>) - Method in class io.dropwizard.db.DataSourceFactory
- setDriverClass(String) - Method in class io.dropwizard.db.DataSourceFactory
- setEvictionInterval(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setIdleTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setInitializationFailTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setInitializationQuery(String) - Method in class io.dropwizard.db.DataSourceFactory
- setLogAbandonedConnections(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setLogValidationErrors(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setMaxConnectionAge(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setMaxSize(int) - Method in class io.dropwizard.db.DataSourceFactory
- setMaxWaitForConnection(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setMinIdleTime(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setMinSize(int) - Method in class io.dropwizard.db.DataSourceFactory
- setPassword(String) - Method in class io.dropwizard.db.DataSourceFactory
- setProperties(Map<String, String>) - Method in class io.dropwizard.db.DataSourceFactory
- setReadOnlyByDefault(Optional<Boolean>) - Method in class io.dropwizard.db.DataSourceFactory
- setRemoveAbandoned(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setRemoveAbandonedTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setUrl(String) - Method in class io.dropwizard.db.DataSourceFactory
- setUseFairQueue(boolean) - Method in class io.dropwizard.db.DataSourceFactory
- setUser(String) - Method in class io.dropwizard.db.DataSourceFactory
- setValidationInterval(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setValidationQuery(String) - Method in class io.dropwizard.db.DataSourceFactory
- setValidationQuery(Optional<String>) - Method in class io.dropwizard.db.DataSourceFactory
- setValidationQueryTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setValidationTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
- setValidatorClassName(Optional<String>) - Method in class io.dropwizard.db.DataSourceFactory
- start() - Method in class io.dropwizard.db.ManagedPooledDataSource
- stop() - Method in class io.dropwizard.db.ManagedPooledDataSource
T
- TRANSACTION_NONE - io.dropwizard.db.DataSourceFactory.TransactionIsolation
- TRANSACTION_READ_COMMITTED - io.dropwizard.db.DataSourceFactory.TransactionIsolation
- TRANSACTION_READ_UNCOMMITTED - io.dropwizard.db.DataSourceFactory.TransactionIsolation
- TRANSACTION_REPEATABLE_READ - io.dropwizard.db.DataSourceFactory.TransactionIsolation
- TRANSACTION_SERIALIZABLE - io.dropwizard.db.DataSourceFactory.TransactionIsolation
V
- valueOf(String) - Static method in enum io.dropwizard.db.DataSourceFactory.TransactionIsolation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.dropwizard.db.DataSourceFactory.TransactionIsolation
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes|All Packages