Class ThreadCount
java.lang.Object
co.elastic.clients.elasticsearch.nodes.ThreadCount
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ThreadCount>Json deserializer forThreadCount -
Method Summary
Modifier and TypeMethodDescriptionfinal Longactive()Number of active threads in the thread pool.final LongNumber of tasks completed by the thread pool executor.final Longlargest()Highest number of active threads in the thread pool.static ThreadCountfinal Longqueue()Number of tasks in queue for the thread pool.final Longrejected()Number of tasks rejected by the thread pool executor.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Longthreads()Number of threads in the thread pool.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forThreadCount
-
-
Method Details
-
of
-
active
Number of active threads in the thread pool.API name:
active -
completed
Number of tasks completed by the thread pool executor.API name:
completed -
largest
Highest number of active threads in the thread pool.API name:
largest -
queue
Number of tasks in queue for the thread pool.API name:
queue -
rejected
Number of tasks rejected by the thread pool executor.API name:
rejected -
threads
Number of threads in the thread pool.API name:
threads -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupThreadCountDeserializer
-