Class NodeInfoJvmMemory
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.info.NodeInfoJvmMemory
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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_bytesstatic NodeInfoJvmMemoryof(java.util.function.Function<NodeInfoJvmMemory.Builder,ObjectBuilder<NodeInfoJvmMemory>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeInfoJvmMemoryDeserializer(ObjectDeserializer<NodeInfoJvmMemory.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<NodeInfoJvmMemory> _DESERIALIZER
Json deserializer forNodeInfoJvmMemory
-
-
Method Detail
-
of
public static NodeInfoJvmMemory of(java.util.function.Function<NodeInfoJvmMemory.Builder,ObjectBuilder<NodeInfoJvmMemory>> fn)
-
directMax
@Nullable public final java.lang.String directMax()
API name:direct_max
-
directMaxInBytes
public final long directMaxInBytes()
Required - API name:direct_max_in_bytes
-
heapInit
@Nullable public final java.lang.String heapInit()
API name:heap_init
-
heapInitInBytes
public final long heapInitInBytes()
Required - API name:heap_init_in_bytes
-
heapMax
@Nullable public final java.lang.String heapMax()
API name:heap_max
-
heapMaxInBytes
public final long heapMaxInBytes()
Required - API name:heap_max_in_bytes
-
nonHeapInit
@Nullable public final java.lang.String nonHeapInit()
API name:non_heap_init
-
nonHeapInitInBytes
public final long nonHeapInitInBytes()
Required - API name:non_heap_init_in_bytes
-
nonHeapMax
@Nullable public final java.lang.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:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupNodeInfoJvmMemoryDeserializer
protected static void setupNodeInfoJvmMemoryDeserializer(ObjectDeserializer<NodeInfoJvmMemory.Builder> op)
-
-