Uses of Interface
org.apache.flink.runtime.executiongraph.AccessExecutionGraph
Packages that use AccessExecutionGraph
Package
Description
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
-
Uses of AccessExecutionGraph in org.apache.flink.runtime.executiongraph
Subinterfaces of AccessExecutionGraph in org.apache.flink.runtime.executiongraphModifier and TypeInterfaceDescriptioninterfaceThe execution graph is the central data structure that coordinates the distributed execution of a data flow.Classes in org.apache.flink.runtime.executiongraph that implement AccessExecutionGraphModifier and TypeClassDescriptionclassAn archived execution graph represents a serializable form of anExecutionGraph.classDefault implementation of theExecutionGraph. -
Uses of AccessExecutionGraph in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type AccessExecutionGraphModifier and TypeMethodDescriptionstatic JobResultJobResult.createFrom(AccessExecutionGraph accessExecutionGraph) Creates theJobResultfrom the givenAccessExecutionGraphwhich must be in a globally terminal state. -
Uses of AccessExecutionGraph in org.apache.flink.runtime.messages.webmonitor
Methods in org.apache.flink.runtime.messages.webmonitor with parameters of type AccessExecutionGraphModifier and TypeMethodDescriptionstatic JobDetailsJobDetails.createDetailsForJob(AccessExecutionGraph job) -
Uses of AccessExecutionGraph in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type AccessExecutionGraphModifier and TypeMethodDescriptionCompletableFuture<? extends AccessExecutionGraph>MiniCluster.getExecutionGraph(org.apache.flink.api.common.JobID jobId) -
Uses of AccessExecutionGraph in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type AccessExecutionGraphModifier and TypeMethodDescriptionJobAccumulatorsHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobConfigHandler.archiveJsonWithPath(AccessExecutionGraph graph) JobDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) 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) protected abstract RAbstractAccessExecutionGraphHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) protected RAbstractJobVertexHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) protected JobAccumulatorsInfoJobAccumulatorsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph graph) protected JobConfigInfoJobConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) protected JobDetailsInfoJobDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) protected JobPlanInfoJobPlanHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) protected JobVertexDetailsInfoJobVertexDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) protected JobVertexTaskManagersInfoJobVertexTaskManagersHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) -
Uses of AccessExecutionGraph in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints with parameters of type AccessExecutionGraphModifier and TypeMethodDescriptionCheckpointConfigHandler.archiveJsonWithPath(AccessExecutionGraph graph) CheckpointingStatisticsHandler.archiveJsonWithPath(AccessExecutionGraph graph) CheckpointStatisticDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) TaskCheckpointStatisticDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) protected CheckpointConfigInfoCheckpointConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) -
Uses of AccessExecutionGraph in org.apache.flink.runtime.webmonitor.history
Methods in org.apache.flink.runtime.webmonitor.history with parameters of type AccessExecutionGraphModifier and TypeMethodDescriptionOnlyExecutionGraphJsonArchivist.archiveJsonWithPath(AccessExecutionGraph graph) Returns aCollectionofArchivedJsons containing JSON responses and their respective REST URL for a given job.