Class TransformNodeStats
java.lang.Object
co.elastic.clients.elasticsearch.transform.get_node_stats.TransformNodeStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TransformNodeStats>Json deserializer forTransformNodeStats -
Method Summary
Modifier and TypeMethodDescriptionstatic TransformNodeStatsrebuild()final TransformSchedulerStatsRequired - API name:schedulervoidserialize(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 forTransformNodeStats
-
-
Method Details
-
of
public static TransformNodeStats of(Function<TransformNodeStats.Builder, ObjectBuilder<TransformNodeStats>> fn) -
scheduler
Required - API name:scheduler -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
TransformNodeStats.Builderinitialized with field values of this instance
-
setupTransformNodeStatsDeserializer
protected static void setupTransformNodeStatsDeserializer(ObjectDeserializer<TransformNodeStats.Builder> op)
-