Class CpuAcct
java.lang.Object
co.elastic.clients.elasticsearch.nodes.CpuAcct
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CpuAcct>Json deserializer forCpuAcct -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThecpuacctcontrol group to which the Elasticsearch process belongs.static CpuAcctvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final LongThe total CPU time, in nanoseconds, consumed by all tasks in the same cgroup as the Elasticsearch process.
-
Field Details
-
_DESERIALIZER
Json deserializer forCpuAcct
-
-
Method Details
-
of
-
controlGroup
Thecpuacctcontrol group to which the Elasticsearch process belongs.API name:
control_group -
usageNanos
The total CPU time, in nanoseconds, consumed by all tasks in the same cgroup as the Elasticsearch process.API name:
usage_nanos -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCpuAcctDeserializer
-