Uses of Enum
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.PartitionLocationConstraint
Packages that use TaskDeploymentDescriptorFactory.PartitionLocationConstraint
Package
Description
-
Uses of TaskDeploymentDescriptorFactory.PartitionLocationConstraint in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return TaskDeploymentDescriptorFactory.PartitionLocationConstraintModifier and TypeMethodDescriptionTaskDeploymentDescriptorFactory.PartitionLocationConstraint.fromJobType(JobType jobType) Returns the enum constant of this type with the specified name.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.PartitionLocationConstraintModifier and TypeMethodDescriptionstatic ShuffleDescriptorTaskDeploymentDescriptorFactory.getConsumedPartitionShuffleDescriptor(IntermediateResultPartition consumedPartition, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionDeploymentConstraint, boolean nonFinishedHybridPartitionShouldBeUnknown) Constructors in org.apache.flink.runtime.deployment with parameters of type TaskDeploymentDescriptorFactory.PartitionLocationConstraintModifierConstructorDescriptionTaskDeploymentDescriptorFactory(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.PartitionLocationConstraintModifier 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) -
Uses of TaskDeploymentDescriptorFactory.PartitionLocationConstraint in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type TaskDeploymentDescriptorFactory.PartitionLocationConstraintModifier and TypeMethodDescriptionDefaultExecutionGraphFactory.createAndRestoreExecutionGraph(JobGraph jobGraph, CompletedCheckpointStore completedCheckpointStore, CheckpointsCleaner checkpointsCleaner, CheckpointIDCounter checkpointIdCounter, CheckpointStatsTracker checkpointStatsTracker, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionLocationConstraint, long initializationTimestamp, VertexAttemptNumberStore vertexAttemptNumberStore, VertexParallelismStore vertexParallelismStore, ExecutionStateUpdateListener executionStateUpdateListener, MarkPartitionFinishedStrategy markPartitionFinishedStrategy, ExecutionPlanSchedulingContext executionPlanSchedulingContext, org.slf4j.Logger log) ExecutionGraphFactory.createAndRestoreExecutionGraph(JobGraph jobGraph, CompletedCheckpointStore completedCheckpointStore, CheckpointsCleaner checkpointsCleaner, CheckpointIDCounter checkpointIdCounter, CheckpointStatsTracker checkpointStatsTracker, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionLocationConstraint, long initializationTimestamp, VertexAttemptNumberStore vertexAttemptNumberStore, VertexParallelismStore vertexParallelismStore, ExecutionStateUpdateListener executionStateUpdateListener, MarkPartitionFinishedStrategy markPartitionFinishedStrategy, ExecutionPlanSchedulingContext executionPlanSchedulingContext, org.slf4j.Logger log) Create and restoreExecutionGraphfrom the givenJobGraphand services.