Package org.apache.commons.pool.impl
Class GenericKeyedObjectPool.Evictor
java.lang.Object
java.util.TimerTask
org.apache.commons.pool.impl.GenericKeyedObjectPool.Evictor
- All Implemented Interfaces:
Runnable
- Enclosing class:
GenericKeyedObjectPool<K,
V>
The idle object evictor
TimerTask
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
Constructor Details
-
Evictor
private Evictor()
-
-
Method Details
-
run
public void run()Run pool maintenance. Evict objects qualifying for eviction and then invokeGenericKeyedObjectPool.ensureMinIdle()
.
-