Apache Flink · JSON Structure

Flink Rest Subtask Checkpoint Statistics Structure

SubtaskCheckpointStatistics schema from Apache Flink REST API

Type: object Properties: 3 Required: 1
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

SubtaskCheckpointStatistics is a JSON Structure definition published by Apache Flink, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

className index status

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-subtask-checkpoint-statistics-structure.json",
  "name": "SubtaskCheckpointStatistics",
  "description": "SubtaskCheckpointStatistics schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "className": {
      "type": "string"
    },
    "index": {
      "type": "int32"
    },
    "status": {
      "type": "string"
    }
  },
  "required": [
    "className"
  ]
}