Class Memory
java.lang.Object
co.elastic.clients.elasticsearch.ml.get_memory_stats.Memory
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Memory>Json deserializer forMemory -
Method Summary
Modifier and TypeMethodDescriptionRequired - API name:attributesfinal StringRequired - API name:ephemeral_idfinal JvmStatsjvm()Required - Contains Java Virtual Machine (JVM) statistics for the node.final MemStatsmem()Required - Contains statistics about memory usage for the node.final Stringname()Required - Human-readable identifier for the node.static Memoryroles()Required - Roles assigned to 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()final StringRequired - The host and port where transport HTTP connections are accepted.
-
Field Details
-
_DESERIALIZER
Json deserializer forMemory
-
-
Method Details
-
of
-
attributes
Required - API name:attributes -
jvm
Required - Contains Java Virtual Machine (JVM) statistics for the node.API name:
jvm -
mem
Required - Contains statistics about memory usage for the node.API name:
mem -
name
Required - Human-readable identifier for the node. Based on the Node name setting setting.API name:
name -
roles
Required - Roles assigned to the node.API name:
roles -
transportAddress
Required - The host and port where transport HTTP connections are accepted.API name:
transport_address -
ephemeralId
Required - API name:ephemeral_id -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMemoryDeserializer
-