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

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

  • Method Details

    • of

    • adjustedTotal

      @Nullable public final String adjustedTotal()
      If the amount of physical memory has been overridden using the es.total_memory_bytes system property then this reports the overridden value. Otherwise it reports the same value as total.

      API name: adjusted_total

    • adjustedTotalInBytes

      public final int adjustedTotalInBytes()
      Required - If the amount of physical memory has been overridden using the es.total_memory_bytes system property then this reports the overridden value in bytes. Otherwise it reports the same value as total_in_bytes.

      API name: adjusted_total_in_bytes

    • total

      @Nullable public final String total()
      Total amount of physical memory.

      API name: total

    • totalInBytes

      public final int totalInBytes()
      Required - Total amount of physical memory in bytes.

      API name: total_in_bytes

    • ml

      public final MemMlStats ml()
      Required - Contains statistics about machine learning use of native memory on the node.

      API name: ml

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

      protected static void setupMemStatsDeserializer(ObjectDeserializer<MemStats.Builder> op)