Uses of Class
org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
-
Packages that use ThreadPool.ThreadPoolType Package Description org.elasticsearch.threadpool -
-
Uses of ThreadPool.ThreadPoolType in org.elasticsearch.threadpool
Fields in org.elasticsearch.threadpool with type parameters of type ThreadPool.ThreadPoolType Modifier and Type Field Description static Map<String,ThreadPool.ThreadPoolType>ThreadPool. THREAD_POOL_TYPESMethods in org.elasticsearch.threadpool that return ThreadPool.ThreadPoolType Modifier and Type Method Description static ThreadPool.ThreadPoolTypeThreadPool.ThreadPoolType. fromType(String type)ThreadPool.ThreadPoolTypeThreadPool.Info. getThreadPoolType()static ThreadPool.ThreadPoolTypeThreadPool.ThreadPoolType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreadPool.ThreadPoolType[]ThreadPool.ThreadPoolType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.threadpool with parameters of type ThreadPool.ThreadPoolType Constructor Description Info(String name, ThreadPool.ThreadPoolType type)Info(String name, ThreadPool.ThreadPoolType type, int size)Info(String name, ThreadPool.ThreadPoolType type, int min, int max, TimeValue keepAlive, SizeValue queueSize)
-