java.lang.Object
co.elastic.clients.elasticsearch.ml.get_memory_stats.Memory
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

    • attributes

      public final Map<String,String> attributes()
      Required - API name: attributes
    • jvm

      public final JvmStats jvm()
      Required - Contains Java Virtual Machine (JVM) statistics for the node.

      API name: jvm

    • mem

      public final MemStats mem()
      Required - Contains statistics about memory usage for the node.

      API name: mem

    • name

      public final String name()
      Required - Human-readable identifier for the node. Based on the Node name setting setting.

      API name: name

    • roles

      public final List<String> roles()
      Required - Roles assigned to the node.

      API name: roles

    • transportAddress

      public final String transportAddress()
      Required - The host and port where transport HTTP connections are accepted.

      API name: transport_address

    • ephemeralId

      public final String ephemeralId()
      Required - API name: ephemeral_id
    • 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
    • setupMemoryDeserializer

      protected static void setupMemoryDeserializer(ObjectDeserializer<Memory.Builder> op)