Java org.apache.commons.pool2 PoolUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.pool2 PoolUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.pool2 PoolUtils.

The text is from its open source code.

Method

voidcheckRethrow(Throwable t)
Should the supplied Throwable be re-thrown (eg if it is an instance of one of the Throwables that should never be swallowed).
ObjectPoolerodingPool(final ObjectPool pool)
Returns a pool that adaptively decreases its size when idle objects are no longer needed.
KeyedObjectPoolerodingPool(final KeyedObjectPool keyedPool)
Returns a pool that adaptively decreases its size when idle objects are no longer needed.
ObjectPoolsynchronizedPool(final ObjectPool pool)
Returns a synchronized (thread-safe) ObjectPool backed by the specified ObjectPool.
KeyedObjectPoolsynchronizedPool(final KeyedObjectPool keyedPool)
Returns a synchronized (thread-safe) KeyedObjectPool backed by the specified KeyedObjectPool.