Class EvictionTimer.Reaper

java.lang.Object
org.apache.commons.pool2.impl.EvictionTimer.Reaper
All Implemented Interfaces:
Runnable
Enclosing class:
EvictionTimer

private static class EvictionTimer.Reaper extends Object implements Runnable
Task that removes references to abandoned tasks and shuts down the executor if there are no live tasks left.
  • Constructor Details

    • Reaper

      private Reaper()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable