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

@JsonpDeserializable
public class Process
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static Process of​(java.util.function.Function<Process.Builder,​ObjectBuilder<Process>> fn)
    • cpu

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

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

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

      public final 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​(ObjectDeserializer<Process.Builder> op)