java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform_stats.Checkpointing
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class Checkpointing
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static Checkpointing of​(java.util.function.Function<Checkpointing.Builder,​ObjectBuilder<Checkpointing>> fn)
    • changesLastDetectedAt

      public final long changesLastDetectedAt()
      Required - API name: changes_last_detected_at
    • changesLastDetectedAtDateTime

      @Nullable public final java.lang.String changesLastDetectedAtDateTime()
      API name: changes_last_detected_at_date_time
    • last

      public final CheckpointStats last()
      Required - API name: last
    • next

      @Nullable public final CheckpointStats next()
      API name: next
    • operationsBehind

      @Nullable public final java.lang.Long operationsBehind()
      API name: operations_behind
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupCheckpointingDeserializer

      protected static void setupCheckpointingDeserializer​(ObjectDeserializer<Checkpointing.Builder> op)