Uses of Class
org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
-
Uses of ArchivedJson in org.apache.flink.runtime.history
Methods in org.apache.flink.runtime.history that return types with arguments of type ArchivedJson Modifier and Type Method Description static 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 ArchivedJson Modifier and Type Method Description static 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
-
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 ArchivedJson Modifier and Type Method Description Collection<ArchivedJson>CheckpointConfigHandler. archiveJsonWithPath(AccessExecutionGraph graph)Collection<ArchivedJson>CheckpointingStatisticsHandler. archiveJsonWithPath(AccessExecutionGraph graph)Collection<ArchivedJson>CheckpointStatisticDetailsHandler. archiveJsonWithPath(AccessExecutionGraph graph)Collection<ArchivedJson>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 ArchivedJson Modifier and Type Method Description Collection<ArchivedJson>WebMonitorEndpoint. 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 ArchivedJson Modifier and Type Method Description Collection<ArchivedJson>JsonArchivist. archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo)Returns aCollectionofArchivedJsons containing JSON responses and their respective REST URL for a given job.Collection<ArchivedJson>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)
-