Class JvmStats
java.lang.Object
co.elastic.clients.elasticsearch.ml.get_memory_stats.JvmStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<JvmStats>Json deserializer forJvmStats -
Method Summary
Modifier and TypeMethodDescriptionfinal StringheapMax()Maximum amount of memory available for use by the heap.final intRequired - Maximum amount of memory, in bytes, available for use by the heap.final StringAmount of Java heap currently being used for caching inference models.final intRequired - Amount of Java heap, in bytes, currently being used for caching inference models.final StringMaximum amount of Java heap to be used for caching inference models.final intRequired - Maximum amount of Java heap, in bytes, to be used for caching inference models.static JvmStatsvoidserialize(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 forJvmStats
-
-
Method Details
-
of
-
heapMax
Maximum amount of memory available for use by the heap.API name:
heap_max -
heapMaxInBytes
public final int heapMaxInBytes()Required - Maximum amount of memory, in bytes, available for use by the heap.API name:
heap_max_in_bytes -
javaInference
Amount of Java heap currently being used for caching inference models.API name:
java_inference -
javaInferenceInBytes
public final int javaInferenceInBytes()Required - Amount of Java heap, in bytes, currently being used for caching inference models.API name:
java_inference_in_bytes -
javaInferenceMax
Maximum amount of Java heap to be used for caching inference models.API name:
java_inference_max -
javaInferenceMaxInBytes
public final int javaInferenceMaxInBytes()Required - Maximum amount of Java heap, in bytes, to be used for caching inference models.API name:
java_inference_max_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupJvmStatsDeserializer
-