Apache Flink · JSON Structure

Flink Rest Execution Config Info Structure

ExecutionConfigInfo schema from Apache Flink REST API

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

ExecutionConfigInfo 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

job-parallelism object-reuse-mode restart-strategy user-config

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-execution-config-info-structure.json",
  "name": "ExecutionConfigInfo",
  "description": "ExecutionConfigInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "job-parallelism": {
      "type": "int32"
    },
    "object-reuse-mode": {
      "type": "boolean"
    },
    "restart-strategy": {
      "type": "string"
    },
    "user-config": {
      "type": "object"
    }
  }
}