Uses of Interface
org.apache.flink.runtime.executiongraph.ExecutionDeploymentListener
-
Packages that use ExecutionDeploymentListener Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobmaster -
-
Uses of ExecutionDeploymentListener in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement ExecutionDeploymentListener Modifier and Type Class Description classNoOpExecutionDeploymentListenerNo-op implementation ofExecutionDeploymentListener.Methods in org.apache.flink.runtime.executiongraph that return ExecutionDeploymentListener Modifier and Type Method Description static ExecutionDeploymentListenerNoOpExecutionDeploymentListener. get()ExecutionDeploymentListenerDefaultExecutionGraph. getExecutionDeploymentListener()ExecutionDeploymentListenerInternalExecutionGraphAccessor. getExecutionDeploymentListener()Methods in org.apache.flink.runtime.executiongraph with parameters of type ExecutionDeploymentListener Modifier and Type Method Description static 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 ExecutionDeploymentListener Constructor Description DefaultExecutionGraph(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 ExecutionDeploymentListener Modifier and Type Class Description classExecutionDeploymentTrackerDeploymentListenerAdapterAn adapter for using anExecutionDeploymentTrackeras anExecutionDeploymentListener.
-