Class Cgroup
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Cgroup
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Cgroup>Json deserializer forCgroup -
Method Summary
Modifier and TypeMethodDescriptionfinal CgroupCpucpu()Contains statistics aboutcpucontrol group for the node.final CpuAcctcpuacct()Contains statistics aboutcpuacctcontrol group for the node.final CgroupMemorymemory()Contains statistics about the memory control group for the node.static Cgroupvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCgroup
-
-
Method Details
-
of
-
cpuacct
Contains statistics aboutcpuacctcontrol group for the node.API name:
cpuacct -
cpu
Contains statistics aboutcpucontrol group for the node.API name:
cpu -
memory
Contains statistics about the memory control group for the node.API name:
memory -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCgroupDeserializer
-