Class Process
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Process
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<Process>
Json deserializer forProcess
-
Method Summary
Modifier and TypeMethodDescriptionfinal Cpu
cpu()
Contains CPU statistics for the node.final Integer
Maximum number of file descriptors allowed on the system, or-1
if not supported.final MemoryStats
mem()
Contains virtual memory statistics for the node.static Process
final Integer
Number of opened file descriptors associated with the current or-1
if not supported.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final Long
Last 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-1
if not supported.API name:
open_file_descriptors
-
maxFileDescriptors
Maximum number of file descriptors allowed on the system, or-1
if 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupProcessDeserializer
-