Class MemStats
java.lang.Object
co.elastic.clients.elasticsearch.ml.get_memory_stats.MemStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<MemStats>
Json deserializer forMemStats
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
If the amount of physical memory has been overridden using the es.total_memory_bytes system property then this reports the overridden value.final int
Required - If the amount of physical memory has been overridden using thees.total_memory_bytes
system property then this reports the overridden value in bytes.final MemMlStats
ml()
Required - Contains statistics about machine learning use of native memory on the node.static MemStats
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final String
total()
Total amount of physical memory.final int
Required - 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_bytes
system 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMemStatsDeserializer
-