Class OperatingSystemMemoryInfo

java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.OperatingSystemMemoryInfo
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

    • adjustedTotalInBytes

      @Nullable public final Long adjustedTotalInBytes()
      Total amount, in bytes, of memory across all selected nodes, but using the value specified using the es.total_memory_bytes system property instead of measured total memory for those nodes where that system property was set.

      API name: adjusted_total_in_bytes

    • freeInBytes

      public final long freeInBytes()
      Required - Amount, in bytes, of free physical memory across all selected nodes.

      API name: free_in_bytes

    • freePercent

      public final int freePercent()
      Required - Percentage of free physical memory across all selected nodes.

      API name: free_percent

    • totalInBytes

      public final long totalInBytes()
      Required - Total amount, in bytes, of physical memory across all selected nodes.

      API name: total_in_bytes

    • usedInBytes

      public final long usedInBytes()
      Required - Amount, in bytes, of physical memory in use across all selected nodes.

      API name: used_in_bytes

    • usedPercent

      public final int usedPercent()
      Required - Percentage of physical memory in use across all selected nodes.

      API name: used_percent

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

      protected static void setupOperatingSystemMemoryInfoDeserializer(ObjectDeserializer<OperatingSystemMemoryInfo.Builder> op)