Enum Class CatThreadPoolColumn
- All Implemented Interfaces:
JsonEnum
,JsonpSerializable
,Serializable
,Comparable<CatThreadPoolColumn>
,Constable
@JsonpDeserializable
public enum CatThreadPoolColumn
extends Enum<CatThreadPoolColumn>
implements JsonEnum
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnum
JsonEnum.Deserializer<T extends JsonEnum>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNumber of active threads in the current thread pool.Number of tasks completed by the thread pool executor.Configured core number of active threads allowed in the current thread pool.Ephemeral node ID.Hostname for the current node.IP address for the current node.Configured keep alive time for threads.Highest number of active threads in the current thread pool.Configured maximum number of active threads allowed in the current thread pool.Name of the thread pool, such asanalyze
orgeneric
.ID of the node, such ask0zy
.Node name, such asI8hydUG
.Process ID of the running node.Number of threads in the current thread pool.Bound transport port for the current node.Number of tasks in the queue for the current thread pool.Maximum number of tasks permitted in the queue for the current thread pool.Number of tasks rejected by the thread pool executor.Configured fixed number of active threads allowed in the current thread pool.Type of thread pool. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]
aliases()
static CatThreadPoolColumn
Returns the enum constant of this class with the specified name.static CatThreadPoolColumn[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Active
Number of active threads in the current thread pool. -
Completed
Number of tasks completed by the thread pool executor. -
Core
Configured core number of active threads allowed in the current thread pool. -
EphemeralId
Ephemeral node ID. -
Host
Hostname for the current node. -
Ip
IP address for the current node. -
KeepAlive
Configured keep alive time for threads. -
Largest
Highest number of active threads in the current thread pool. -
Max
Configured maximum number of active threads allowed in the current thread pool. -
Name
Name of the thread pool, such asanalyze
orgeneric
. -
NodeId
ID of the node, such ask0zy
. -
NodeName
Node name, such asI8hydUG
. -
Pid
Process ID of the running node. -
PoolSize
Number of threads in the current thread pool. -
Port
Bound transport port for the current node. -
Queue
Number of tasks in the queue for the current thread pool. -
QueueSize
Maximum number of tasks permitted in the queue for the current thread pool. -
Rejected
Number of tasks rejected by the thread pool executor. -
Size
Configured fixed number of active threads allowed in the current thread pool. -
Type
Type of thread pool. Returned values arefixed
,fixed_auto_queue_size
,direct
, orscaling
.
-
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
jsonValue
-
aliases
-