Class ExecutorService.ExecutorStatus

java.lang.Object
org.apache.hadoop.hbase.executor.ExecutorService.ExecutorStatus
Enclosing class:
ExecutorService

public static class ExecutorService.ExecutorStatus extends Object
A snapshot of the status of a particular executor. This includes the contents of the executor's pending queue, as well as the threads and events currently being processed. This is a consistent snapshot that is immutable once constructed.