Package org.elasticsearch.threadpool
Class ThreadPool.Names
- java.lang.Object
-
- org.elasticsearch.threadpool.ThreadPool.Names
-
- Enclosing class:
- ThreadPool
public static class ThreadPool.Names extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringANALYZEstatic StringFETCH_SHARD_STARTEDstatic StringFETCH_SHARD_STOREstatic StringFLUSHstatic StringFORCE_MERGEstatic StringGENERICstatic StringGETstatic StringLISTENERstatic StringMANAGEMENTstatic StringREFRESHstatic StringSAMEstatic StringSEARCHstatic StringSEARCH_THROTTLEDstatic StringSNAPSHOTstatic StringWARMERstatic StringWRITE
-
Constructor Summary
Constructors Constructor Description Names()
-
-
-
Field Detail
-
SAME
public static final String SAME
- See Also:
- Constant Field Values
-
GENERIC
public static final String GENERIC
- See Also:
- Constant Field Values
-
LISTENER
public static final String LISTENER
- See Also:
- Constant Field Values
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
ANALYZE
public static final String ANALYZE
- See Also:
- Constant Field Values
-
WRITE
public static final String WRITE
- See Also:
- Constant Field Values
-
SEARCH
public static final String SEARCH
- See Also:
- Constant Field Values
-
SEARCH_THROTTLED
public static final String SEARCH_THROTTLED
- See Also:
- Constant Field Values
-
MANAGEMENT
public static final String MANAGEMENT
- See Also:
- Constant Field Values
-
FLUSH
public static final String FLUSH
- See Also:
- Constant Field Values
-
REFRESH
public static final String REFRESH
- See Also:
- Constant Field Values
-
WARMER
public static final String WARMER
- See Also:
- Constant Field Values
-
SNAPSHOT
public static final String SNAPSHOT
- See Also:
- Constant Field Values
-
FORCE_MERGE
public static final String FORCE_MERGE
- See Also:
- Constant Field Values
-
FETCH_SHARD_STARTED
public static final String FETCH_SHARD_STARTED
- See Also:
- Constant Field Values
-
FETCH_SHARD_STORE
public static final String FETCH_SHARD_STORE
- See Also:
- Constant Field Values
-
-