- getFactory() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Obtains a reference to the factory used to create, destroy and validate
the objects used by this pool.
- getFactoryType() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Returns the type - including the specific type rather than the generic -
of the factory.
- getLogAbandoned() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Gets whether this pool identifies and logs any abandoned objects.
- getMaxIdle() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Returns the cap on the number of "idle" instances in the pool.
- getMinIdle() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Returns the target for the minimum number of idle objects to maintain in
the pool.
- getNumActive() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
- getNumIdle() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
- getNumWaiters() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Returns an estimate of the number of threads currently blocked waiting for
an object from the pool.
- getRemoveAbandonedOnBorrow() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Gets whether a check is made for abandoned objects when an object is borrowed
from this pool.
- getRemoveAbandonedOnMaintenance() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Gets whether a check is made for abandoned objects when the evictor runs.
- getRemoveAbandonedTimeout() - Method in class org.apache.commons.pool2.impl.CommonsPoolGenericObjectPool
-
Obtains the timeout before which an object will be considered to be
abandoned by this pool.