Uses of Class
org.apache.commons.pool2.impl.EvictionTimer.WeakRunner
-
Packages that use EvictionTimer.WeakRunner Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of EvictionTimer.WeakRunner in org.apache.commons.pool2.impl
Fields in org.apache.commons.pool2.impl with type parameters of type EvictionTimer.WeakRunner Modifier and Type Field Description private static java.util.HashMap<java.lang.ref.WeakReference<BaseGenericObjectPool.Evictor>,EvictionTimer.WeakRunner<BaseGenericObjectPool.Evictor>>EvictionTimer. TASK_MAPKeys are weak references to tasks, values are runners managed by executor.Methods in org.apache.commons.pool2.impl that return types with arguments of type EvictionTimer.WeakRunner Modifier and Type Method Description (package private) static java.util.HashMap<java.lang.ref.WeakReference<BaseGenericObjectPool.Evictor>,EvictionTimer.WeakRunner<BaseGenericObjectPool.Evictor>>EvictionTimer. getTaskMap()Gets the task map.
-