Class GenericObjectPool.Evictor

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Evictor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Run pool maintenance.
      • Methods inherited from class java.util.TimerTask

        cancel, scheduledExecutionTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Evictor

        private Evictor()
    • Method Detail

      • run

        public void run()
        Run pool maintenance. Evict objects qualifying for eviction and then invoke GenericObjectPool.ensureMinIdle().
        Specified by:
        run in interface java.lang.Runnable
        Specified by:
        run in class java.util.TimerTask