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

@JsonpDeserializable
public final class Process
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • cpu

      public Cpu cpu()
      Required - API name: cpu
    • mem

      public MemoryStats mem()
      Required - API name: mem
    • openFileDescriptors

      public int openFileDescriptors()
      Required - API name: open_file_descriptors
    • timestamp

      public long timestamp()
      Required - 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)
    • setupProcessDeserializer

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