Class ExecutorService.TrackingThreadPoolExecutor

java.lang.Object
java.util.concurrent.AbstractExecutorService
java.util.concurrent.ThreadPoolExecutor
org.apache.hadoop.hbase.executor.ExecutorService.TrackingThreadPoolExecutor
All Implemented Interfaces:
Executor, ExecutorService
Enclosing class:
ExecutorService

A subclass of ThreadPoolExecutor that keeps track of the Runnables that are executing at any given point in time.