Class Process
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Process
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Process>Json deserializer forProcess -
Method Summary
Modifier and TypeMethodDescriptionfinal Cpucpu()API name:cpufinal IntegerAPI name:max_file_descriptorsfinal MemoryStatsmem()API name:memstatic Processfinal IntegerAPI name:open_file_descriptorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal LongAPI name:timestamptoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forProcess
-
-
Method Details
-
of
-
cpu
API name:cpu -
mem
API name:mem -
openFileDescriptors
API name:open_file_descriptors -
maxFileDescriptors
API name:max_file_descriptors -
timestamp
API name:timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupProcessDeserializer
-