| Package | Description |
|---|---|
| org.elasticsearch.threadpool |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,ThreadPool.ThreadPoolType> |
ThreadPool.THREAD_POOL_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static ThreadPool.ThreadPoolType |
ThreadPool.ThreadPoolType.fromType(String type) |
ThreadPool.ThreadPoolType |
ThreadPool.Info.getThreadPoolType() |
static ThreadPool.ThreadPoolType |
ThreadPool.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.
|
| Constructor and Description |
|---|
ThreadPool.Info(String name,
ThreadPool.ThreadPoolType type) |
ThreadPool.Info(String name,
ThreadPool.ThreadPoolType type,
int size) |
ThreadPool.Info(String name,
ThreadPool.ThreadPoolType type,
int min,
int max,
TimeValue keepAlive,
SizeValue queueSize) |
Copyright © 2009–2017. All rights reserved.