Class NodeInfoJvmMemory
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoJvmMemory
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NodeInfoJvmMemory extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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
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)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoJvmMemory
-
-
Method Details
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupNodeInfoJvmMemoryDeserializer
protected static void setupNodeInfoJvmMemoryDeserializer(ObjectDeserializer<NodeInfoJvmMemory.Builder> op)
-