Uses of Class
org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
Packages that use EsThreadPoolExecutor Package Description org.elasticsearch.common.util.concurrent org.elasticsearch.discovery.zen -
-
Uses of EsThreadPoolExecutor in org.elasticsearch.common.util.concurrent
Subclasses of EsThreadPoolExecutor in org.elasticsearch.common.util.concurrent Modifier and Type Class Description classPrioritizedEsThreadPoolExecutorA prioritizing executor which uses a priority queue as a work queue.classQueueResizingEsThreadPoolExecutorAn extension to thread pool executor, which automatically adjusts the queue size of theResizableBlockingQueueaccording to Little's Law.Methods in org.elasticsearch.common.util.concurrent that return EsThreadPoolExecutor Modifier and Type Method Description static EsThreadPoolExecutorEsExecutors. newAutoQueueFixed(String name, int size, int initialQueueCapacity, int minQueueSize, int maxQueueSize, int frameSize, TimeValue targetedResponseTime, ThreadFactory threadFactory, ThreadContext contextHolder)Return a new executor that will automatically adjust the queue size based on queue throughput.static EsThreadPoolExecutorEsExecutors. newFixed(String name, int size, int queueCapacity, ThreadFactory threadFactory, ThreadContext contextHolder)static EsThreadPoolExecutorEsExecutors. newScaling(String name, int min, int max, long keepAliveTime, TimeUnit unit, ThreadFactory threadFactory, ThreadContext contextHolder) -
Uses of EsThreadPoolExecutor in org.elasticsearch.discovery.zen
Fields in org.elasticsearch.discovery.zen declared as EsThreadPoolExecutor Modifier and Type Field Description protected EsThreadPoolExecutorUnicastZenPing. unicastZenPingExecutorService
-