| Package | Description |
|---|---|
| net.csdn.modules.thrift.pool |
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
Copyright © 2021. All rights reserved.