Class GetMemoryStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.GetMemoryStatsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetMemoryStatsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetMemoryStatsResponse>Json deserializer forGetMemoryStatsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:cluster_namenodes()Required - API name:nodesfinal NodeStatisticsRequired - API name:_nodesstatic GetMemoryStatsResponsevoidserialize(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 forGetMemoryStatsResponse
-
-
Method Details
-
of
public static GetMemoryStatsResponse of(Function<GetMemoryStatsResponse.Builder, ObjectBuilder<GetMemoryStatsResponse>> fn) -
nodeStats
Required - API name:_nodes -
clusterName
Required - API name:cluster_name -
nodes
Required - API name:nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetMemoryStatsResponseDeserializer
protected static void setupGetMemoryStatsResponseDeserializer(ObjectDeserializer<GetMemoryStatsResponse.Builder> op)
-