Class CheckpointStats
java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform_stats.CheckpointStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class CheckpointStats extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckpointStats.BuilderBuilder forCheckpointStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CheckpointStats>_DESERIALIZERJson deserializer forCheckpointStats -
Method Summary
Modifier and Type Method Description longcheckpoint()Required - API name:checkpointTransformProgresscheckpointProgress()API name:checkpoint_progressstatic CheckpointStatsof(java.util.function.Function<CheckpointStats.Builder,ObjectBuilder<CheckpointStats>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCheckpointStatsDeserializer(ObjectDeserializer<CheckpointStats.Builder> op)java.lang.Stringtimestamp()API name:timestampjava.lang.StringtimestampMillis()Required - API name:timestamp_millisjava.lang.StringtimeUpperBound()API name:time_upper_boundjava.lang.StringtimeUpperBoundMillis()API name:time_upper_bound_millisMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCheckpointStats
-
-
Method Details
-
of
public static CheckpointStats of(java.util.function.Function<CheckpointStats.Builder,ObjectBuilder<CheckpointStats>> fn) -
checkpoint
public final long checkpoint()Required - API name:checkpoint -
checkpointProgress
API name:checkpoint_progress -
timestamp
@Nullable public final java.lang.String timestamp()API name:timestamp -
timestampMillis
public final java.lang.String timestampMillis()Required - API name:timestamp_millis -
timeUpperBound
@Nullable public final java.lang.String timeUpperBound()API name:time_upper_bound -
timeUpperBoundMillis
@Nullable public final java.lang.String timeUpperBoundMillis()API name:time_upper_bound_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCheckpointStatsDeserializer
protected static void setupCheckpointStatsDeserializer(ObjectDeserializer<CheckpointStats.Builder> op)
-