Uses of Interface
org.apache.flink.runtime.webmonitor.history.OnlyExecutionGraphJsonArchivist
-
Packages that use OnlyExecutionGraphJsonArchivist Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.handler.job.checkpoints -
-
Uses of OnlyExecutionGraphJsonArchivist in org.apache.flink.runtime.rest.handler.job
Classes in org.apache.flink.runtime.rest.handler.job that implement OnlyExecutionGraphJsonArchivist Modifier and Type Class Description class
JobAccumulatorsHandler
Request handler that returns the aggregated accumulators of a job.class
JobConfigHandler
Handler serving the job configuration.class
JobDetailsHandler
Handler returning the details for the specified job.class
JobPlanHandler
Handler serving the job execution plan.class
JobsOverviewHandler
Overview handler for jobs.class
JobVertexDetailsHandler
Request handler for the job vertex details.class
JobVertexTaskManagersHandler
A 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.class
SubtaskExecutionAttemptAccumulatorsHandler
Request handler for the subtask execution attempt accumulators.class
SubtaskExecutionAttemptDetailsHandler
Handler of specific sub task execution attempt.class
SubtasksTimesHandler
Request 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 OnlyExecutionGraphJsonArchivist Modifier and Type Class Description class
CheckpointConfigHandler
Handler which serves the checkpoint configuration.class
CheckpointingStatisticsHandler
Handler which serves the checkpoint statistics.class
CheckpointStatisticDetailsHandler
REST handler which returns the details for a checkpoint.class
TaskCheckpointStatisticDetailsHandler
REST handler which serves checkpoint statistics for subtasks.
-