Class JvmMemoryStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.JvmMemoryStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<JvmMemoryStats.Builder,JvmMemoryStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class JvmMemoryStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<JvmMemoryStats.Builder,JvmMemoryStats>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<JvmMemoryStats> Json deserializer forJvmMemoryStats -
Method Summary
Modifier and TypeMethodDescriptionstatic JvmMemoryStats.Builderbuilder()booleaninthashCode()final StringAmount of memory available for use by the heap.final 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 StringheapUsed()Memory currently in use by the heap.final LongMemory, in bytes, currently in use by the heap.final DoublePercentage of memory currently in use by the heap.final StringAmount of non-heap memory available.final LongAmount of non-heap memory available, in bytes.final StringNon-heap memory used.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 voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forJvmMemoryStats
-
-
Method Details
-
of
-
heapCommitted
Amount of memory available for use by the heap.API name:
heap_committed -
heapCommittedInBytes
Amount of memory, in bytes, available for use by the heap.API name:
heap_committed_in_bytes -
heapMax
Maximum amount of memory available for use by the heap.API name:
heap_max -
heapMaxInBytes
Maximum amount of memory, in bytes, available for use by the heap.API name:
heap_max_in_bytes -
heapUsed
Memory currently in use by the heap.API name:
heap_used -
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 -
nonHeapCommitted
Amount of non-heap memory available.API name:
non_heap_committed -
nonHeapCommittedInBytes
Amount of non-heap memory available, in bytes.API name:
non_heap_committed_in_bytes -
nonHeapUsed
Non-heap memory used.API name:
non_heap_used -
nonHeapUsedInBytes
Non-heap memory used, in bytes.API name:
non_heap_used_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
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<JvmMemoryStats.Builder,JvmMemoryStats> - Returns:
- a new builder instance.
-
builder
-
setupJvmMemoryStatsDeserializer
protected static void setupJvmMemoryStatsDeserializer(ObjectDeserializer<JvmMemoryStats.Builder> op) -
hashCode
public int hashCode() -
equals
-