Uses of Class
org.apache.flink.runtime.scheduler.ExecutionGraphInfo
Packages that use ExecutionGraphInfo
Package
Description
-
Uses of ExecutionGraphInfo in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return ExecutionGraphInfoModifier and TypeMethodDescriptionExecutionGraphInfoStore.get(org.apache.flink.api.common.JobID jobId) Get theExecutionGraphInfofor the given job id.FileExecutionGraphInfoStore.get(org.apache.flink.api.common.JobID jobId) MemoryExecutionGraphInfoStore.get(org.apache.flink.api.common.JobID jobId) Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ExecutionGraphInfoModifier and TypeMethodDescriptionDispatcher.requestExecutionGraphInfo(org.apache.flink.api.common.JobID jobId, Duration timeout) Methods in org.apache.flink.runtime.dispatcher with parameters of type ExecutionGraphInfoModifier and TypeMethodDescriptionHistoryServerArchivist.archiveExecutionGraph(ExecutionGraphInfo executionGraphInfo) Archives the givenExecutionGraphInfoon the history server.VoidHistoryServerArchivist.archiveExecutionGraph(ExecutionGraphInfo executionGraph) protected CompletableFuture<org.apache.flink.runtime.dispatcher.Dispatcher.CleanupJobState>Dispatcher.jobReachedTerminalState(ExecutionGraphInfo executionGraphInfo) voidExecutionGraphInfoStore.put(ExecutionGraphInfo executionGraphInfo) Store the givenExecutionGraphInfoin the store.voidFileExecutionGraphInfoStore.put(ExecutionGraphInfo executionGraphInfo) voidMemoryExecutionGraphInfoStore.put(ExecutionGraphInfo serializableExecutionGraphInfo) -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return types with arguments of type ExecutionGraphInfo -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.jobmanager
Methods in org.apache.flink.runtime.jobmanager with parameters of type ExecutionGraphInfoModifier and TypeMethodDescriptionvoidOnCompletionActions.jobReachedGloballyTerminalState(ExecutionGraphInfo executionGraphInfo) Job reached a globally terminal state. -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return ExecutionGraphInfoMethods in org.apache.flink.runtime.jobmaster that return types with arguments of type ExecutionGraphInfoModifier and TypeMethodDescriptionJobManagerRunner.requestJob(Duration timeout) Requests theExecutionGraphInfoof the executed job.JobMaster.requestJob(Duration timeout) JobMasterGateway.requestJob(Duration timeout) Requests theExecutionGraphInfoof the executed job.JobMasterServiceLeadershipRunner.requestJob(Duration timeout) Methods in org.apache.flink.runtime.jobmaster with parameters of type ExecutionGraphInfoModifier and TypeMethodDescriptionstatic JobManagerRunnerResultJobManagerRunnerResult.forInitializationFailure(ExecutionGraphInfo executionGraphInfo, Throwable failure) static JobManagerRunnerResultJobManagerRunnerResult.forSuccess(ExecutionGraphInfo executionGraphInfo) voidDefaultJobMasterServiceProcess.jobReachedGloballyTerminalState(ExecutionGraphInfo executionGraphInfo) -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type ExecutionGraphInfoModifier and TypeMethodDescriptionJobExceptionsHandler.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) JobManagerJobConfigurationHandler.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) JobManagerJobEnvironmentHandler.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) protected RAbstractAccessExecutionGraphHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ExecutionGraphInfo executionGraphInfo) protected abstract RAbstractExecutionGraphHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ExecutionGraphInfo executionGraphInfo) Called for each request after the correspondingExecutionGraphInfohas been retrieved from theExecutionGraphCache.protected JobExceptionsInfoWithHistoryJobExceptionsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ExecutionGraphInfo executionGraph) -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.rest.handler.legacy
Methods in org.apache.flink.runtime.rest.handler.legacy that return types with arguments of type ExecutionGraphInfoModifier and TypeMethodDescriptionDefaultExecutionGraphCache.getExecutionGraphInfo(org.apache.flink.api.common.JobID jobId, RestfulGateway restfulGateway) ExecutionGraphCache.getExecutionGraphInfo(org.apache.flink.api.common.JobID jobId, RestfulGateway restfulGateway) Gets theExecutionGraphInfofor the givenJobIDand caches it. -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return ExecutionGraphInfo -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return ExecutionGraphInfo -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type ExecutionGraphInfoModifier and TypeMethodDescriptionNonLeaderRetrievalRestfulGateway.requestExecutionGraphInfo(org.apache.flink.api.common.JobID jobId, Duration timeout) RestfulGateway.requestExecutionGraphInfo(org.apache.flink.api.common.JobID jobId, Duration timeout) Requests theExecutionGraphInfocontaining additional information besides theArchivedExecutionGraph.Methods in org.apache.flink.runtime.webmonitor with parameters of type ExecutionGraphInfoModifier and TypeMethodDescriptionWebMonitorEndpoint.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) -
Uses of ExecutionGraphInfo in org.apache.flink.runtime.webmonitor.history
Methods in org.apache.flink.runtime.webmonitor.history with parameters of type ExecutionGraphInfoModifier and TypeMethodDescriptionJsonArchivist.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) Returns aCollectionofArchivedJsons containing JSON responses and their respective REST URL for a given job.default Collection<ArchivedJson>OnlyExecutionGraphJsonArchivist.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo)