Uses of Class
net.csdn.modules.thrift.pool.PoolExhaustedException

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.

 



Copyright © 2014. All Rights Reserved.