Uses of Class
org.apache.flink.runtime.executiongraph.PartitionInfo
Packages that use PartitionInfo
Package
Description
-
Uses of PartitionInfo in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type PartitionInfoModifier and TypeMethodDescriptionbooleanNettyShuffleEnvironment.updatePartitionInfo(ExecutionAttemptID consumerID, PartitionInfo partitionInfo) -
Uses of PartitionInfo in org.apache.flink.runtime.jobmanager.slots
Method parameters in org.apache.flink.runtime.jobmanager.slots with type arguments of type PartitionInfoModifier and TypeMethodDescriptionTaskManagerGateway.updatePartitions(ExecutionAttemptID executionAttemptID, Iterable<PartitionInfo> partitionInfos, Duration timeout) Update the task where the given partitions can be found. -
Uses of PartitionInfo in org.apache.flink.runtime.jobmaster
Method parameters in org.apache.flink.runtime.jobmaster with type arguments of type PartitionInfoModifier and TypeMethodDescriptionRpcTaskManagerGateway.updatePartitions(ExecutionAttemptID executionAttemptID, Iterable<PartitionInfo> partitionInfos, Duration timeout) -
Uses of PartitionInfo in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle with parameters of type PartitionInfoModifier and TypeMethodDescriptionbooleanShuffleEnvironment.updatePartitionInfo(ExecutionAttemptID consumerID, PartitionInfo partitionInfo) Update a gate with the newly available partition information, previously unknown. -
Uses of PartitionInfo in org.apache.flink.runtime.taskexecutor
Method parameters in org.apache.flink.runtime.taskexecutor with type arguments of type PartitionInfoModifier and TypeMethodDescriptionTaskExecutor.updatePartitions(ExecutionAttemptID executionAttemptID, Iterable<PartitionInfo> partitionInfos, Duration timeout) TaskExecutorGateway.updatePartitions(ExecutionAttemptID executionAttemptID, Iterable<PartitionInfo> partitionInfos, Duration timeout) Update the task where the given partitions can be found.TaskExecutorGatewayDecoratorBase.updatePartitions(ExecutionAttemptID executionAttemptID, Iterable<PartitionInfo> partitionInfos, Duration timeout)