Class Checkpointing
java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform_stats.Checkpointing
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Checkpointing extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckpointing.BuilderBuilder forCheckpointing. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Checkpointing>_DESERIALIZERJson deserializer forCheckpointing -
Constructor Summary
Constructors Constructor Description Checkpointing(Checkpointing.Builder builder)Checkpointing(java.util.function.Function<Checkpointing.Builder,Checkpointing.Builder> fn) -
Method Summary
Modifier and Type Method Description longchangesLastDetectedAt()Required - API name:changes_last_detected_atjava.lang.StringchangesLastDetectedAtDateTime()API name:changes_last_detected_at_date_timeCheckpointStatslast()Required - API name:lastCheckpointStatsnext()API name:nextjava.lang.LongoperationsBehind()API name:operations_behindvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCheckpointingDeserializer(DelegatingDeserializer<Checkpointing.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCheckpointing
-
-
Constructor Details
-
Checkpointing
-
Checkpointing
-
-
Method Details
-
changesLastDetectedAt
public long changesLastDetectedAt()Required - API name:changes_last_detected_at -
changesLastDetectedAtDateTime
@Nullable public java.lang.String changesLastDetectedAtDateTime()API name:changes_last_detected_at_date_time -
last
Required - API name:last -
next
API name:next -
operationsBehind
@Nullable public java.lang.Long operationsBehind()API name:operations_behind -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCheckpointingDeserializer
protected static void setupCheckpointingDeserializer(DelegatingDeserializer<Checkpointing.Builder> op)
-