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
  • Field Details

  • 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

      @Nullable public final TransformProgress 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

      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)
    • setupCheckpointStatsDeserializer

      protected static void setupCheckpointStatsDeserializer​(ObjectDeserializer<CheckpointStats.Builder> op)