Apache Flink · Schema

CheckpointStatistics

CheckpointStatistics schema from Apache Flink REST API

ApacheBatch ProcessingBig DataOpen-SourceReal-Time AnalyticsStateful ComputingStream Processing

Properties

Name Type Description
alignment_buffered integer
checkpoint_type object
checkpointed_size integer
className string
end_to_end_duration integer
id integer
is_savepoint boolean
latest_ack_timestamp integer
num_acknowledged_subtasks integer
num_subtasks integer
persisted_data integer
processed_data integer
savepointFormat string
state_size integer
status object
tasks object
trigger_timestamp integer
View JSON Schema on GitHub

JSON Schema

flink-rest-checkpoint-statistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-schema/flink-rest-checkpoint-statistics-schema.json",
  "title": "CheckpointStatistics",
  "description": "CheckpointStatistics schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "alignment_buffered": {
      "type": "integer",
      "format": "int64"
    },
    "checkpoint_type": {
      "$ref": "#/components/schemas/RestAPICheckpointType"
    },
    "checkpointed_size": {
      "type": "integer",
      "format": "int64"
    },
    "className": {
      "type": "string"
    },
    "end_to_end_duration": {
      "type": "integer",
      "format": "int64"
    },
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "is_savepoint": {
      "type": "boolean"
    },
    "latest_ack_timestamp": {
      "type": "integer",
      "format": "int64"
    },
    "num_acknowledged_subtasks": {
      "type": "integer",
      "format": "int32"
    },
    "num_subtasks": {
      "type": "integer",
      "format": "int32"
    },
    "persisted_data": {
      "type": "integer",
      "format": "int64"
    },
    "processed_data": {
      "type": "integer",
      "format": "int64"
    },
    "savepointFormat": {
      "type": "string"
    },
    "state_size": {
      "type": "integer",
      "format": "int64"
    },
    "status": {
      "$ref": "#/components/schemas/CheckpointStatsStatus"
    },
    "tasks": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/TaskCheckpointStatistics"
      }
    },
    "trigger_timestamp": {
      "type": "integer",
      "format": "int64"
    }
  },
  "required": [
    "className"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/flink-rest-checkpoint-statistics"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.