Class Process
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Process
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Process>Json deserializer forProcess
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forProcess
 
- 
- 
Method Details- 
of
- 
cpuContains CPU statistics for the node.API name: cpu
- 
memContains virtual memory statistics for the node.API name: mem
- 
openFileDescriptorsNumber of opened file descriptors associated with the current or-1if not supported.API name: open_file_descriptors
- 
maxFileDescriptorsMaximum number of file descriptors allowed on the system, or-1if not supported.API name: max_file_descriptors
- 
timestampLast time the statistics were refreshed. Recorded in milliseconds since the Unix Epoch.API name: timestamp
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupProcessDeserializer
 
-