Class UnorderedThreadPoolExecutor.Worker

java.lang.Object
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor.Worker
All Implemented Interfaces:
Runnable
Enclosing class:
UnorderedThreadPoolExecutor

private class UnorderedThreadPoolExecutor.Worker extends Object implements Runnable
  • Field Details

    • completedTaskCount

      private AtomicLong completedTaskCount
    • thread

      private Thread thread
  • Constructor Details

    • Worker

      private Worker()
  • Method Details

    • run

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

      private Runnable fetchTask()
    • runTask

      private void runTask(Runnable task)