JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
G
I
M
S
T
V
B
build(MetricRegistry, String)
- Method in class io.dropwizard.db.
DataSourceFactory
C
check(Callable<HealthCheck.Result>)
- Method in class io.dropwizard.db.
TimeBoundHealthCheck
D
DatabaseConfiguration
<
T
extends
Configuration
> - Interface in
io.dropwizard.db
DataSourceFactory
- Class in
io.dropwizard.db
A factory for pooled
ManagedDataSource
s.
DataSourceFactory()
- Constructor for class io.dropwizard.db.
DataSourceFactory
DataSourceFactory.TransactionIsolation
- Enum in
io.dropwizard.db
G
get()
- Method in enum io.dropwizard.db.
DataSourceFactory.TransactionIsolation
getAbandonWhenPercentageFull()
- Method in class io.dropwizard.db.
DataSourceFactory
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
getDataSourceFactory(T)
- Method in interface io.dropwizard.db.
DatabaseConfiguration
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
getInitializationQuery()
- Method in class io.dropwizard.db.
DataSourceFactory
getInitialSize()
- 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
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
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.
isInitialSizeGreaterThanMinSize()
- Method in class io.dropwizard.db.
DataSourceFactory
isInitialSizeLessThanMaxSize()
- Method in class io.dropwizard.db.
DataSourceFactory
isMinSizeLessThanMaxSize()
- Method in class io.dropwizard.db.
DataSourceFactory
M
ManagedDataSource
- Interface in
io.dropwizard.db
ManagedPooledDataSource
- Class in
io.dropwizard.db
A
ManagedDataSource
which is backed by a Tomcat pooled
DataSource
.
ManagedPooledDataSource(PoolConfiguration, MetricRegistry)
- Constructor for class io.dropwizard.db.
ManagedPooledDataSource
Create a new data source with the given connection pool configuration.
S
setAbandonWhenPercentageFull(int)
- Method in class io.dropwizard.db.
DataSourceFactory
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
setDefaultCatalog(String)
- Method in class io.dropwizard.db.
DataSourceFactory
setDefaultReadOnly(boolean)
- Method in class io.dropwizard.db.
DataSourceFactory
Deprecated.
setDefaultTransactionIsolation(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
setInitializationQuery(String)
- Method in class io.dropwizard.db.
DataSourceFactory
setInitialSize(int)
- 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(Boolean)
- 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
setValidationQueryTimeout(Duration)
- Method in class io.dropwizard.db.
DataSourceFactory
start()
- Method in class io.dropwizard.db.
ManagedPooledDataSource
stop()
- Method in class io.dropwizard.db.
ManagedPooledDataSource
T
TimeBoundHealthCheck
- Class in
io.dropwizard.db
TimeBoundHealthCheck(ExecutorService, Duration)
- Constructor for class io.dropwizard.db.
TimeBoundHealthCheck
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.
B
C
D
G
I
M
S
T
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.