java.lang.Object
org.elasticsearch.threadpool.ThreadPool.Names
- Enclosing class:
- ThreadPool
List of names that identify Java thread pools that are created in
ThreadPool()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
Important management tasks that keep the cluster from falling apart.static final String
static final String
static final String
static final String
static final String
All the tasks that do not relate to the purpose of one of the other thread pools should use this thread pool.static final String
static final String
Cluster management tasks.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GENERIC
All the tasks that do not relate to the purpose of one of the other thread pools should use this thread pool. Try to pick one of the other more specific thread pools where possible.- See Also:
-
CLUSTER_COORDINATION
Important management tasks that keep the cluster from falling apart. This thread pool ensures cluster coordination tasks do not get blocked by less critical tasks and can continue to make progress. This thread pool also defaults to a single thread, reducing contention on the Coordinator mutex.- See Also:
-
GET
- See Also:
-
ANALYZE
- See Also:
-
WRITE
- See Also:
-
SEARCH
- See Also:
-
SEARCH_WORKER
- See Also:
-
SEARCH_COORDINATION
- See Also:
-
AUTO_COMPLETE
- See Also:
-
SEARCH_THROTTLED
- See Also:
-
MANAGEMENT
Cluster management tasks. Tasks that manage data, and tasks that report on cluster health via statistics etc. Not a latency sensitive thread pool: some tasks may time be long-running; and the thread pool size is limited / relatively small.- See Also:
-
FLUSH
- See Also:
-
REFRESH
- See Also:
-
WARMER
- See Also:
-
SNAPSHOT
- See Also:
-
SNAPSHOT_META
- See Also:
-
FORCE_MERGE
- See Also:
-
FETCH_SHARD_STARTED
- See Also:
-
FETCH_SHARD_STORE
- See Also:
-
SYSTEM_READ
- See Also:
-
SYSTEM_WRITE
- See Also:
-
SYSTEM_CRITICAL_READ
- See Also:
-
SYSTEM_CRITICAL_WRITE
- See Also:
-
-
Constructor Details
-
Names
public Names()
-