Uses of Interface
org.apache.flink.runtime.executiongraph.AccessExecution
Packages that use AccessExecution
Package
Description
-
Uses of AccessExecution in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement AccessExecutionModifier and TypeClassDescriptionclassArchivedExecutionis a readonly representation ofExecution.classA single execution of a vertex.Methods in org.apache.flink.runtime.executiongraph with type parameters of type AccessExecutionModifier and TypeMethodDescription<T extends AccessExecution>
Collection<T>AccessExecutionVertex.getCurrentExecutions()Returns the current executions for this execution vertex.Methods in org.apache.flink.runtime.executiongraph that return AccessExecutionModifier and TypeMethodDescriptionAccessExecutionVertex.getCurrentExecutionAttempt()Returns the current execution for this execution vertex.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type AccessExecutionModifier and TypeMethodDescriptionDefaultExecutionGraph.findExecution(ExecutionAttemptID attemptId) ExecutionGraph.findExecution(ExecutionAttemptID attemptId) ArchivedExecutionVertex.getCurrentExecutions() -
Uses of AccessExecution in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type AccessExecutionModifier and TypeMethodDescriptionprotected abstract RAbstractSubtaskAttemptHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecution execution) Called for each request after the correspondingAccessExecutionhas been retrieved from theAccessExecutionVertex.protected SubtaskExecutionAttemptAccumulatorsInfoSubtaskExecutionAttemptAccumulatorsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecution execution) protected SubtaskExecutionAttemptDetailsInfoSubtaskExecutionAttemptDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecution execution) -
Uses of AccessExecution in org.apache.flink.runtime.rest.handler.util
Methods in org.apache.flink.runtime.rest.handler.util with parameters of type AccessExecutionModifier and TypeMethodDescriptionvoidMutableIOMetrics.addIOMetrics(AccessExecution attempt, MetricFetcher fetcher, String jobID, String taskID) Adds the IO metrics for the given attempt to this object. -
Uses of AccessExecution in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job with parameters of type AccessExecutionModifier and TypeMethodDescriptionSubtaskExecutionAttemptDetailsInfo.create(AccessExecution execution, MetricFetcher metricFetcher, org.apache.flink.api.common.JobID jobID, JobVertexID jobVertexID, List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts) static Map<ExecutionState,Long> StatusDurationUtils.getExecutionStateDuration(AccessExecution execution) -
Uses of AccessExecution in org.apache.flink.runtime.scheduler.exceptionhistory
Methods in org.apache.flink.runtime.scheduler.exceptionhistory with parameters of type AccessExecutionModifier and TypeMethodDescriptionstatic ExceptionHistoryEntryExceptionHistoryEntry.create(AccessExecution failedExecution, String taskName, CompletableFuture<Map<String, String>> failureLabels) Creates anExceptionHistoryEntrybased on the providedExecution.