Uses of Class
org.apache.flink.runtime.webmonitor.history.ArchivedJson
Packages that use ArchivedJson
Package
Description
-
Uses of ArchivedJson in org.apache.flink.runtime.history
Methods in org.apache.flink.runtime.history that return types with arguments of type ArchivedJsonModifier and TypeMethodDescriptionstatic Collection<ArchivedJson>FsJobArchivist.getArchivedJsons(org.apache.flink.core.fs.Path file) Reads the given archive file and returns aCollectionof containedArchivedJson.Method parameters in org.apache.flink.runtime.history with type arguments of type ArchivedJsonModifier and TypeMethodDescriptionstatic org.apache.flink.core.fs.PathFsJobArchivist.archiveJob(org.apache.flink.core.fs.Path rootPath, org.apache.flink.api.common.JobID jobId, Collection<ArchivedJson> jsonToArchive) Writes the givenAccessExecutionGraphto theFileSystempointed to byJobManagerOptions.ARCHIVE_DIR. -
Uses of ArchivedJson in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return types with arguments of type ArchivedJsonModifier and TypeMethodDescriptionJobAccumulatorsHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobConfigHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobExceptionsHandler.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) JobManagerJobConfigurationHandler.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) JobManagerJobEnvironmentHandler.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) JobPlanHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobsOverviewHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobVertexDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobVertexTaskManagersHandler.archiveJsonWithPath(AccessExecutionGraph graph) SubtaskExecutionAttemptAccumulatorsHandler.archiveJsonWithPath(AccessExecutionGraph graph) SubtaskExecutionAttemptDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) SubtasksTimesHandler.archiveJsonWithPath(AccessExecutionGraph graph) -
Uses of ArchivedJson in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return types with arguments of type ArchivedJsonModifier and TypeMethodDescriptionCheckpointConfigHandler.archiveJsonWithPath(AccessExecutionGraph graph) CheckpointingStatisticsHandler.archiveJsonWithPath(AccessExecutionGraph graph) CheckpointStatisticDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) TaskCheckpointStatisticDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) -
Uses of ArchivedJson in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type ArchivedJsonModifier and TypeMethodDescriptionWebMonitorEndpoint.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) -
Uses of ArchivedJson in org.apache.flink.runtime.webmonitor.history
Methods in org.apache.flink.runtime.webmonitor.history that return types with arguments of type ArchivedJsonModifier and TypeMethodDescriptionJsonArchivist.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) Returns aCollectionofArchivedJsons containing JSON responses and their respective REST URL for a given job.OnlyExecutionGraphJsonArchivist.archiveJsonWithPath(AccessExecutionGraph graph) Returns aCollectionofArchivedJsons containing JSON responses and their respective REST URL for a given job.default Collection<ArchivedJson>OnlyExecutionGraphJsonArchivist.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo)