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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeInfoJvmMemory.BuilderBuilder forNodeInfoJvmMemory. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoJvmMemory>_DESERIALIZERJson deserializer forNodeInfoJvmMemory -
Constructor Summary
Constructors Constructor Description NodeInfoJvmMemory(NodeInfoJvmMemory.Builder builder)NodeInfoJvmMemory(java.util.function.Function<NodeInfoJvmMemory.Builder,NodeInfoJvmMemory.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringdirectMax()API name:direct_maxlongdirectMaxInBytes()Required - API name:direct_max_in_bytesjava.lang.StringheapInit()API name:heap_initlongheapInitInBytes()Required - API name:heap_init_in_bytesjava.lang.StringheapMax()API name:heap_maxlongheapMaxInBytes()Required - API name:heap_max_in_bytesjava.lang.StringnonHeapInit()API name:non_heap_initlongnonHeapInitInBytes()Required - API name:non_heap_init_in_bytesjava.lang.StringnonHeapMax()API name:non_heap_maxlongnonHeapMaxInBytes()Required - API name:non_heap_max_in_bytesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeInfoJvmMemoryDeserializer(DelegatingDeserializer<NodeInfoJvmMemory.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoJvmMemory
-
-
Constructor Details
-
NodeInfoJvmMemory
-
NodeInfoJvmMemory
public NodeInfoJvmMemory(java.util.function.Function<NodeInfoJvmMemory.Builder,NodeInfoJvmMemory.Builder> fn)
-
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupNodeInfoJvmMemoryDeserializer
protected static void setupNodeInfoJvmMemoryDeserializer(DelegatingDeserializer<NodeInfoJvmMemory.Builder> op)
-