Apache Flink · Example Payload

Flink Rest Checkpoint Statistics Summary Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Checkpoint Statistics 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

alignment_bufferedcheckpointed_sizeend_to_end_durationpersisted_dataprocessed_datastate_size

Example Payload

Raw ↑
{
  "alignment_buffered": "example-value",
  "checkpointed_size": "example-value",
  "end_to_end_duration": "example-value",
  "persisted_data": "example-value",
  "processed_data": "example-value",
  "state_size": "RUNNING"
}