Apache Flink · JSON Structure

Flink Rest Subtask Execution Attempt Accumulators Info Structure

SubtaskExecutionAttemptAccumulatorsInfo schema from Apache Flink REST API

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

SubtaskExecutionAttemptAccumulatorsInfo 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

attempt id subtask user-accumulators

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-execution-attempt-accumulators-info-structure.json",
  "name": "SubtaskExecutionAttemptAccumulatorsInfo",
  "description": "SubtaskExecutionAttemptAccumulatorsInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "attempt": {
      "type": "int32"
    },
    "id": {
      "type": "string"
    },
    "subtask": {
      "type": "int32"
    },
    "user-accumulators": {
      "type": "array"
    }
  }
}