Apache Flink · Example Payload

Flink Rest Task Checkpoint Statistics With Subtask Details Summary Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Task Checkpoint Statistics With Subtask Details Summary Example is an example object payload from Apache Flink, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

alignmentcheckpoint_durationcheckpointed_sizeend_to_end_durationstart_delaystate_size

Example Payload

Raw ↑
{
  "alignment": "example-value",
  "checkpoint_duration": "example-value",
  "checkpointed_size": "example-value",
  "end_to_end_duration": "example-value",
  "start_delay": "example-value",
  "state_size": "RUNNING"
}