public interface PoolParamsBean extends ConnectionPoolParamsBean
Modifier and Type | Method and Description |
---|---|
int |
getConnectionReserveTimeoutSeconds()
Gets the "connection-reserve-timeout-seconds" element
|
int |
getHighestNumWaiters()
Gets the "highest-num-waiters" element
|
int |
getMaxCapacity()
Gets the "max-capacity" element
|
boolean |
isMatchConnectionsSupported()
Gets the "match-connections-supported" element
|
boolean |
isUseFirstAvailable()
Gets the "use-first-available" element
|
void |
setConnectionReserveTimeoutSeconds(int connectionReserveTimeoutSeconds)
Sets the "connection-reserve-timeout-seconds" element
|
void |
setHighestNumWaiters(int highestNumWaiters)
Sets the "highest-num-waiters" element
|
void |
setMatchConnectionsSupported(boolean matchConnectionsSupported)
Sets the "match-connections-supported" element
|
void |
setMaxCapacity(int maxCapacity)
Sets the "max-capacity" element
|
void |
setUseFirstAvailable(boolean useFirstAvailable)
Sets the "use-first-available" element
|
getCapacityIncrement, getConnectionCreationRetryFrequencySeconds, getHighestNumUnavailable, getInitialCapacity, getProfileHarvestFrequencySeconds, getShrinkFrequencySeconds, getTestFrequencySeconds, isIgnoreInUseConnectionsEnabled, isShrinkingEnabled, isTestConnectionsOnCreate, isTestConnectionsOnRelease, isTestConnectionsOnReserve, setCapacityIncrement, setConnectionCreationRetryFrequencySeconds, setHighestNumUnavailable, setIgnoreInUseConnectionsEnabled, setInitialCapacity, setProfileHarvestFrequencySeconds, setShrinkFrequencySeconds, setShrinkingEnabled, setTestConnectionsOnCreate, setTestConnectionsOnRelease, setTestConnectionsOnReserve, setTestFrequencySeconds
isSet, unSet
int getMaxCapacity()
getMaxCapacity
in interface ConnectionPoolParamsBean
void setMaxCapacity(int maxCapacity)
setMaxCapacity
in interface ConnectionPoolParamsBean
maxCapacity
- int getConnectionReserveTimeoutSeconds()
getConnectionReserveTimeoutSeconds
in interface ConnectionPoolParamsBean
ConnectionPoolParamsBean.getHighestNumWaiters()
void setConnectionReserveTimeoutSeconds(int connectionReserveTimeoutSeconds)
setConnectionReserveTimeoutSeconds
in interface ConnectionPoolParamsBean
connectionReserveTimeoutSeconds
- int getHighestNumWaiters()
getHighestNumWaiters
in interface ConnectionPoolParamsBean
void setHighestNumWaiters(int highestNumWaiters)
setHighestNumWaiters
in interface ConnectionPoolParamsBean
highestNumWaiters
- ConnectionPoolParamsBean.getConnectionReserveTimeoutSeconds()
boolean isMatchConnectionsSupported()
void setMatchConnectionsSupported(boolean matchConnectionsSupported)
matchConnectionsSupported
- boolean isUseFirstAvailable()
void setUseFirstAvailable(boolean useFirstAvailable)
useFirstAvailable
-