| Package | Description |
|---|---|
| com.landawn.abacus.pool |
| Modifier and Type | Method and Description |
|---|---|
static <T> PoolableWrapper<T> |
PoolableWrapper.of(T srcObject)
Wrap the the source object with
Long.MAX_VALUE liveTime and Long.MAX_VALUE maxIdleTime. |
static <T> PoolableWrapper<T> |
PoolableWrapper.of(T srcObject,
long liveTime,
long maxIdleTime)
Wrap the the source object with specified
liveTime and maxIdleTime. |
Copyright © 2021. All rights reserved.