Uses of Class
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
-
Packages that use TaskDeploymentDescriptorFactory Package Description org.apache.flink.runtime.executiongraph -
-
Uses of TaskDeploymentDescriptorFactory in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return TaskDeploymentDescriptorFactory Modifier and Type Method Description TaskDeploymentDescriptorFactoryDefaultExecutionGraph. getTaskDeploymentDescriptorFactory()TaskDeploymentDescriptorFactoryInternalExecutionGraphAccessor. getTaskDeploymentDescriptorFactory()Constructors in org.apache.flink.runtime.executiongraph with parameters of type TaskDeploymentDescriptorFactory Constructor Description DefaultExecutionGraph(JobType jobType, 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)
-