Class MemStats
java.lang.Object
co.elastic.clients.elasticsearch.ml.get_memory_stats.MemStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MemStats>Json deserializer forMemStats -
Method Summary
Modifier and TypeMethodDescriptionfinal StringIf the amount of physical memory has been overridden using the es.total_memory_bytes system property then this reports the overridden value.final intRequired - If the amount of physical memory has been overridden using thees.total_memory_bytessystem property then this reports the overridden value in bytes.final MemMlStatsml()Required - Contains statistics about machine learning use of native memory on the node.static MemStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtotal()Total amount of physical memory.final intRequired - Total amount of physical memory in bytes.
-
Field Details
-
_DESERIALIZER
Json deserializer forMemStats
-
-
Method Details
-
of
-
adjustedTotal
If the amount of physical memory has been overridden using the es.total_memory_bytes system property then this reports the overridden value. Otherwise it reports the same value as total.API name:
adjusted_total -
adjustedTotalInBytes
public final int adjustedTotalInBytes()Required - If the amount of physical memory has been overridden using thees.total_memory_bytessystem property then this reports the overridden value in bytes. Otherwise it reports the same value astotal_in_bytes.API name:
adjusted_total_in_bytes -
total
Total amount of physical memory.API name:
total -
totalInBytes
public final int totalInBytes()Required - Total amount of physical memory in bytes.API name:
total_in_bytes -
ml
Required - Contains statistics about machine learning use of native memory on the node.API name:
ml -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMemStatsDeserializer
-