Class NodeProcessInfo

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

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

  • Constructor Details

  • Method Details

    • id

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

      API name: id

    • mlockall

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

      API name: mlockall

    • refreshIntervalInMillis

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

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