Uses of Class
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
Packages that use TaskDeploymentDescriptorFactory
-
Uses of TaskDeploymentDescriptorFactory in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return TaskDeploymentDescriptorFactoryModifier and TypeMethodDescriptionDefaultExecutionGraph.getTaskDeploymentDescriptorFactory()InternalExecutionGraphAccessor.getTaskDeploymentDescriptorFactory()Constructors in org.apache.flink.runtime.executiongraph with parameters of type TaskDeploymentDescriptorFactoryModifierConstructorDescriptionDefaultExecutionGraph(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)