Class NodeInfoJvmMemory

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

@JsonpDeserializable
public final class NodeInfoJvmMemory
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • directMax

      @Nullable public java.lang.String directMax()
      API name: direct_max
    • directMaxInBytes

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

      @Nullable public java.lang.String heapInit()
      API name: heap_init
    • heapInitInBytes

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

      @Nullable public java.lang.String heapMax()
      API name: heap_max
    • heapMaxInBytes

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

      @Nullable public java.lang.String nonHeapInit()
      API name: non_heap_init
    • nonHeapInitInBytes

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

      @Nullable public java.lang.String nonHeapMax()
      API name: non_heap_max
    • nonHeapMaxInBytes

      public 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)
    • setupNodeInfoJvmMemoryDeserializer

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