Apache Flink · Example Payload

Flink Rest Checkpointing Statistics Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Checkpointing Statistics Example is an example object payload from Apache Flink, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countshistorylatestsummary

Example Payload

Raw ↑
{
  "counts": "example-value",
  "history": [
    "example-value"
  ],
  "latest": "example-value",
  "summary": "example-value"
}