-
{
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointingStatistics”,
“properties” : {
“counts” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointingStatistics:Counts”,
“properties” : {
“completed” : {
“type” : “integer”
},
“failed” : {
“type” : “integer”
},
“in_progress” : {
“type” : “integer”
},
“restored” : {
“type” : “integer”
},
“total” : {
“type” : “integer”
}
}
},
“history” : {
“type” : “array”,
“items” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointStatistics”,
“properties” : {
“alignment_buffered” : {
“type” : “integer”
},
“checkpoint_type” : {
“type” : “string”,
“enum” : [ “CHECKPOINT”, “SAVEPOINT”, “SYNC_SAVEPOINT” ]
},
“end_to_end_duration” : {
“type” : “integer”
},
“id” : {
“type” : “integer”
},
“is_savepoint” : {
“type” : “boolean”
},
“latest_ack_timestamp” : {
“type” : “integer”
},
“num_acknowledged_subtasks” : {
“type” : “integer”
},
“num_subtasks” : {
“type” : “integer”
},
“persisted_data” : {
“type” : “integer”
},
“processed_data” : {
“type” : “integer”
},
“state_size” : {
“type” : “integer”
},
“status” : {
“type” : “string”,
“enum” : [ “IN_PROGRESS”, “COMPLETED”, “FAILED” ]
},
“tasks” : {
“type” : “object”,
“additionalProperties” : {
“type” : “object”,
“$ref” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:TaskCheckpointStatistics”
}
},
“trigger_timestamp” : {
“type” : “integer”
}
}
}
},
“latest” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointingStatistics:LatestCheckpoints”,
“properties” : {
“completed” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointStatistics:CompletedCheckpointStatistics”,
“properties” : {
“alignment_buffered” : {
“type” : “integer”
},
“checkpoint_type” : {
“type” : “string”,
“enum” : [ “CHECKPOINT”, “SAVEPOINT”, “SYNC_SAVEPOINT” ]
},
“discarded” : {
“type” : “boolean”
},
“end_to_end_duration” : {
“type” : “integer”
},
“external_path” : {
“type” : “string”
},
“id” : {
“type” : “integer”
},
“is_savepoint” : {
“type” : “boolean”
},
“latest_ack_timestamp” : {
“type” : “integer”
},
“num_acknowledged_subtasks” : {
“type” : “integer”
},
“num_subtasks” : {
“type” : “integer”
},
“persisted_data” : {
“type” : “integer”
},
“processed_data” : {
“type” : “integer”
},
“state_size” : {
“type” : “integer”
},
“status” : {
“type” : “string”,
“enum” : [ “IN_PROGRESS”, “COMPLETED”, “FAILED” ]
},
“tasks” : {
“type” : “object”,
“additionalProperties” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:TaskCheckpointStatistics”,
“properties” : {
“alignment_buffered” : {
“type” : “integer”
},
“end_to_end_duration” : {
“type” : “integer”
},
“id” : {
“type” : “integer”
},
“latest_ack_timestamp” : {
“type” : “integer”
},
“num_acknowledged_subtasks” : {
“type” : “integer”
},
“num_subtasks” : {
“type” : “integer”
},
“persisted_data” : {
“type” : “integer”
},
“processed_data” : {
“type” : “integer”
},
“state_size” : {
“type” : “integer”
},
“status” : {
“type” : “string”,
“enum” : [ “IN_PROGRESS”, “COMPLETED”, “FAILED” ]
}
}
}
},
“trigger_timestamp” : {
“type” : “integer”
}
}
},
“failed” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointStatistics:FailedCheckpointStatistics”,
“properties” : {
“alignment_buffered” : {
“type” : “integer”
},
“checkpoint_type” : {
“type” : “string”,
“enum” : [ “CHECKPOINT”, “SAVEPOINT”, “SYNC_SAVEPOINT” ]
},
“end_to_end_duration” : {
“type” : “integer”
},
“failure_message” : {
“type” : “string”
},
“failure_timestamp” : {
“type” : “integer”
},
“id” : {
“type” : “integer”
},
“is_savepoint” : {
“type” : “boolean”
},
“latest_ack_timestamp” : {
“type” : “integer”
},
“num_acknowledged_subtasks” : {
“type” : “integer”
},
“num_subtasks” : {
“type” : “integer”
},
“persisted_data” : {
“type” : “integer”
},
“processed_data” : {
“type” : “integer”
},
“state_size” : {
“type” : “integer”
},
“status” : {
“type” : “string”,
“enum” : [ “IN_PROGRESS”, “COMPLETED”, “FAILED” ]
},
“tasks” : {
“type” : “object”,
“additionalProperties” : {
“type” : “object”,
“$ref” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:TaskCheckpointStatistics”
}
},
“trigger_timestamp” : {
“type” : “integer”
}
}
},
“restored” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointingStatistics:RestoredCheckpointStatistics”,
“properties” : {
“external_path” : {
“type” : “string”
},
“id” : {
“type” : “integer”
},
“is_savepoint” : {
“type” : “boolean”
},
“restore_timestamp” : {
“type” : “integer”
}
}
},
“savepoint” : {
“type” : “object”,
“$ref” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointStatistics:CompletedCheckpointStatistics”
}
}
},
“summary” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:CheckpointingStatistics:Summary”,
“properties” : {
“alignment_buffered” : {
“type” : “object”,
“$ref” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:MinMaxAvgStatistics”
},
“end_to_end_duration” : {
“type” : “object”,
“$ref” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:MinMaxAvgStatistics”
},
“persisted_data” : {
“type” : “object”,
“$ref” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:MinMaxAvgStatistics”
},
“processed_data” : {
“type” : “object”,
“$ref” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:MinMaxAvgStatistics”
},
“state_size” : {
“type” : “object”,
“id” : “urn:jsonschema:org:apache:flink:runtime:rest:messages:checkpoints:MinMaxAvgStatistics”,
“properties” : {
“avg” : {
“type” : “integer”
},
“max” : {
“type” : “integer”
},
“min” : {
“type” : “integer”
}
}
}
}
}
}
}
-