Uses of Class
org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
Packages that use ArchivedExecutionGraph
Package
Description
-
Uses of ArchivedExecutionGraph in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ArchivedExecutionGraphModifier and TypeMethodDescriptionstatic ArchivedExecutionGraphArchivedExecutionGraph.createFrom(ExecutionGraph executionGraph) Create aArchivedExecutionGraphfrom the givenExecutionGraph.static ArchivedExecutionGraphArchivedExecutionGraph.createFrom(ExecutionGraph executionGraph, org.apache.flink.api.common.JobStatus statusOverride) Create aArchivedExecutionGraphfrom the givenExecutionGraph.static ArchivedExecutionGraphArchivedExecutionGraph.createSparseArchivedExecutionGraph(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.api.common.JobStatus jobStatus, JobType jobType, Throwable throwable, JobCheckpointingSettings checkpointingSettings, long initializationTimestamp) Create a sparse ArchivedExecutionGraph for a job.static ArchivedExecutionGraphArchivedExecutionGraph.createSparseArchivedExecutionGraphWithJobVertices(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.api.common.JobStatus jobStatus, JobType jobType, Throwable throwable, JobCheckpointingSettings checkpointingSettings, long initializationTimestamp, Iterable<JobVertex> jobVertices, VertexParallelismStore initialParallelismStore) -
Uses of ArchivedExecutionGraph in org.apache.flink.runtime.jobmaster
Constructor parameters in org.apache.flink.runtime.jobmaster with type arguments of type ArchivedExecutionGraphModifierConstructorDescriptionDefaultJobMasterServiceProcess(org.apache.flink.api.common.JobID jobId, UUID leaderSessionId, JobMasterServiceFactory jobMasterServiceFactory, Function<Throwable, ArchivedExecutionGraph> failedArchivedExecutionGraphFactory) -
Uses of ArchivedExecutionGraph in org.apache.flink.runtime.jobmaster.factories
Methods in org.apache.flink.runtime.jobmaster.factories that return ArchivedExecutionGraphModifier and TypeMethodDescriptionDefaultJobMasterServiceProcessFactory.createArchivedExecutionGraph(org.apache.flink.api.common.JobStatus jobStatus, Throwable cause) JobMasterServiceProcessFactory.createArchivedExecutionGraph(org.apache.flink.api.common.JobStatus jobStatus, Throwable cause) Creates anArchivedExecutionGraphfor the job for which this factory createsJobMasterServiceProcesswith the given jobStatus and failure cause. -
Uses of ArchivedExecutionGraph in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type ArchivedExecutionGraphModifier and TypeMethodDescriptionMiniCluster.getArchivedExecutionGraph(org.apache.flink.api.common.JobID jobId) -
Uses of ArchivedExecutionGraph in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return ArchivedExecutionGraphConstructors in org.apache.flink.runtime.scheduler with parameters of type ArchivedExecutionGraphModifierConstructorDescriptionExecutionGraphInfo(ArchivedExecutionGraph executionGraph) ExecutionGraphInfo(ArchivedExecutionGraph executionGraph, Iterable<RootExceptionHistoryEntry> exceptionHistory) -
Uses of ArchivedExecutionGraph in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return ArchivedExecutionGraphModifier and TypeMethodDescriptionAdaptiveScheduler.getArchivedExecutionGraph(org.apache.flink.api.common.JobStatus jobStatus, Throwable cause) Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type ArchivedExecutionGraphModifier and TypeMethodDescriptionvoidAdaptiveScheduler.goToFinished(ArchivedExecutionGraph archivedExecutionGraph) voidStateTransitions.ToFinished.goToFinished(ArchivedExecutionGraph archivedExecutionGraph) Transitions into theFinishedstate.voidAdaptiveScheduler.onFinished(ArchivedExecutionGraph archivedExecutionGraph) -
Uses of ArchivedExecutionGraph in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type ArchivedExecutionGraphModifier and TypeMethodDescriptiondefault CompletableFuture<ArchivedExecutionGraph>RestfulGateway.requestJob(org.apache.flink.api.common.JobID jobId, Duration timeout) Requests theArchivedExecutionGraphfor the given jobId.