Class OperatingSystemMemoryInfo

java.lang.Object
org.opensearch.client.opensearch.cluster.stats.OperatingSystemMemoryInfo
All Implemented Interfaces:
JsonpSerializable, PlainJsonSerializable, ToCopyableBuilder<OperatingSystemMemoryInfo.Builder,OperatingSystemMemoryInfo>

@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class OperatingSystemMemoryInfo extends Object implements PlainJsonSerializable, ToCopyableBuilder<OperatingSystemMemoryInfo.Builder,OperatingSystemMemoryInfo>
  • 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

    • free

      @Nullable public final String free()
      Amount, in bytes, of free physical memory across all selected nodes.

      API name: free

    • 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 double freePercent()
      Required - Percentage of free physical memory across all selected nodes.

      API name: free_percent

    • total

      @Nullable public final String total()
      Total amount of physical memory across all selected nodes.

      API name: total

    • totalInBytes

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

      API name: total_in_bytes

    • used

      @Nullable public final String used()
      Amount of physical memory in use across all selected nodes.

      API name: used

    • 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 double 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)
    • toBuilder

      @Nonnull public OperatingSystemMemoryInfo.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Create a new builder ToCopyableBuilder that is initialised with the current state of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<OperatingSystemMemoryInfo.Builder,OperatingSystemMemoryInfo>
      Returns:
      a new builder instance.
    • builder

      @Nonnull public static OperatingSystemMemoryInfo.Builder builder()
    • setupOperatingSystemMemoryInfoDeserializer

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object