|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoolExhaustedException | |
|---|---|
| net.csdn.modules.thrift.pool | |
| Uses of PoolExhaustedException in net.csdn.modules.thrift.pool |
|---|
| Methods in net.csdn.modules.thrift.pool that throw PoolExhaustedException | |
|---|---|
V |
ObjectPool.borrowObject(K key,
long timeoutInMillis)
Obtains an instance from this pool Instances returned from this method will have been either newly created with createObject or will be a previously idle object and
then validated with validateObject. |
V |
BaseObjectPool.borrowObject(K key,
long timeoutInMillis)
Obtains an instance from this pool Instances returned from this method will have been either newly created with createObject or will be a previously idle object and
then validated with validateObject. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||