Uses of Class
org.apache.commons.pool2.impl.EvictionTimer.WeakRunner
Packages that use EvictionTimer.WeakRunner
-
Uses of EvictionTimer.WeakRunner in org.apache.commons.pool2.impl
Fields in org.apache.commons.pool2.impl with type parameters of type EvictionTimer.WeakRunnerModifier and TypeFieldDescriptionprivate static final HashMap<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.WeakRunnerModifier and TypeMethodDescription(package private) static HashMap<WeakReference<BaseGenericObjectPool<?>.Evictor>,EvictionTimer.WeakRunner<BaseGenericObjectPool<?>.Evictor>> EvictionTimer.getTaskMap()Gets the task map.