Uses of Class
org.elasticsearch.threadpool.ExecutorBuilder
-
Packages that use ExecutorBuilder Package Description org.elasticsearch.plugins org.elasticsearch.threadpool -
-
Uses of ExecutorBuilder in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type ExecutorBuilder Modifier and Type Method Description List<ExecutorBuilder<?>>Plugin. getExecutorBuilders(Settings settings)Provides the list of this plugin's custom thread pools, empty if none.List<ExecutorBuilder<?>>PluginsService. getExecutorBuilders(Settings settings) -
Uses of ExecutorBuilder in org.elasticsearch.threadpool
Subclasses of ExecutorBuilder in org.elasticsearch.threadpool Modifier and Type Class Description classAutoQueueAdjustingExecutorBuilderA builder for executors that automatically adjust the queue length as needed, depending on Little's Law.classFixedExecutorBuilderA builder for fixed executors.classScalingExecutorBuilderA builder for scaling executors.Methods in org.elasticsearch.threadpool that return types with arguments of type ExecutorBuilder Modifier and Type Method Description Collection<ExecutorBuilder>ThreadPool. builders()Constructors in org.elasticsearch.threadpool with parameters of type ExecutorBuilder Constructor Description ThreadPool(Settings settings, ExecutorBuilder<?>... customBuilders)
-