| Package | Description |
|---|---|
| org.davidmoten.rx.jdbc.pool |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NonBlockingConnectionPool.Builder<T> |
NonBlockingConnectionPool.Builder.healthCheck(DatabaseType databaseType)
Sets the health check for a Connection in the pool that is run only if the
time since the last checkout of this Connection finished is more than
idleTimeBeforeHealthCheck and a checkout of this Connection has just been
requested.
|
Copyright © 2016–2022. All rights reserved.