
public class PoolParamsImpl extends Object implements PoolParams
PoolParams.Attribute, PoolParams.Tag| Constructor and Description |
|---|
PoolParamsImpl(Integer initialCapacity,
Integer maxCapacity,
Integer capacityIncrement,
Integer shrinkFrequencySeconds,
Integer connectionCreationRetryFrequencySeconds,
Integer connectionReserveTimeoutSeconds,
Integer testFrequencySeconds)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCapacityIncrement()
getCapacityIncrement
|
Integer |
getConnectionCreationRetryFrequencySeconds()
getConnectionCreationRetryFrequencySeconds
|
Integer |
getConnectionReserveTimeoutSeconds()
getConnectionReserveTimeoutSeconds
|
Integer |
getHighestNumUnavailable()
getHighestNumUnavailable
|
Integer |
getHighestNumWaiters()
getHighestNumWaiters
|
Boolean |
getIgnoreInUseConnectionsEnabled()
getIgnoreInUseConnectionsEnabled
|
Integer |
getInitialCapacity()
getInitialCapacity
|
Boolean |
getMatchConnectionsSupported()
getMatchConnectionsSupported
|
Integer |
getMaxCapacity()
getMaxCapacity
|
Integer |
getProfileHarvestFrequencySeconds()
getProfileHarvestFrequencySeconds
|
Integer |
getShrinkFrequencySeconds()
getShrinkFrequencySeconds
|
Boolean |
getShrinkingEnabled()
getShrinkingEnabled
|
Boolean |
getTestConnectionsOnCreate()
getTestConnectionsOnCreate
|
Boolean |
getTestConnectionsOnRelease()
getTestConnectionsOnRelease
|
Boolean |
getTestConnectionsOnReserve()
getTestConnectionsOnReserve
|
Integer |
getTestFrequencySeconds()
getTestFrequencySeconds
|
Boolean |
getUseFirstAvailable()
getUseFirstAvailable
|
public PoolParamsImpl(Integer initialCapacity, Integer maxCapacity, Integer capacityIncrement, Integer shrinkFrequencySeconds, Integer connectionCreationRetryFrequencySeconds, Integer connectionReserveTimeoutSeconds, Integer testFrequencySeconds)
initialCapacity - initialCapacitymaxCapacity - maxCapacitycapacityIncrement - capacityIncrementshrinkFrequencySeconds - shrinkFrequencySecondsconnectionCreationRetryFrequencySeconds - connectionCreationRetryFrequencySecondsconnectionReserveTimeoutSeconds - connectionReserveTimeoutSecondstestFrequencySeconds - testFrequencySecondspublic Integer getInitialCapacity()
PoolParamsgetInitialCapacity in interface PoolParamspublic Integer getMaxCapacity()
PoolParamsgetMaxCapacity in interface PoolParamspublic Integer getCapacityIncrement()
PoolParamsgetCapacityIncrement in interface PoolParamspublic Boolean getShrinkingEnabled()
PoolParamsgetShrinkingEnabled in interface PoolParamspublic Integer getShrinkFrequencySeconds()
PoolParamsgetShrinkFrequencySeconds in interface PoolParamspublic Integer getHighestNumWaiters()
PoolParamsgetHighestNumWaiters in interface PoolParamspublic Integer getHighestNumUnavailable()
PoolParamsgetHighestNumUnavailable in interface PoolParamspublic Integer getConnectionCreationRetryFrequencySeconds()
PoolParamsgetConnectionCreationRetryFrequencySeconds in interface PoolParamspublic Integer getConnectionReserveTimeoutSeconds()
PoolParamsgetConnectionReserveTimeoutSeconds in interface PoolParamspublic Integer getTestFrequencySeconds()
PoolParamsgetTestFrequencySeconds in interface PoolParamspublic Boolean getTestConnectionsOnCreate()
PoolParamsgetTestConnectionsOnCreate in interface PoolParamspublic Boolean getTestConnectionsOnRelease()
PoolParamsgetTestConnectionsOnRelease in interface PoolParamspublic Boolean getTestConnectionsOnReserve()
PoolParamsgetTestConnectionsOnReserve in interface PoolParamspublic Integer getProfileHarvestFrequencySeconds()
PoolParamsgetProfileHarvestFrequencySeconds in interface PoolParamspublic Boolean getIgnoreInUseConnectionsEnabled()
PoolParamsgetIgnoreInUseConnectionsEnabled in interface PoolParamspublic Boolean getMatchConnectionsSupported()
PoolParamsgetMatchConnectionsSupported in interface PoolParamspublic Boolean getUseFirstAvailable()
PoolParamsgetUseFirstAvailable in interface PoolParamsCopyright © 2014 IronJacamar (http://www.ironjacamar.org)