java.lang.Object
co.elastic.clients.elasticsearch.nodes.Cgroup
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class Cgroup extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • cpuacct

      @Nullable public final CpuAcct cpuacct()
      Contains statistics about cpuacct control group for the node.

      API name: cpuacct

    • cpu

      @Nullable public final CgroupCpu cpu()
      Contains statistics about cpu control group for the node.

      API name: cpu

    • memory

      @Nullable public final CgroupMemory memory()
      Contains statistics about the memory control group for the node.

      API name: memory

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupCgroupDeserializer

      protected static void setupCgroupDeserializer(ObjectDeserializer<Cgroup.Builder> op)