Package org.elasticsearch.threadpool
Class ThreadPool.Names
java.lang.Object
org.elasticsearch.threadpool.ThreadPool.Names
- Enclosing class:
- ThreadPool
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
static String
static String
static String
static String
static String
static String
static String
static String
Deprecated.static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
-
Constructor Summary
-
Method Summary
-
Field Details
-
SAME
- See Also:
- Constant Field Values
-
GENERIC
- See Also:
- Constant Field Values
-
LISTENER
Deprecated.- See Also:
- Constant Field Values
-
GET
- See Also:
- Constant Field Values
-
ANALYZE
- See Also:
- Constant Field Values
-
WRITE
- See Also:
- Constant Field Values
-
SEARCH
- See Also:
- Constant Field Values
-
AUTO_COMPLETE
- See Also:
- Constant Field Values
-
SEARCH_THROTTLED
- See Also:
- Constant Field Values
-
MANAGEMENT
- See Also:
- Constant Field Values
-
FLUSH
- See Also:
- Constant Field Values
-
REFRESH
- See Also:
- Constant Field Values
-
WARMER
- See Also:
- Constant Field Values
-
SNAPSHOT
- See Also:
- Constant Field Values
-
SNAPSHOT_META
- See Also:
- Constant Field Values
-
FORCE_MERGE
- See Also:
- Constant Field Values
-
FETCH_SHARD_STARTED
- See Also:
- Constant Field Values
-
FETCH_SHARD_STORE
- See Also:
- Constant Field Values
-
SYSTEM_READ
- See Also:
- Constant Field Values
-
SYSTEM_WRITE
- See Also:
- Constant Field Values
-
SYSTEM_CRITICAL_READ
- See Also:
- Constant Field Values
-
SYSTEM_CRITICAL_WRITE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Names
public Names()
-