Uses of Class
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.PartitionLocationConstraint
-
-
Uses of TaskDeploymentDescriptorFactory.PartitionLocationConstraint in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return TaskDeploymentDescriptorFactory.PartitionLocationConstraint Modifier and Type Method Description static TaskDeploymentDescriptorFactory.PartitionLocationConstraintTaskDeploymentDescriptorFactory.PartitionLocationConstraint. fromJobType(JobType jobType)static TaskDeploymentDescriptorFactory.PartitionLocationConstraintTaskDeploymentDescriptorFactory.PartitionLocationConstraint. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskDeploymentDescriptorFactory.PartitionLocationConstraint[]TaskDeploymentDescriptorFactory.PartitionLocationConstraint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.deployment with parameters of type TaskDeploymentDescriptorFactory.PartitionLocationConstraint Modifier and Type Method Description static ShuffleDescriptorTaskDeploymentDescriptorFactory. getConsumedPartitionShuffleDescriptor(IntermediateResultPartition consumedPartition, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionDeploymentConstraint, boolean nonFinishedHybridPartitionShouldBeUnknown)Constructors in org.apache.flink.runtime.deployment with parameters of type TaskDeploymentDescriptorFactory.PartitionLocationConstraint Constructor Description TaskDeploymentDescriptorFactory(org.apache.flink.types.Either<org.apache.flink.util.SerializedValue<JobInformation>,PermanentBlobKey> jobInformationOrBlobKey, org.apache.flink.api.common.JobID jobID, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionDeploymentConstraint, BlobWriter blobWriter, boolean nonFinishedHybridPartitionShouldBeUnknown, int offloadShuffleDescriptorsThreshold) -
Uses of TaskDeploymentDescriptorFactory.PartitionLocationConstraint in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph with parameters of type TaskDeploymentDescriptorFactory.PartitionLocationConstraint 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) -
Uses of TaskDeploymentDescriptorFactory.PartitionLocationConstraint in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type TaskDeploymentDescriptorFactory.PartitionLocationConstraint Modifier and Type Method Description ExecutionGraphDefaultExecutionGraphFactory. createAndRestoreExecutionGraph(JobGraph jobGraph, CompletedCheckpointStore completedCheckpointStore, CheckpointsCleaner checkpointsCleaner, CheckpointIDCounter checkpointIdCounter, CheckpointStatsTracker checkpointStatsTracker, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionLocationConstraint, long initializationTimestamp, VertexAttemptNumberStore vertexAttemptNumberStore, VertexParallelismStore vertexParallelismStore, ExecutionStateUpdateListener executionStateUpdateListener, MarkPartitionFinishedStrategy markPartitionFinishedStrategy, org.slf4j.Logger log)ExecutionGraphExecutionGraphFactory. createAndRestoreExecutionGraph(JobGraph jobGraph, CompletedCheckpointStore completedCheckpointStore, CheckpointsCleaner checkpointsCleaner, CheckpointIDCounter checkpointIdCounter, CheckpointStatsTracker checkpointStatsTracker, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionLocationConstraint, long initializationTimestamp, VertexAttemptNumberStore vertexAttemptNumberStore, VertexParallelismStore vertexParallelismStore, ExecutionStateUpdateListener executionStateUpdateListener, MarkPartitionFinishedStrategy markPartitionFinishedStrategy, org.slf4j.Logger log)Create and restoreExecutionGraphfrom the givenJobGraphand services.
-