Uses of Interface
org.apache.flink.runtime.executiongraph.ExecutionDeploymentListener
Packages that use ExecutionDeploymentListener
-
Uses of ExecutionDeploymentListener in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement ExecutionDeploymentListenerMethods in org.apache.flink.runtime.executiongraph that return ExecutionDeploymentListenerModifier and TypeMethodDescriptionstatic ExecutionDeploymentListenerNoOpExecutionDeploymentListener.get()DefaultExecutionGraph.getExecutionDeploymentListener()InternalExecutionGraphAccessor.getExecutionDeploymentListener()Methods in org.apache.flink.runtime.executiongraph with parameters of type ExecutionDeploymentListenerModifier and TypeMethodDescriptionstatic DefaultExecutionGraphDefaultExecutionGraphBuilder.buildGraph(JobGraph jobGraph, org.apache.flink.configuration.Configuration jobManagerConfig, ScheduledExecutorService futureExecutor, Executor ioExecutor, ClassLoader classLoader, CompletedCheckpointStore completedCheckpointStore, CheckpointsCleaner checkpointsCleaner, CheckpointIDCounter checkpointIdCounter, Duration rpcTimeout, BlobWriter blobWriter, org.slf4j.Logger log, ShuffleMaster<?> shuffleMaster, JobMasterPartitionTracker partitionTracker, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionLocationConstraint, ExecutionDeploymentListener executionDeploymentListener, ExecutionStateUpdateListener executionStateUpdateListener, long initializationTimestamp, VertexAttemptNumberStore vertexAttemptNumberStore, VertexParallelismStore vertexParallelismStore, CheckpointStatsTracker checkpointStatsTracker, boolean isDynamicGraph, ExecutionJobVertex.Factory executionJobVertexFactory, MarkPartitionFinishedStrategy markPartitionFinishedStrategy, boolean nonFinishedHybridPartitionShouldBeUnknown, JobManagerJobMetricGroup jobManagerJobMetricGroup, ExecutionPlanSchedulingContext executionPlanSchedulingContext) Constructors in org.apache.flink.runtime.executiongraph with parameters of type ExecutionDeploymentListenerModifierConstructorDescriptionDefaultExecutionGraph(JobInformation jobInformation, ScheduledExecutorService futureExecutor, Executor ioExecutor, Duration rpcTimeout, int executionHistorySizeLimit, ClassLoader userClassLoader, BlobWriter blobWriter, PartitionGroupReleaseStrategy.Factory partitionGroupReleaseStrategyFactory, ShuffleMaster<?> shuffleMaster, JobMasterPartitionTracker partitionTracker, ExecutionDeploymentListener executionDeploymentListener, ExecutionStateUpdateListener executionStateUpdateListener, long initializationTimestamp, VertexAttemptNumberStore initialAttemptCounts, VertexParallelismStore vertexParallelismStore, boolean isDynamic, ExecutionJobVertex.Factory executionJobVertexFactory, List<org.apache.flink.core.execution.JobStatusHook> jobStatusHooks, MarkPartitionFinishedStrategy markPartitionFinishedStrategy, TaskDeploymentDescriptorFactory taskDeploymentDescriptorFactory, List<org.apache.flink.core.execution.JobStatusChangedListener> jobStatusChangedListeners, ExecutionPlanSchedulingContext executionPlanSchedulingContext) -
Uses of ExecutionDeploymentListener in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement ExecutionDeploymentListenerModifier and TypeClassDescriptionclassAn adapter for using anExecutionDeploymentTrackeras anExecutionDeploymentListener.