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 classJobAccumulatorsHandlerRequest handler that returns the aggregated accumulators of a job.classJobConfigHandlerHandler serving the job configuration.classJobDetailsHandlerHandler returning the details for the specified job.classJobPlanHandlerHandler serving the job execution plan.classJobsOverviewHandlerOverview handler for jobs.classJobVertexDetailsHandlerRequest handler for the job vertex details.classJobVertexTaskManagersHandlerA 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.classSubtaskExecutionAttemptAccumulatorsHandlerRequest handler for the subtask execution attempt accumulators.classSubtaskExecutionAttemptDetailsHandlerHandler of specific sub task execution attempt.classSubtasksTimesHandlerRequest 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 classCheckpointConfigHandlerHandler which serves the checkpoint configuration.classCheckpointingStatisticsHandlerHandler which serves the checkpoint statistics.classCheckpointStatisticDetailsHandlerREST handler which returns the details for a checkpoint.classTaskCheckpointStatisticDetailsHandlerREST handler which serves checkpoint statistics for subtasks.
-