Class CheckpointStats
java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform_stats.CheckpointStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CheckpointStats>Json deserializer forCheckpointStats -
Method Summary
Modifier and TypeMethodDescriptionfinal longRequired - API name:checkpointfinal TransformProgressAPI name:checkpoint_progressstatic CheckpointStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal DateTimeAPI name:timestampfinal LongAPI name:timestamp_millisfinal DateTimeAPI name:time_upper_boundfinal LongAPI name:time_upper_bound_millistoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCheckpointStats
-
-
Method Details
-
of
public static CheckpointStats of(Function<CheckpointStats.Builder, ObjectBuilder<CheckpointStats>> fn) -
checkpoint
public final long checkpoint()Required - API name:checkpoint -
checkpointProgress
API name:checkpoint_progress -
timestamp
API name:timestamp -
timestampMillis
API name:timestamp_millis -
timeUpperBound
API name:time_upper_bound -
timeUpperBoundMillis
API name:time_upper_bound_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCheckpointStatsDeserializer
protected static void setupCheckpointStatsDeserializer(ObjectDeserializer<CheckpointStats.Builder> op)
-