Class ClusterProcess
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterProcess
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterProcess>Json deserializer forClusterProcess -
Method Summary
Modifier and TypeMethodDescriptionfinal ClusterProcessCpucpu()Required - Contains statistics about CPU used by selected nodes.static ClusterProcessRequired - Contains statistics about open file descriptors in selected nodes.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 forClusterProcess
-
-
Method Details
-
of
-
cpu
Required - Contains statistics about CPU used by selected nodes.API name:
cpu -
openFileDescriptors
Required - Contains statistics about open file descriptors in selected nodes.API name:
open_file_descriptors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterProcessDeserializer
protected static void setupClusterProcessDeserializer(ObjectDeserializer<ClusterProcess.Builder> op)
-