|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ThreadLocalRandom.
BoneCPConfig.getAcquireRetryDelayInMs() instead.
AcquireFailConfig.getAcquireRetryDelayInMs() instead.
BoneCPConfig.getCloseConnectionWatchTimeoutInMs() instead
ConnectionHandle.getConnectionCreationTimeInMs() instead.
ConnectionHandle.getConnectionLastResetInMs() instead
ConnectionHandle.getConnectionLastUsedInMs() instead.
BoneCPConfig.getConnectionTimeoutInMs() instead.
BoneCPConfig.getIdleConnectionTestPeriodInMinutes() instead.
BoneCPConfig.getIdleMaxAgeInMinutes() instead
BoneCPConfig.getMaxConnectionAgeInSeconds() instead.
BoneCPConfig.getQueryExecuteTimeLimitInMs() instead.
BlockingQueue.take() or timed
poll.
true if there is at least one consumer waiting
to receive an element via BlockingQueue.take() or
timed poll.
true if this queue contains no elements.
TransferQueue based on linked nodes.LinkedTransferQueue.
LinkedTransferQueue
initially containing the elements of the given collection,
added in traversal order of the collection's iterator.
double value
between 0 (inclusive) and the specified value (exclusive).
Integer.MAX_VALUE because a
LinkedTransferQueue is not capacity constrained.
BoneCPConfig.setAcquireRetryDelayInMs(long).
AcquireFailConfig.setAcquireRetryDelayInMs(long) instead.
BoneCPConfig.setCloseConnectionWatchTimeoutInMs(long) instead
BoneCPConfig.setConnectionTimeoutInMs(long) instead.
BoneCPConfig.setIdleConnectionTestPeriodInMinutes(long) or BoneCPConfig.setIdleConnectionTestPeriod(long, TimeUnit) instead
BoneCPConfig.setIdleMaxAgeInMinutes(long) or BoneCPConfig.setIdleMaxAge(long, TimeUnit) instead.
BoneCPConfig.setMaxConnectionAgeInSeconds(long) instead.
BoneCPConfig.setQueryExecuteTimeLimitInMs(long) instead.
UnsupportedOperationException.
BlockingQueue in which producers may wait for consumers
to receive elements.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||