Apache Flink · JSON Structure

Flink Rest Hardware Description Structure

HardwareDescription schema from Apache Flink REST API

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

HardwareDescription 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

cpuCores freeMemory managedMemory physicalMemory

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-hardware-description-structure.json",
  "name": "HardwareDescription",
  "description": "HardwareDescription schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "cpuCores": {
      "type": "int32"
    },
    "freeMemory": {
      "type": "int64"
    },
    "managedMemory": {
      "type": "int64"
    },
    "physicalMemory": {
      "type": "int64"
    }
  }
}