Class NodeInfoJvmMemory

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

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

  • Method Details

    • of

    • directMax

      @Nullable public final String directMax()
      API name: direct_max
    • directMaxInBytes

      public final long directMaxInBytes()
      Required - API name: direct_max_in_bytes
    • heapInit

      @Nullable public final String heapInit()
      API name: heap_init
    • heapInitInBytes

      public final long heapInitInBytes()
      Required - API name: heap_init_in_bytes
    • heapMax

      @Nullable public final String heapMax()
      API name: heap_max
    • heapMaxInBytes

      public final long heapMaxInBytes()
      Required - API name: heap_max_in_bytes
    • nonHeapInit

      @Nullable public final String nonHeapInit()
      API name: non_heap_init
    • nonHeapInitInBytes

      public final long nonHeapInitInBytes()
      Required - API name: non_heap_init_in_bytes
    • nonHeapMax

      @Nullable public final String nonHeapMax()
      API name: non_heap_max
    • nonHeapMaxInBytes

      public final long nonHeapMaxInBytes()
      Required - API name: non_heap_max_in_bytes
    • 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
    • setupNodeInfoJvmMemoryDeserializer

      protected static void setupNodeInfoJvmMemoryDeserializer(ObjectDeserializer<NodeInfoJvmMemory.Builder> op)