Apache Flink · JSON Structure

Flink Rest Checkpoint Statistics Summary Structure

CheckpointStatisticsSummary schema from Apache Flink REST API

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

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

Properties

alignment_buffered checkpointed_size end_to_end_duration persisted_data processed_data state_size

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-statistics-summary-structure.json",
  "name": "CheckpointStatisticsSummary",
  "description": "CheckpointStatisticsSummary schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "alignment_buffered": {
      "type": "string"
    },
    "checkpointed_size": {
      "type": "string"
    },
    "end_to_end_duration": {
      "type": "string"
    },
    "persisted_data": {
      "type": "string"
    },
    "processed_data": {
      "type": "string"
    },
    "state_size": {
      "type": "string"
    }
  }
}