Class JvmMemoryStats
java.lang.Object
co.elastic.clients.elasticsearch.nodes.JvmMemoryStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<JvmMemoryStats>Json deserializer forJvmMemoryStats -
Method Summary
Modifier and TypeMethodDescriptionfinal LongAmount of memory, in bytes, available for use by the heap.final StringheapMax()Maximum amount of memory, available for use by the heap.final LongMaximum amount of memory, in bytes, available for use by the heap.final LongMemory, in bytes, currently in use by the heap.final LongPercentage of memory currently in use by the heap.final LongAmount of non-heap memory available, in bytes.final LongNon-heap memory used, in bytes.static JvmMemoryStatspools()Contains statistics about heap memory usage for the node.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forJvmMemoryStats
-
-
Method Details
-
of
-
heapUsedInBytes
Memory, in bytes, currently in use by the heap.API name:
heap_used_in_bytes -
heapUsedPercent
Percentage of memory currently in use by the heap.API name:
heap_used_percent -
heapCommittedInBytes
Amount of memory, in bytes, available for use by the heap.API name:
heap_committed_in_bytes -
heapMaxInBytes
Maximum amount of memory, in bytes, available for use by the heap.API name:
heap_max_in_bytes -
heapMax
Maximum amount of memory, available for use by the heap.API name:
heap_max -
nonHeapUsedInBytes
Non-heap memory used, in bytes.API name:
non_heap_used_in_bytes -
nonHeapCommittedInBytes
Amount of non-heap memory available, in bytes.API name:
non_heap_committed_in_bytes -
pools
Contains statistics about heap memory usage for the node.API name:
pools -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupJvmMemoryStatsDeserializer
protected static void setupJvmMemoryStatsDeserializer(ObjectDeserializer<JvmMemoryStats.Builder> op)
-