Class QueueResizingEsThreadPoolExecutor

All Implemented Interfaces:
Executor, ExecutorService

public final class QueueResizingEsThreadPoolExecutor extends EsThreadPoolExecutor
An extension to thread pool executor, which automatically adjusts the queue size of the ResizableBlockingQueue according to Little's Law.