Class OpenSearchThreadPoolExecutor

java.lang.Object
java.util.concurrent.AbstractExecutorService
java.util.concurrent.ThreadPoolExecutor
org.opensearch.common.util.concurrent.OpenSearchThreadPoolExecutor
All Implemented Interfaces:
Executor, ExecutorService
Direct Known Subclasses:
PrioritizedOpenSearchThreadPoolExecutor, QueueResizingOpenSearchThreadPoolExecutor

public class OpenSearchThreadPoolExecutor extends ThreadPoolExecutor
An extension to thread pool executor, allowing (in the future) to add specific additional stats to it.
Opensearch.internal: