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

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

  • Method Details

    • of

    • cpu

      @Nullable public final Cpu cpu()
      API name: cpu
    • mem

      @Nullable public final MemoryStats mem()
      API name: mem
    • openFileDescriptors

      @Nullable public final Integer openFileDescriptors()
      API name: open_file_descriptors
    • maxFileDescriptors

      @Nullable public final Integer maxFileDescriptors()
      API name: max_file_descriptors
    • timestamp

      @Nullable public final Long timestamp()
      API name: timestamp
    • 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
    • setupProcessDeserializer

      protected static void setupProcessDeserializer(ObjectDeserializer<Process.Builder> op)