Uses of Class
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
Packages that use PrioritizedEsThreadPoolExecutor Package Description org.elasticsearch.cluster.service org.elasticsearch.common.util.concurrent -
-
Uses of PrioritizedEsThreadPoolExecutor in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service that return PrioritizedEsThreadPoolExecutor Modifier and Type Method Description protected PrioritizedEsThreadPoolExecutorClusterApplierService. createThreadPoolExecutor()protected PrioritizedEsThreadPoolExecutorMasterService. createThreadPoolExecutor()Constructors in org.elasticsearch.cluster.service with parameters of type PrioritizedEsThreadPoolExecutor Constructor Description TaskBatcher(org.apache.logging.log4j.Logger logger, PrioritizedEsThreadPoolExecutor threadExecutor) -
Uses of PrioritizedEsThreadPoolExecutor in org.elasticsearch.common.util.concurrent
Methods in org.elasticsearch.common.util.concurrent that return PrioritizedEsThreadPoolExecutor Modifier and Type Method Description static PrioritizedEsThreadPoolExecutorEsExecutors. newSinglePrioritizing(String name, ThreadFactory threadFactory, ThreadContext contextHolder, ScheduledExecutorService timer)
-