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()Contains CPU statistics for the node.final IntegerMaximum number of file descriptors allowed on the system, or-1if not supported.final MemoryStatsmem()Contains virtual memory statistics for the node.static Processfinal IntegerNumber of opened file descriptors associated with the current or-1if not supported.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 LongLast time the statistics were refreshed.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forProcess
-
-
Method Details
-
of
-
cpu
Contains CPU statistics for the node.API name:
cpu -
mem
Contains virtual memory statistics for the node.API name:
mem -
openFileDescriptors
Number of opened file descriptors associated with the current or-1if not supported.API name:
open_file_descriptors -
maxFileDescriptors
Maximum number of file descriptors allowed on the system, or-1if not supported.API name:
max_file_descriptors -
timestamp
Last time the statistics were refreshed. Recorded in milliseconds since the Unix Epoch.API name:
timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupProcessDeserializer
-