Apache Flink · JSON Structure

Flink Rest Checkpoint Alignment Summary Structure

CheckpointAlignmentSummary schema from Apache Flink REST API

Type: object Properties: 4
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

CheckpointAlignmentSummary is a JSON Structure definition published by Apache Flink, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

buffered duration persisted processed

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-checkpoint-alignment-summary-structure.json",
  "name": "CheckpointAlignmentSummary",
  "description": "CheckpointAlignmentSummary schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "buffered": {
      "type": "string"
    },
    "duration": {
      "type": "string"
    },
    "persisted": {
      "type": "string"
    },
    "processed": {
      "type": "string"
    }
  }
}