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:
java.lang.Runnable
- Enclosing class:
- GenericKeyedObjectPool<K,V>
private class GenericKeyedObjectPool.Evictor extends java.util.TimerTaskThe idle object evictorTimerTask.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEvictor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Run pool maintenance.
-
-
-
Method Detail
-
run
public void run()
Run pool maintenance. Evict objects qualifying for eviction and then invokeGenericKeyedObjectPool.ensureMinIdle().- Specified by:
runin interfacejava.lang.Runnable- Specified by:
runin classjava.util.TimerTask
-
-