Class NodeProcessInfo

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

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

  • Method Details

    • of

    • id

      public final long id()
      Required - Process identifier (PID)

      API name: id

    • mlockall

      public final boolean mlockall()
      Required - Indicates if the process address space has been successfully locked in memory

      API name: mlockall

    • refreshIntervalInMillis

      public final long refreshIntervalInMillis()
      Required - Refresh interval for the process statistics

      API name: refresh_interval_in_millis

    • 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
    • setupNodeProcessInfoDeserializer

      protected static void setupNodeProcessInfoDeserializer(ObjectDeserializer<NodeProcessInfo.Builder> op)