Class JvmThreads
java.lang.Object
co.elastic.clients.elasticsearch.nodes.JvmThreads
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<JvmThreads>Json deserializer forJvmThreads -
Method Summary
Modifier and TypeMethodDescriptionfinal Longcount()Number of active threads in use by JVM.static JvmThreadsfinal LongHighest number of threads used by JVM.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forJvmThreads
-
-
Method Details
-
of
-
count
Number of active threads in use by JVM.API name:
count -
peakCount
Highest number of threads used by JVM.API name:
peak_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupJvmThreadsDeserializer
-