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()API name:activefinal LongAPI name:completedfinal Longlargest()API name:largeststatic ThreadCountfinal Longqueue()API name:queuefinal Longrejected()API name:rejectedvoidserialize(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()API name:threadstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forThreadCount
-
-
Method Details
-
of
-
active
API name:active -
completed
API name:completed -
largest
API name:largest -
queue
API name:queue -
rejected
API name:rejected -
threads
API name:threads -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupThreadCountDeserializer
-