activateObject(K, V) - Method in class org.apache.commons.pool.BaseKeyedPoolableObjectFactory
Reinitialize an instance to be returned by the pool.
activateObject(T) - Method in class org.apache.commons.pool.BasePoolableObjectFactory
No-op.
activateObject(K, V) - Method in interface org.apache.commons.pool.KeyedPoolableObjectFactory
Reinitialize an instance to be returned by the pool.
activateObject(T) - Method in interface org.apache.commons.pool.PoolableObjectFactory
Reinitialize an instance to be returned by the pool.
activateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.KeyedPoolableObjectFactoryAdaptor
Activate the object, ignoring the key.
activateObject(V) - Method in class org.apache.commons.pool.PoolUtils.PoolableObjectFactoryAdaptor
Activate the object, passing the fixed key to the factory.
activateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedPoolableObjectFactory
Reinitialize an instance to be returned by the pool.
activateObject(T) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedPoolableObjectFactory
Reinitialize an instance to be returned by the pool.
activeCount - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
Number of instances checked out to clients from this queue
adapt(KeyedPoolableObjectFactory<Object, V>) - Static method in class org.apache.commons.pool.PoolUtils
Adapt a KeyedPoolableObjectFactory
instance to work where a PoolableObjectFactory
is
needed.
adapt(KeyedPoolableObjectFactory<K, V>, K) - Static method in class org.apache.commons.pool.PoolUtils
Adapt a KeyedPoolableObjectFactory
instance to work where a PoolableObjectFactory
is
needed using the specified key
when delegating.
adapt(PoolableObjectFactory<V>) - Static method in class org.apache.commons.pool.PoolUtils
Adapt a PoolableObjectFactory
instance to work where a KeyedPoolableObjectFactory
is
needed.
adapt(KeyedObjectPool<Object, V>) - Static method in class org.apache.commons.pool.PoolUtils
Adapt a KeyedObjectPool
instance to work where an ObjectPool
is needed.
adapt(KeyedObjectPool<Object, V>, Object) - Static method in class org.apache.commons.pool.PoolUtils
Adapt a KeyedObjectPool
instance to work where an ObjectPool
is needed using the
specified key
when delegating.
adapt(ObjectPool<V>) - Static method in class org.apache.commons.pool.PoolUtils
Adapt an ObjectPool
to work where an KeyedObjectPool
is needed.
add(E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Appends the specified element to the end of this list.
add(int, E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Inserts the specified element at the specified position in this list.
add(E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Cursor
add(E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
add(E) - Method in class org.apache.commons.pool.impl.CursorableSubList
add(int, E) - Method in class org.apache.commons.pool.impl.CursorableSubList
addAll(Collection<? extends E>) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
Collection
's Iterator
.
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Inserts all of the elements in the specified collection into this
list at the specified position.
addAll(Collection<? extends E>) - Method in class org.apache.commons.pool.impl.CursorableSubList
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.pool.impl.CursorableSubList
addFirst(E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Inserts the specified element at the beginning of this list.
addFirst(E) - Method in class org.apache.commons.pool.impl.CursorableSubList
addLast(E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Inserts the specified element at the end of this list.
addLast(E) - Method in class org.apache.commons.pool.impl.CursorableSubList
addObject(K) - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Not supported in this base implementation.
addObject() - Method in class org.apache.commons.pool.BaseObjectPool
Not supported in this base implementation.
addObject(K) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create an object using the
factory
,
passivate it, and then place it in the idle object pool.
addObject() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Create an object, and place it into the pool.
addObject() - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
Create an object, and place it into the pool.
addObject(K) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Create an object using the
factory
,
passivate it, and then placed in the idle object pool.
addObject() - Method in class org.apache.commons.pool.impl.StackObjectPool
Create an object, and place it on top of the stack.
addObject(K) - Method in interface org.apache.commons.pool.KeyedObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject() - Method in interface org.apache.commons.pool.ObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject(K) - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject() - Method in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject(K) - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject() - Method in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject(K) - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Add an object to the pool, ignoring the key
addObject() - Method in class org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject(K) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
Create an object using the
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObjectToPool(K, V, boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Adds an object to the keyed pool.
addObjectToPool(T, boolean) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Adds an object to the pool.
allocate() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Allocate available instances to latches in the allocation queue.
allocate() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Allocate available instances to latches in the allocation queue.
assertOpen() - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Throws an IllegalStateException
when this pool has been closed.
assertOpen() - Method in class org.apache.commons.pool.BaseObjectPool
Throws an IllegalStateException
when this pool has been closed.
calculateDeficit(GenericKeyedObjectPool<K, V>.ObjectQueue, boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
This returns the number of objects to create during the pool
sustain cycle.
calculateDeficit(boolean) - Method in class org.apache.commons.pool.impl.GenericObjectPool
This returns the number of objects to create during the pool
sustain cycle.
cancel(TimerTask) - Static method in class org.apache.commons.pool.impl.EvictionTimer
Remove the specified eviction task from the timer.
CheckedKeyedObjectPool(KeyedObjectPool<K, V>, Class<V>) - Constructor for class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Create a new CheckedKeyedObjectPool from the given pool with given expected object type.
CheckedObjectPool(ObjectPool<T>, Class<T>) - Constructor for class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Create a CheckedObjectPool accepting objects of the given type using
the given pool.
checkedPool(ObjectPool<T>, Class<T>) - Static method in class org.apache.commons.pool.PoolUtils
Wraps an ObjectPool
and dynamically checks the type of objects borrowed and returned to the pool.
checkedPool(KeyedObjectPool<K, V>, Class<V>) - Static method in class org.apache.commons.pool.PoolUtils
Wraps a KeyedObjectPool
and dynamically checks the type of objects borrowed and returned to the keyedPool.
checkForComod() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Cursor
checkForComod() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
checkForComod() - Method in class org.apache.commons.pool.impl.CursorableSubList
Test to see if my underlying list has been modified
by some other process.
checkMinIdle(ObjectPool<T>, int, long) - Static method in class org.apache.commons.pool.PoolUtils
Periodically check the idle object count for the pool.
checkMinIdle(KeyedObjectPool<K, V>, K, int, long) - Static method in class org.apache.commons.pool.PoolUtils
Periodically check the idle object count for the key in the keyedPool.
checkMinIdle(KeyedObjectPool<K, V>, Collection<? extends K>, int, long) - Static method in class org.apache.commons.pool.PoolUtils
Periodically check the idle object count for each key in the Collection
keys
in the keyedPool.
checkRethrow(Throwable) - Static method in class org.apache.commons.pool.PoolUtils
Should the supplied Throwable be re-thrown (eg if it is an instance of
one of the Throwables that should never be swallowed).
cl - Variable in class org.apache.commons.pool.impl.EvictionTimer.PrivilegedSetTccl
ClassLoader
clear() - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Not supported in this base implementation.
clear(K) - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Not supported in this base implementation.
clear() - Method in class org.apache.commons.pool.BaseObjectPool
Not supported in this base implementation.
clear() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Removes all of the elements from this list.
clear() - Method in class org.apache.commons.pool.impl.CursorableSubList
clear() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
clear(K) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Clears the specified pool, removing all pooled instances corresponding to the given key
.
clear() - Method in class org.apache.commons.pool.impl.GenericObjectPool
clear() - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
Clears any objects sitting idle in the pool.
clear() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Clears the pool, removing all pooled instances.
clear(K) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Clears the specified pool, removing all pooled instances corresponding to the given key
.
clear() - Method in class org.apache.commons.pool.impl.StackObjectPool
Clears any objects sitting idle in the pool.
clear() - Method in interface org.apache.commons.pool.KeyedObjectPool
Clears the pool, removing all pooled instances (optional operation).
clear(K) - Method in interface org.apache.commons.pool.KeyedObjectPool
Clears the specified pool, removing all
pooled instances corresponding to
the given key
(optional operation).
clear() - Method in interface org.apache.commons.pool.ObjectPool
Clears any objects sitting idle in the pool, releasing any
associated resources (optional operation).
clear() - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Clears the pool, removing all pooled instances (optional operation).
clear(K) - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Clears the specified pool, removing all
pooled instances corresponding to
the given key
(optional operation).
clear() - Method in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Clears any objects sitting idle in the pool, releasing any
associated resources (optional operation).
clear() - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Clears the pool, removing all pooled instances (optional operation).
clear(K) - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Clears the specified pool, removing all
pooled instances corresponding to
the given key
(optional operation).
clear() - Method in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
Clears any objects sitting idle in the pool, releasing any
associated resources (optional operation).
clear() - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Clears the pool, removing all pooled instances (optional operation).
clear(K) - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
clear() - Method in class org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor
Clears any objects sitting idle in the pool, releasing any
associated resources (optional operation).
clear() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Clears the pool, removing all pooled instances (optional operation).
clear(K) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Clears the specified pool, removing all
pooled instances corresponding to
the given key
(optional operation).
clear() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
Clears any objects sitting idle in the pool, releasing any
associated resources (optional operation).
clearOldest() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Clears oldest 15% of objects in pool.
close() - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Close this pool.
close() - Method in class org.apache.commons.pool.BaseObjectPool
Close this pool.
close() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Cursor
Mark this cursor as no longer being needed.
close() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Closes the keyed object pool.
close() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Closes the pool.
close() - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.impl.StackObjectPool
Close this pool, and free any resources associated with it.
close() - Method in interface org.apache.commons.pool.KeyedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in interface org.apache.commons.pool.ObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
Close this pool, and free any resources associated with it.
closed - Variable in class org.apache.commons.pool.BaseKeyedObjectPool
Whether or not the pool is close
closed - Variable in class org.apache.commons.pool.BaseObjectPool
Whether or not the pool is closed
compareTo(Object) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair
Compares this to another object by casting the argument to an
ObjectTimestampPair.
compareTo(GenericKeyedObjectPool.ObjectTimestampPair<T>) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair
Compares this to another ObjectTimestampPair, using the timestamp as basis for comparison.
Config() - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
Config() - Constructor for class org.apache.commons.pool.impl.GenericObjectPool.Config
contains(Object) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.apache.commons.pool.impl.CursorableSubList
containsAll(Collection<?>) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns true if this list contains all of the elements of the
specified collection.
containsAll(Collection<?>) - Method in class org.apache.commons.pool.impl.CursorableSubList
createPool() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPool with the currently configured properties.
createPool() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
createPool() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Create a StackKeyedObjectPool with current property settings.
createPool() - Method in class org.apache.commons.pool.impl.StackObjectPoolFactory
Create a StackObjectPool.
createPool() - Method in interface org.apache.commons.pool.KeyedObjectPoolFactory
createPool() - Method in interface org.apache.commons.pool.ObjectPoolFactory
cursor() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns a ListIterator
for iterating through the
elements of this list.
cursor(int) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns a ListIterator
for iterating through the
elements of this list, initialized such that
ListIterator.next()
will return the element at
the specified index (if any) and ListIterator.previous()
will return the element immediately preceding it (if any).
Cursor(int) - Constructor for class org.apache.commons.pool.impl.CursorableLinkedList.Cursor
CursorableLinkedList <E > - Class in org.apache.commons.pool.impl
This class has been copied from Commons Collections, version 3.1 in order
to eliminate the dependency of pool on collections.
CursorableLinkedList() - Constructor for class org.apache.commons.pool.impl.CursorableLinkedList
CursorableLinkedList.Cursor - Class in org.apache.commons.pool.impl
CursorableLinkedList.Listable <E > - Class in org.apache.commons.pool.impl
CursorableLinkedList.ListIter - Class in org.apache.commons.pool.impl
CursorableSubList <E > - Class in org.apache.commons.pool.impl
CursorableSubList(CursorableLinkedList<E>, int, int) - Constructor for class org.apache.commons.pool.impl.CursorableSubList
debugInfo() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
debugInfo() - Method in class org.apache.commons.pool.impl.GenericObjectPool
decrementActiveCount() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
Decrement the active count for this queue
decrementActiveCount(K) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Decrements the active count for the given key.
decrementInternalProcessingCount() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
Decrement the number of instances in process of being created
DEFAULT_INIT_SLEEPING_CAPACITY - Static variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
The default initial size of the pool
(this specifies the size of the container, it does not
cause the pool to be pre-populated.)
DEFAULT_INIT_SLEEPING_CAPACITY - Static variable in class org.apache.commons.pool.impl.StackObjectPool
The default initial size of the pool
(this specifies the size of the container, it does not
cause the pool to be pre-populated.)
DEFAULT_LIFO - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default LIFO status.
DEFAULT_LIFO - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default LIFO status.
DEFAULT_MAX_ACTIVE - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default cap on the total number of active instances (per key)
from the pool.
DEFAULT_MAX_ACTIVE - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default cap on the total number of active instances from the pool.
DEFAULT_MAX_IDLE - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default cap on the number of idle instances (per key) in the pool.
DEFAULT_MAX_IDLE - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default cap on the number of "sleeping" instances in the pool.
DEFAULT_MAX_SLEEPING - Static variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
The default cap on the number of "sleeping" instances in the pool.
DEFAULT_MAX_SLEEPING - Static variable in class org.apache.commons.pool.impl.StackObjectPool
The cap on the number of "sleeping" instances in the pool.
DEFAULT_MAX_TOTAL - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default cap on the the overall maximum number of objects that can
exist at one time.
DEFAULT_MAX_WAIT - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
DEFAULT_MAX_WAIT - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
DEFAULT_MIN_IDLE - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default minimum level of idle objects in the pool.
DEFAULT_MIN_IDLE - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default minimum number of "sleeping" instances in the pool
before before the evictor thread (if active) spawns new objects.
DEFAULT_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default number of objects to examine per run in the
idle object evictor.
DEFAULT_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default number of objects to examine per run in the
idle object evictor.
DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
DEFAULT_TEST_ON_BORROW - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default "test on borrow" value.
DEFAULT_TEST_ON_BORROW - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default "test on borrow" value.
DEFAULT_TEST_ON_RETURN - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default "test on return" value.
DEFAULT_TEST_ON_RETURN - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default "test on return" value.
DEFAULT_TEST_WHILE_IDLE - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default "test while idle" value.
DEFAULT_TEST_WHILE_IDLE - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default "test while idle" value.
DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default "time between eviction runs" value.
DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default "time between eviction runs" value.
DEFAULT_WHEN_EXHAUSTED_ACTION - Static variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The default "when exhausted action" for the pool.
DEFAULT_WHEN_EXHAUSTED_ACTION - Static variable in class org.apache.commons.pool.impl.GenericObjectPool
The default "when exhausted action" for the pool.
destroy(Map<K, List<GenericKeyedObjectPool.ObjectTimestampPair<V>>>, KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Assuming Map>, destroy all
ObjectTimestampPair.value using the supplied factory.
destroy(Collection<GenericKeyedObjectPool.ObjectTimestampPair<T>>, PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Private method to destroy all the objects in a collection using the
supplied object factory.
destroyObject(K, V) - Method in class org.apache.commons.pool.BaseKeyedPoolableObjectFactory
Destroy an instance no longer needed by the pool.
destroyObject(T) - Method in class org.apache.commons.pool.BasePoolableObjectFactory
No-op.
destroyObject(K, V) - Method in interface org.apache.commons.pool.KeyedPoolableObjectFactory
Destroy an instance no longer needed by the pool.
destroyObject(T) - Method in interface org.apache.commons.pool.PoolableObjectFactory
Destroys an instance no longer needed by the pool.
destroyObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.KeyedPoolableObjectFactoryAdaptor
Destroy the object, ignoring the key.
destroyObject(V) - Method in class org.apache.commons.pool.PoolUtils.PoolableObjectFactoryAdaptor
Destroy the object, passing the fixed key to the factory.
destroyObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedPoolableObjectFactory
Destroy an instance no longer needed by the pool.
destroyObject(T) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedPoolableObjectFactory
Destroys an instance no longer needed by the pool.
destroyStack(K, Stack<V>) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Destroys all instances in the stack and clears the stack.
GenericKeyedObjectPool <K ,V > - Class in org.apache.commons.pool.impl
A configurable KeyedObjectPool
implementation.
GenericKeyedObjectPool() - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
with no factory.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, GenericKeyedObjectPool.Config) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool.Config - Class in org.apache.commons.pool.impl
A simple "struct" encapsulating the
configuration information for a GenericKeyedObjectPool
.
GenericKeyedObjectPool.Evictor - Class in org.apache.commons.pool.impl
The idle object evictor TimerTask
.
GenericKeyedObjectPool.Latch <LK ,LV > - Class in org.apache.commons.pool.impl
Latch used to control allocation order of objects to threads to ensure
fairness.
GenericKeyedObjectPool.ObjectQueue - Class in org.apache.commons.pool.impl
A "struct" that keeps additional information about the actual queue of pooled objects.
GenericKeyedObjectPool.ObjectTimestampPair <T > - Class in org.apache.commons.pool.impl
A simple "struct" encapsulating an object instance and a timestamp.
GenericKeyedObjectPoolFactory <K ,V > - Class in org.apache.commons.pool.impl
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, GenericKeyedObjectPool.Config) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericObjectPool <T > - Class in org.apache.commons.pool.impl
GenericObjectPool() - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool with default properties.
GenericObjectPool(PoolableObjectFactory<T>) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified factory.
GenericObjectPool(PoolableObjectFactory<T>, GenericObjectPool.Config) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool.Config - Class in org.apache.commons.pool.impl
A simple "struct" encapsulating the
configuration information for a
GenericObjectPool
.
GenericObjectPool.Evictor - Class in org.apache.commons.pool.impl
The idle object evictor TimerTask
.
GenericObjectPool.Latch <T > - Class in org.apache.commons.pool.impl
Latch used to control allocation order of objects to threads to ensure
fairness.
GenericObjectPoolFactory <T > - Class in org.apache.commons.pool.impl
GenericObjectPoolFactory(PoolableObjectFactory<T>) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, GenericObjectPool.Config) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long, boolean) - Constructor for class org.apache.commons.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
get(int) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns the element at the specified position in this list.
get(int) - Method in class org.apache.commons.pool.impl.CursorableSubList
getActiveCount(K) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Returns the active instance count for the given key.
getActiveCount() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
getErodingFactor(K) - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Returns the eroding factor for the given key
getErodingFactor(K) - Method in class org.apache.commons.pool.PoolUtils.ErodingPerKeyKeyedObjectPool
Returns the eroding factor for the given key
getFactory() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getFactory() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getFactory() - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
getFactory() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
getFactory() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Returns the KeyedPoolableObjectFactory used by StackKeyedObjectPools created by this factory
getFactory() - Method in class org.apache.commons.pool.impl.StackObjectPool
getFactory() - Method in class org.apache.commons.pool.impl.StackObjectPoolFactory
Returns the factory used by created pools.
getFirst() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns the element at the beginning of this list.
getFirst() - Method in class org.apache.commons.pool.impl.CursorableSubList
getInitCapacity() - Method in class org.apache.commons.pool.impl.StackObjectPoolFactory
Returns the initial capacity of created pools.
getInitialCapacity() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Returns the initial capacity of StackKeyedObjectPools created by this factory.
getInitSleepingCapacity() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
getkey() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
Retuns the key of the associated pool
getKeyedPool() - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Returns the underlying pool
getLast() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns the element at the end of this list.
getLast() - Method in class org.apache.commons.pool.impl.CursorableSubList
getLifo() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Whether or not the idle object pools act as LIFO queues.
getLifo() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getLifo() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Whether or not the idle object pool acts as a LIFO queue.
getLifo() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getListableAt(int) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns the
org.apache.commons.collections.CursorableLinkedList.Listable
at the specified index.
getMaxActive() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the cap on the number of object instances allocated by the pool
(checked out or idle), per key.
getMaxActive() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getMaxActive() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the maximum number of objects that can be allocated by the pool
(checked out to clients, or idle awaiting checkout) at a given time.
getMaxActive() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getMaxIdle() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the cap on the number of "idle" instances per key.
getMaxIdle() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getMaxIdle() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the cap on the number of "idle" instances in the pool.
getMaxIdle() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getMaxSleeping() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
getMaxSleeping() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Returns the maximum number of idle instances in each keyed pool for StackKeyedObjectPools created by this factory
getMaxSleeping() - Method in class org.apache.commons.pool.impl.StackObjectPool
Returns the maximum number of idle instances in the pool.
getMaxSleeping() - Method in class org.apache.commons.pool.impl.StackObjectPoolFactory
Returns the maxIdle setting for created pools.
getMaxTotal() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the overall maximum number of objects (across pools) that can
exist at one time.
getMaxTotal() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getMaxWait() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
getMaxWait() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getMaxWait() - Method in class org.apache.commons.pool.impl.GenericObjectPool
getMaxWait() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getMinIdle() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the minimum number of idle objects to maintain in each of the keyed
pools.
getMinIdle() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getMinIdle() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the minimum number of objects allowed in the pool
before the evictor thread (if active) spawns new objects.
getMinIdle() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getMinIdleTimer() - Static method in class org.apache.commons.pool.PoolUtils
Get the Timer
for checking keyedPool's idle count.
getNextShrink() - Method in class org.apache.commons.pool.PoolUtils.ErodingFactor
Returns the time of the next erosion event.
getNumActive(K) - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumActive() - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumActive() - Method in class org.apache.commons.pool.BaseObjectPool
Not supported in this base implementation.
getNumActive() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the total number of instances current borrowed from this pool but not yet returned.
getNumActive(Object) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the number of instances currently borrowed from but not yet returned
to the pool corresponding to the given key
.
getNumActive() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Return the number of instances currently borrowed from this pool.
getNumActive() - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
Return the number of instances currently borrowed from this pool.
getNumActive() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Returns the total number of instances current borrowed from this pool but not yet returned.
getNumActive(K) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Returns the number of instances currently borrowed from but not yet returned
to the pool corresponding to the given key
.
getNumActive() - Method in class org.apache.commons.pool.impl.StackObjectPool
Return the number of instances currently borrowed from this pool.
getNumActive(K) - Method in interface org.apache.commons.pool.KeyedObjectPool
Returns the number of instances
currently borrowed from but not yet returned
to the pool corresponding to the
given key
(optional operation).
getNumActive() - Method in interface org.apache.commons.pool.KeyedObjectPool
Returns the total number of instances
current borrowed from this pool but not
yet returned (optional operation).
getNumActive() - Method in interface org.apache.commons.pool.ObjectPool
Return the number of instances
currently borrowed from this pool
(optional operation).
getNumActive(K) - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Returns the number of instances
currently borrowed from but not yet returned
to the pool corresponding to the
given key
(optional operation).
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Returns the total number of instances
current borrowed from this pool but not
yet returned (optional operation).
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Return the number of instances
currently borrowed from this pool
(optional operation).
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Returns the total number of instances
current borrowed from this pool but not
yet returned (optional operation).
getNumActive(K) - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Returns the number of instances
currently borrowed from but not yet returned
to the pool corresponding to the
given key
(optional operation).
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
Return the number of instances
currently borrowed from this pool
(optional operation).
getNumActive(K) - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Return the number of objects checked out from the pool, ignoring the key.
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Returns the total number of instances
current borrowed from this pool but not
yet returned (optional operation).
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor
Return the number of instances
currently borrowed from this pool
(optional operation).
getNumActive(K) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Returns the number of instances
currently borrowed from but not yet returned
to the pool corresponding to the
given key
(optional operation).
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Returns the total number of instances
current borrowed from this pool but not
yet returned (optional operation).
getNumActive() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
Return the number of instances
currently borrowed from this pool
(optional operation).
getNumIdle(K) - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumIdle() - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumIdle() - Method in class org.apache.commons.pool.BaseObjectPool
Not supported in this base implementation.
getNumIdle() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the total number of instances currently idle in this pool.
getNumIdle(Object) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the number of instances corresponding to the given key
currently idle in this pool.
getNumIdle() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Return the number of instances currently idle in this pool.
getNumIdle() - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
Returns an approximation not less than the of the number of idle instances in the pool.
getNumIdle() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Returns the total number of instances currently idle in this pool.
getNumIdle(K) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Returns the number of instances corresponding to the given key
currently idle in this pool.
getNumIdle() - Method in class org.apache.commons.pool.impl.StackObjectPool
Return the number of instances
currently idle in this pool.
getNumIdle(K) - Method in interface org.apache.commons.pool.KeyedObjectPool
Returns the number of instances
corresponding to the given key
currently idle in this pool (optional operation).
getNumIdle() - Method in interface org.apache.commons.pool.KeyedObjectPool
Returns the total number of instances
currently idle in this pool (optional operation).
getNumIdle() - Method in interface org.apache.commons.pool.ObjectPool
Return the number of instances
currently idle in this pool (optional operation).
getNumIdle(K) - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Returns the number of instances
corresponding to the given key
currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Returns the total number of instances
currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Return the number of instances
currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Returns the total number of instances
currently idle in this pool (optional operation).
getNumIdle(K) - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Returns the number of instances
corresponding to the given key
currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
Return the number of instances
currently idle in this pool (optional operation).
getNumIdle(K) - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Return the number of objects idle in the pool, ignoring the key.
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Returns the total number of instances
currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor
Return the number of instances
currently idle in this pool (optional operation).
getNumIdle(K) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Returns the number of instances
corresponding to the given key
currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Returns the total number of instances
currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
Return the number of instances
currently idle in this pool (optional operation).
getNumTests() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the number of tests to be performed in an Evictor run,
based on the current values of _numTestsPerEvictionRun
and _totalIdle
.
getNumTests() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the number of tests to be performed in an Evictor run,
based on the current value of numTestsPerEvictionRun
and the number of idle instances in the pool.
getNumTestsPerEvictionRun() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the max number of objects to examine during each run of the
idle object evictor thread (if any).
getNumTestsPerEvictionRun() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getNumTestsPerEvictionRun() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the max number of objects to examine during each run of the
idle object evictor thread (if any).
getNumTestsPerEvictionRun() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getPair() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
Gets the ObjectTimestampPair allocated to this latch.
getPair() - Method in class org.apache.commons.pool.impl.GenericObjectPool.Latch
Returns ObjectTimestampPair allocated to this latch
getPool() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
Returns the pool associated with this latch
getPools() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any), with the extra condition that at least
"minIdle" amount of object remain in the pool.
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getTestOnBorrow() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
getTestOnBorrow() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getTestOnBorrow() - Method in class org.apache.commons.pool.impl.GenericObjectPool
getTestOnBorrow() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getTestOnReturn() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
getTestOnReturn() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getTestOnReturn() - Method in class org.apache.commons.pool.impl.GenericObjectPool
getTestOnReturn() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getTestWhileIdle() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
When
true
, objects will be
validated
by the idle object evictor (if any).
getTestWhileIdle() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getTestWhileIdle() - Method in class org.apache.commons.pool.impl.GenericObjectPool
When
true , objects will be
validated
by the idle object evictor (if any).
getTestWhileIdle() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Returns the number of milliseconds to sleep between runs of the
idle object evictor thread.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the number of milliseconds to sleep between runs of the
idle object evictor thread.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
getTotActive() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
getTotIdle() - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
getTstamp() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair
getValue() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair
getWhenExhaustedAction() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
getWhenExhaustedAction() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
getWhenExhaustedAction() - Method in class org.apache.commons.pool.impl.GenericObjectPool
Returns the action to take when the
GenericObjectPool.borrowObject()
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
getWhenExhaustedAction() - Method in class org.apache.commons.pool.impl.GenericObjectPoolFactory
idleHighWaterMark - Variable in class org.apache.commons.pool.PoolUtils.ErodingFactor
High water mark - largest numIdle encountered
incrementActiveCount() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
Increment the active count for this queue
incrementActiveCount(K) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Increment the active count for the given key.
incrementInternalProcessingCount() - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
Record the fact that one more instance is queued for creation
indexOf(Object) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class org.apache.commons.pool.impl.CursorableSubList
insertListable(CursorableLinkedList.Listable<E>, CursorableLinkedList.Listable<E>, E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Inserts a new value into my
list, after the specified before element, and before the
specified after element
insertListable(CursorableLinkedList.Listable<E>, CursorableLinkedList.Listable<E>, E) - Method in class org.apache.commons.pool.impl.CursorableSubList
Inserts a new value into my
list, after the specified before element, and before the
specified after element
internalProcessingCount - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
Number of instances in process of being created
invalidate() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Cursor
invalidateCursors() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Informs all of my registered cursors that they are now
invalid.
invalidateObject(K, V) - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.commons.pool.BaseObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.commons.pool.impl.StackObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in interface org.apache.commons.pool.KeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in interface org.apache.commons.pool.ObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
Invalidate an object to the pool, checking its type.
invalidateObject(T) - Method in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Invalidates an object from the pool, verifying that it is of the expected type.
invalidateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Invalidate and object, ignoring the key
invalidateObject(V) - Method in class org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
Invalidates an object from the pool.
isClosed() - Method in class org.apache.commons.pool.BaseKeyedObjectPool
Has this pool instance been closed.
isClosed() - Method in class org.apache.commons.pool.BaseObjectPool
Has this pool instance been closed.
isEmpty() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns true if this list contains no elements.
isEmpty() - Method in class org.apache.commons.pool.impl.CursorableSubList
iterator() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns a fail-fast iterator.
iterator() - Method in class org.apache.commons.pool.impl.CursorableSubList
passivateObject(K, V) - Method in class org.apache.commons.pool.BaseKeyedPoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
passivateObject(T) - Method in class org.apache.commons.pool.BasePoolableObjectFactory
No-op.
passivateObject(K, V) - Method in interface org.apache.commons.pool.KeyedPoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
passivateObject(T) - Method in interface org.apache.commons.pool.PoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
passivateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.KeyedPoolableObjectFactoryAdaptor
Passivate the object, ignoring the key.
passivateObject(V) - Method in class org.apache.commons.pool.PoolUtils.PoolableObjectFactoryAdaptor
Passivate the object, passing the fixed key to the factory.
passivateObject(K, V) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedPoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
passivateObject(T) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedPoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
pool - Variable in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
Underlying object pool
pool - Variable in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
Underlying object pool
pool - Variable in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
Underlying pool
pool - Variable in class org.apache.commons.pool.PoolUtils.ObjectPoolMinIdleTimerTask
Object pool
pool - Variable in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
the underlying object pool
PoolableObjectFactory <T > - Interface in org.apache.commons.pool
An interface defining life-cycle methods for
instances to be served by an
ObjectPool
.
PoolableObjectFactoryAdaptor(KeyedPoolableObjectFactory<K, V>, K) - Constructor for class org.apache.commons.pool.PoolUtils.PoolableObjectFactoryAdaptor
Create a PoolableObjectFactoryAdaptor wrapping the provided KeyedPoolableObjectFactory with the
given fixed key.
PoolUtils - Class in org.apache.commons.pool
This class consists exclusively of static methods that operate on or return ObjectPool
or KeyedObjectPool related interfaces.
PoolUtils() - Constructor for class org.apache.commons.pool.PoolUtils
PoolUtils instances should NOT be constructed in standard programming.
PoolUtils.CheckedKeyedObjectPool <K ,V > - Class in org.apache.commons.pool
A keyed object pool that performs type checking on objects passed
to pool methods.
PoolUtils.CheckedObjectPool <T > - Class in org.apache.commons.pool
An object pool that performs type checking on objects passed
to pool methods.
PoolUtils.ErodingFactor - Class in org.apache.commons.pool
Encapsulate the logic for when the next poolable object should be discarded.
PoolUtils.ErodingKeyedObjectPool <K ,V > - Class in org.apache.commons.pool
Decorates a keyed object pool, adding "eroding" behavior.
PoolUtils.ErodingObjectPool <T > - Class in org.apache.commons.pool
Decorates an object pool, adding "eroding" behavior.
PoolUtils.ErodingPerKeyKeyedObjectPool <K ,V > - Class in org.apache.commons.pool
Extends ErodingKeyedObjectPool to allow erosion to take place on a per-key
basis.
PoolUtils.KeyedObjectPoolAdaptor <K ,V > - Class in org.apache.commons.pool
Adapts an ObjectPool to implement KeyedObjectPool by ignoring key arguments.
PoolUtils.KeyedObjectPoolMinIdleTimerTask <K ,V > - Class in org.apache.commons.pool
Timer task that adds objects to the pool until the number of idle
instances for the given key reaches the configured minIdle.
PoolUtils.KeyedPoolableObjectFactoryAdaptor <K ,V > - Class in org.apache.commons.pool
Adaptor class that turns a PoolableObjectFactory into a KeyedPoolableObjectFactory by
ignoring keys.
PoolUtils.ObjectPoolAdaptor <V > - Class in org.apache.commons.pool
Adapts a KeyedObjectPool to make it an ObjectPool by fixing restricting to
a fixed key.
PoolUtils.ObjectPoolMinIdleTimerTask <T > - Class in org.apache.commons.pool
Timer task that adds objects to the pool until the number of idle
instances reaches the configured minIdle.
PoolUtils.PoolableObjectFactoryAdaptor <K ,V > - Class in org.apache.commons.pool
Adaptor class that wraps and converts a KeyedPoolableObjectFactory with a fixed
key to a PoolableObjectFactory.
PoolUtils.SynchronizedKeyedObjectPool <K ,V > - Class in org.apache.commons.pool
A synchronized (thread-safe) KeyedObjectPool backed by the specified KeyedObjectPool.
PoolUtils.SynchronizedKeyedPoolableObjectFactory <K ,V > - Class in org.apache.commons.pool
A fully synchronized KeyedPoolableObjectFactory that wraps a KeyedPoolableObjectFactory and synchronizes
access to the wrapped factory methods.
PoolUtils.SynchronizedObjectPool <T > - Class in org.apache.commons.pool
A synchronized (thread-safe) ObjectPool backed by the specified ObjectPool.
PoolUtils.SynchronizedPoolableObjectFactory <T > - Class in org.apache.commons.pool
A fully synchronized PoolableObjectFactory that wraps a PoolableObjectFactory and synchronizes
access to the wrapped factory methods.
prefill(ObjectPool<T>, int) - Static method in class org.apache.commons.pool.PoolUtils
Call addObject()
on pool
count
number of times.
prefill(KeyedObjectPool<K, V>, K, int) - Static method in class org.apache.commons.pool.PoolUtils
Call addObject(Object)
on keyedPool
with key
count
number of times.
prefill(KeyedObjectPool<K, V>, Collection<? extends K>, int) - Static method in class org.apache.commons.pool.PoolUtils
Call addObject(Object)
on keyedPool
with each key in keys
for
count
number of times.
preparePool(K, boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Registers a key for pool control.
prev() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Listable
previous() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
previousIndex() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Cursor
previousIndex() - Method in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
PrivilegedGetTccl() - Constructor for class org.apache.commons.pool.impl.EvictionTimer.PrivilegedGetTccl
PrivilegedSetTccl(ClassLoader) - Constructor for class org.apache.commons.pool.impl.EvictionTimer.PrivilegedSetTccl
Create a new PrivilegedSetTccl using the given classloader
pruneClearedReferences() - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
If any idle objects were garbage collected, remove their
Reference
wrappers from the idle object pool.
schedule(TimerTask, long, long) - Static method in class org.apache.commons.pool.impl.EvictionTimer
Add the specified eviction task to the timer.
serialVersionUID - Static variable in class org.apache.commons.pool.impl.CursorableLinkedList
Ensure serialization compatibility
set(E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
set(int, E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Replaces the element at the specified position in this list with the
specified element.
set(int, E) - Method in class org.apache.commons.pool.impl.CursorableSubList
setConfig(GenericKeyedObjectPool.Config) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the configuration.
setConfig(GenericObjectPool.Config) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets my configuration.
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.BaseKeyedObjectPool
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.BaseObjectPool
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.impl.GenericObjectPool
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.impl.SoftReferenceObjectPool
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.impl.StackKeyedObjectPool
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.impl.StackObjectPool
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in interface org.apache.commons.pool.KeyedObjectPool
setFactory(PoolableObjectFactory<T>) - Method in interface org.apache.commons.pool.ObjectPool
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.PoolUtils.CheckedKeyedObjectPool
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.PoolUtils.CheckedObjectPool
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.PoolUtils.ErodingObjectPool
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.PoolUtils.KeyedObjectPoolAdaptor
setFactory(PoolableObjectFactory<V>) - Method in class org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
setLifo(boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the LIFO property of the pools.
setLifo(boolean) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the LIFO property of the pool.
setMaxActive(int) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the cap on the number of object instances managed by the pool per key.
setMaxActive(int) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the cap on the number of objects that can be allocated by the pool
(checked out to clients, or idle awaiting checkout) at a given time.
setMaxIdle(int) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the cap on the number of "idle" instances in the pool.
setMaxIdle(int) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the cap on the number of "idle" instances in the pool.
setMaxTotal(int) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the cap on the total number of instances from all pools combined.
setMaxWait(long) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
setMaxWait(long) - Method in class org.apache.commons.pool.impl.GenericObjectPool
setMayCreate(boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
Sets the mayCreate property
setMayCreate(boolean) - Method in class org.apache.commons.pool.impl.GenericObjectPool.Latch
Sets the mayCreate property
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
setMinIdle(int) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the minimum number of idle objects to maintain in each of the keyed
pools.
setMinIdle(int) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the minimum number of objects allowed in the pool
before the evictor thread (if active) spawns new objects.
setNext(CursorableLinkedList.Listable<E>) - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Listable
setNumTestsPerEvictionRun(int) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the max number of objects to examine during each run of the
idle object evictor thread (if any).
setNumTestsPerEvictionRun(int) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the max number of objects to examine during each run of the
idle object evictor thread (if any).
setPair(GenericKeyedObjectPool.ObjectTimestampPair<LV>) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
Allocate an ObjectTimestampPair to this latch.
setPair(GenericKeyedObjectPool.ObjectTimestampPair<T>) - Method in class org.apache.commons.pool.impl.GenericObjectPool.Latch
Sets ObjectTimestampPair on this latch
setPool(GenericKeyedObjectPool<K, V>.ObjectQueue) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
Sets the pool associated with this latch
setPrev(CursorableLinkedList.Listable<E>) - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Listable
setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any), with the extra condition that at least
"minIdle" object instances remain in the pool.
setTestOnBorrow(boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
setTestOnBorrow(boolean) - Method in class org.apache.commons.pool.impl.GenericObjectPool
setTestOnReturn(boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
setTestOnReturn(boolean) - Method in class org.apache.commons.pool.impl.GenericObjectPool
setTestWhileIdle(boolean) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
When
true
, objects will be
validated
by the idle object evictor (if any).
setTestWhileIdle(boolean) - Method in class org.apache.commons.pool.impl.GenericObjectPool
When
true , objects will be
validated
by the idle object evictor (if any).
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Sets the number of milliseconds to sleep between runs of the
idle object evictor thread.
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the number of milliseconds to sleep between runs of the
idle object evictor thread.
setValue(E) - Method in class org.apache.commons.pool.impl.CursorableLinkedList.Listable
setWhenExhaustedAction(byte) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
setWhenExhaustedAction(byte) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Sets the action to take when the
GenericObjectPool.borrowObject()
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
size() - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns the number of elements in this list.
size() - Method in class org.apache.commons.pool.impl.CursorableSubList
softMinEvictableIdleTimeMillis - Variable in class org.apache.commons.pool.impl.GenericObjectPool.Config
SoftReferenceObjectPool <T > - Class in org.apache.commons.pool.impl
SoftReferenceObjectPool() - Constructor for class org.apache.commons.pool.impl.SoftReferenceObjectPool
SoftReferenceObjectPool(PoolableObjectFactory<T>) - Constructor for class org.apache.commons.pool.impl.SoftReferenceObjectPool
Create a SoftReferenceObjectPool
with the specified factory.
SoftReferenceObjectPool(PoolableObjectFactory<T>, int) - Constructor for class org.apache.commons.pool.impl.SoftReferenceObjectPool
StackKeyedObjectPool <K ,V > - Class in org.apache.commons.pool.impl
A simple, Stack
-based KeyedObjectPool
implementation.
StackKeyedObjectPool() - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPool
Create a new pool using no factory.
StackKeyedObjectPool(int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPool
Create a new pool using no factory.
StackKeyedObjectPool(int, int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPool
Create a new pool using no factory.
StackKeyedObjectPool(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPool
Create a new SimpleKeyedObjectPool
using
the specified factory
to create new instances.
StackKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPool
Create a new SimpleKeyedObjectPool
using
the specified factory
to create new instances.
StackKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPool
Create a new SimpleKeyedObjectPool
using
the specified factory
to create new instances.
StackKeyedObjectPoolFactory <K ,V > - Class in org.apache.commons.pool.impl
StackKeyedObjectPoolFactory() - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(int, int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, int) - Constructor for class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackObjectPool <T > - Class in org.apache.commons.pool.impl
StackObjectPool() - Constructor for class org.apache.commons.pool.impl.StackObjectPool
StackObjectPool(int) - Constructor for class org.apache.commons.pool.impl.StackObjectPool
StackObjectPool(int, int) - Constructor for class org.apache.commons.pool.impl.StackObjectPool
StackObjectPool(PoolableObjectFactory<T>) - Constructor for class org.apache.commons.pool.impl.StackObjectPool
Create a new StackObjectPool using the specified factory to create new instances.
StackObjectPool(PoolableObjectFactory<T>, int) - Constructor for class org.apache.commons.pool.impl.StackObjectPool
Create a new SimpleObjectPool using the specified factory to create new instances,
capping the number of "sleeping" instances to maxIdle .
StackObjectPool(PoolableObjectFactory<T>, int, int) - Constructor for class org.apache.commons.pool.impl.StackObjectPool
Create a new StackObjectPool using the specified factory
to create new instances,
capping the number of "sleeping" instances to maxIdle
, and initially allocating a container
capable of containing at least initIdleCapacity
instances.
StackObjectPoolFactory <T > - Class in org.apache.commons.pool.impl
StackObjectPoolFactory() - Constructor for class org.apache.commons.pool.impl.StackObjectPoolFactory
StackObjectPoolFactory(int) - Constructor for class org.apache.commons.pool.impl.StackObjectPoolFactory
StackObjectPoolFactory(int, int) - Constructor for class org.apache.commons.pool.impl.StackObjectPoolFactory
StackObjectPoolFactory(PoolableObjectFactory<T>) - Constructor for class org.apache.commons.pool.impl.StackObjectPoolFactory
Create a new StackObjectPoolFactory.
StackObjectPoolFactory(PoolableObjectFactory<T>, int) - Constructor for class org.apache.commons.pool.impl.StackObjectPoolFactory
Create a new StackObjectPoolFactory.
StackObjectPoolFactory(PoolableObjectFactory<T>, int, int) - Constructor for class org.apache.commons.pool.impl.StackObjectPoolFactory
Create a new StackObjectPoolFactory.
startEvictor(long) - Method in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Start the eviction thread or service, or when
delay
is non-positive, stop it
if it is already running.
startEvictor(long) - Method in class org.apache.commons.pool.impl.GenericObjectPool
Start the eviction thread or service, or when
delay is non-positive, stop it
if it is already running.
subList(int, int) - Method in class org.apache.commons.pool.impl.CursorableLinkedList
Returns a fail-fast sublist.
subList(int, int) - Method in class org.apache.commons.pool.impl.CursorableSubList
SynchronizedKeyedObjectPool(KeyedObjectPool<K, V>) - Constructor for class org.apache.commons.pool.PoolUtils.SynchronizedKeyedObjectPool
Create a new SynchronizedKeyedObjectPool wrapping the given pool
SynchronizedKeyedPoolableObjectFactory(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.commons.pool.PoolUtils.SynchronizedKeyedPoolableObjectFactory
Create a SynchronizedKeyedPoolableObjectFactory wrapping the given factory.
SynchronizedObjectPool(ObjectPool<T>) - Constructor for class org.apache.commons.pool.PoolUtils.SynchronizedObjectPool
Create a new SynchronizedObjectPool wrapping the given pool.
synchronizedPool(ObjectPool<T>) - Static method in class org.apache.commons.pool.PoolUtils
Returns a synchronized (thread-safe) ObjectPool backed by the specified ObjectPool.
synchronizedPool(KeyedObjectPool<K, V>) - Static method in class org.apache.commons.pool.PoolUtils
Returns a synchronized (thread-safe) KeyedObjectPool backed by the specified KeyedObjectPool.
synchronizedPoolableFactory(PoolableObjectFactory<T>) - Static method in class org.apache.commons.pool.PoolUtils
Returns a synchronized (thread-safe) PoolableObjectFactory backed by the specified PoolableObjectFactory.
synchronizedPoolableFactory(KeyedPoolableObjectFactory<K, V>) - Static method in class org.apache.commons.pool.PoolUtils
Returns a synchronized (thread-safe) KeyedPoolableObjectFactory backed by the specified KeyedPoolableObjectFactory.
SynchronizedPoolableObjectFactory(PoolableObjectFactory<T>) - Constructor for class org.apache.commons.pool.PoolUtils.SynchronizedPoolableObjectFactory
Create a SynchronizedPoolableObjectFactory wrapping the given factory.
_activeCount - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
_allocationQueue - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Used to track the order in which threads call #borrowObject()
so
that objects can be allocated in the order in which the threads requested
them.
_allocationQueue - Variable in class org.apache.commons.pool.impl.GenericObjectPool
Used to track the order in which threads call
GenericObjectPool.borrowObject()
so
that objects can be allocated in the order in which the threads requested
them.
_cur - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
_cursors - Variable in class org.apache.commons.pool.impl.CursorableLinkedList
_evictionCursor - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Eviction cursor (over instances within-key)
_evictionCursor - Variable in class org.apache.commons.pool.impl.GenericObjectPool
Eviction cursor - keeps track of idle object evictor position
_evictionKeyCursor - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Eviction cursor (over keys)
_evictor - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
My idle object eviction TimerTask
, if any.
_evictor - Variable in class org.apache.commons.pool.impl.GenericObjectPool
My idle object eviction TimerTask
, if any.
_expectedModCount - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
_factory - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
_factory - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_factory - Variable in class org.apache.commons.pool.impl.GenericObjectPool
_factory - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_factory - Variable in class org.apache.commons.pool.impl.SoftReferenceObjectPool
_factory - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
_factory - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
_factory - Variable in class org.apache.commons.pool.impl.StackObjectPool
_factory - Variable in class org.apache.commons.pool.impl.StackObjectPoolFactory
_head - Variable in class org.apache.commons.pool.impl.CursorableLinkedList
A sentry node.
_initCapacity - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
_initCapacity - Variable in class org.apache.commons.pool.impl.StackObjectPoolFactory
_initSleepingCapacity - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
_key - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
key of associated pool
_lastReturned - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
_lifo - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
Whether or not the pools behave as LIFO queues (last in first out)
_lifo - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_lifo - Variable in class org.apache.commons.pool.impl.GenericObjectPool
Whether or not the pool behaves as a LIFO queue (last in first out)
_lifo - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_list - Variable in class org.apache.commons.pool.impl.CursorableSubList
My underlying list
_maxActive - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The cap on the number of active instances from the pool.
_maxActive - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_maxActive - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The cap on the total number of active instances from the pool.
_maxActive - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_maxIdle - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The cap on the number of idle instances in the pool.
_maxIdle - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_maxIdle - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The cap on the number of idle instances in the pool.
_maxIdle - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_maxSleeping - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
_maxSleeping - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPoolFactory
_maxSleeping - Variable in class org.apache.commons.pool.impl.StackObjectPool
_maxSleeping - Variable in class org.apache.commons.pool.impl.StackObjectPoolFactory
_maxTotal - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The cap on the total number of instances from the pool if non-positive.
_maxTotal - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_maxWait - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
_maxWait - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_maxWait - Variable in class org.apache.commons.pool.impl.GenericObjectPool
_maxWait - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_mayCreate - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
indicates that this latch can create an instance
_mayCreate - Variable in class org.apache.commons.pool.impl.GenericObjectPool.Latch
Whether or not this latch may create an object instance
_minEvictableIdleTimeMillis - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
_minEvictableIdleTimeMillis - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_minEvictableIdleTimeMillis - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
_minEvictableIdleTimeMillis - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_minIdle - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The minimum no of idle objects to keep in the pool.
_minIdle - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_minIdle - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The cap on the minimum number of idle instances in the pool.
_minIdle - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_modCount - Variable in class org.apache.commons.pool.impl.CursorableLinkedList
Tracks the number of structural modifications to me.
_next - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.Listable
_nextIndex - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.ListIter
_numActive - Variable in class org.apache.commons.pool.impl.GenericObjectPool
_numActive - Variable in class org.apache.commons.pool.impl.SoftReferenceObjectPool
Number of active objects.
_numActive - Variable in class org.apache.commons.pool.impl.StackObjectPool
_numInternalProcessing - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The number of objects subject to some form of internal processing
(usually creation or destruction) that should be included in the total
number of objects but are neither active nor idle.
_numTestsPerEvictionRun - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The number of objects to examine during each run of the
idle object evictor thread (if any).
_numTestsPerEvictionRun - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_numTestsPerEvictionRun - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The max number of objects to examine during each run of the
idle object evictor thread (if any).
_numTestsPerEvictionRun - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_pair - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
holds an ObjectTimestampPair when this latch has been allocated an instance
_pair - Variable in class org.apache.commons.pool.impl.GenericObjectPool.Latch
object timestamp pair allocated to this latch
_pool - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
keyed pool associated with this latch
_pool - Variable in class org.apache.commons.pool.impl.GenericObjectPool
My pool.
_pool - Variable in class org.apache.commons.pool.impl.SoftReferenceObjectPool
My pool.
_pool - Variable in class org.apache.commons.pool.impl.StackObjectPool
_poolList - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
A cursorable list of my pools.
_poolMap - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
My hash of pools (ObjectQueue).
_pools - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
_post - Variable in class org.apache.commons.pool.impl.CursorableSubList
The element in my underlying list following the last element in my list.
_pre - Variable in class org.apache.commons.pool.impl.CursorableSubList
The element in my underlying list preceding the first element in my list.
_prev - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.Listable
_size - Variable in class org.apache.commons.pool.impl.CursorableLinkedList
The number of elements in me.
_softMinEvictableIdleTimeMillis - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any), with the extra condition that at least
"minIdle" amount of object remain in the pool.
_softMinEvictableIdleTimeMillis - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_testOnBorrow - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
_testOnBorrow - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_testOnBorrow - Variable in class org.apache.commons.pool.impl.GenericObjectPool
_testOnBorrow - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_testOnReturn - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
_testOnReturn - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_testOnReturn - Variable in class org.apache.commons.pool.impl.GenericObjectPool
_testOnReturn - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_testWhileIdle - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
When
true
, objects will be
validated
by the idle object evictor (if any).
_testWhileIdle - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_testWhileIdle - Variable in class org.apache.commons.pool.impl.GenericObjectPool
When
true , objects will be
validated
by the idle object evictor (if any).
_testWhileIdle - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_timeBetweenEvictionRunsMillis - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The number of milliseconds to sleep between runs of the
idle object evictor thread.
_timeBetweenEvictionRunsMillis - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_timeBetweenEvictionRunsMillis - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The number of milliseconds to sleep between runs of the
idle object evictor thread.
_timeBetweenEvictionRunsMillis - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory
_timer - Static variable in class org.apache.commons.pool.impl.EvictionTimer
Timer instance
_totActive - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
_totalActive - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The total number of active instances.
_totalIdle - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The total number of idle instances.
_totalInternalProcessing - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
The number of objects subject to some form of internal processing
(usually creation or destruction) that should be included in the total
number of objects but are neither active nor idle.
_totIdle - Variable in class org.apache.commons.pool.impl.StackKeyedObjectPool
_usageCount - Static variable in class org.apache.commons.pool.impl.EvictionTimer
Static usage count tracker
_val - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.Listable
_valid - Variable in class org.apache.commons.pool.impl.CursorableLinkedList.Cursor
_whenExhaustedAction - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPool
_whenExhaustedAction - Variable in class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_whenExhaustedAction - Variable in class org.apache.commons.pool.impl.GenericObjectPool
The action to take when the
GenericObjectPool.borrowObject()
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
_whenExhaustedAction - Variable in class org.apache.commons.pool.impl.GenericObjectPoolFactory