org.smallmind.quorum.pool.connection
Class ConnectionPoolConfig
java.lang.Object
org.smallmind.quorum.pool.PoolConfig<ConnectionPoolConfig>
org.smallmind.quorum.pool.connection.ConnectionPoolConfig
public class ConnectionPoolConfig
- extends PoolConfig<ConnectionPoolConfig>
| Methods inherited from class org.smallmind.quorum.pool.PoolConfig |
getAcquireWaitTimeMillis, getInitialPoolSize, getMaxIdleTimeSeconds, getMaxLeaseTimeSeconds, getMaxPoolSize, getMinPoolSize, getUnReturnedElementTimeoutSeconds, isExistentiallyAware, isReportLeaseTimeNanos, setAcquireWaitTimeMillis, setExistentiallyAware, setInitialPoolSize, setMaxIdleTimeSeconds, setMaxLeaseTimeSeconds, setMaxPoolSize, setMinPoolSize, setReportLeaseTimeNanos, setUnReturnedElementTimeoutSeconds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionPoolConfig
public ConnectionPoolConfig()
ConnectionPoolConfig
public ConnectionPoolConfig(PoolConfig<?> poolConfig)
getConfigurationClass
public Class<ConnectionPoolConfig> getConfigurationClass()
- Specified by:
getConfigurationClass in class PoolConfig<ConnectionPoolConfig>
requiresDeconstruction
public boolean requiresDeconstruction()
isTestOnConnect
public boolean isTestOnConnect()
setTestOnConnect
public ConnectionPoolConfig setTestOnConnect(boolean testOnConnect)
isTestOnAcquire
public boolean isTestOnAcquire()
setTestOnAcquire
public ConnectionPoolConfig setTestOnAcquire(boolean testOnAcquire)
getConnectionTimeoutMillis
public long getConnectionTimeoutMillis()
setConnectionTimeoutMillis
public ConnectionPoolConfig setConnectionTimeoutMillis(long connectionTimeoutMillis)
Copyright © 2012. All Rights Reserved.