Uses of Interface
org.apache.flink.runtime.webmonitor.history.OnlyExecutionGraphJsonArchivist
Packages that use OnlyExecutionGraphJsonArchivist
Package
Description
-
Uses of OnlyExecutionGraphJsonArchivist in org.apache.flink.runtime.rest.handler.job
Classes in org.apache.flink.runtime.rest.handler.job that implement OnlyExecutionGraphJsonArchivistModifier and TypeClassDescriptionclassRequest handler that returns the aggregated accumulators of a job.classHandler serving the job configuration.classHandler returning the details for the specified job.classHandler serving the job execution plan.classOverview handler for jobs.classRequest handler for the job vertex details.classA request handler that provides the details of a job vertex, including id, name, and the runtime and metrics of all its subtasks aggregated by TaskManager.classRequest handler for the subtask execution attempt accumulators.classHandler of specific sub task execution attempt.classRequest handler for the subtasks times info. -
Uses of OnlyExecutionGraphJsonArchivist in org.apache.flink.runtime.rest.handler.job.checkpoints
Classes in org.apache.flink.runtime.rest.handler.job.checkpoints that implement OnlyExecutionGraphJsonArchivistModifier and TypeClassDescriptionclassHandler which serves the checkpoint configuration.classHandler which serves the checkpoint statistics.classREST handler which returns the details for a checkpoint.classREST handler which serves checkpoint statistics for subtasks.