Uses of Class
org.apache.flink.runtime.executiongraph.IntermediateResultPartition
Packages that use IntermediateResultPartition
Package
Description
-
Uses of IntermediateResultPartition in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment with parameters of type IntermediateResultPartitionModifier and TypeMethodDescriptionstatic ShuffleDescriptorTaskDeploymentDescriptorFactory.getConsumedPartitionShuffleDescriptor(IntermediateResultPartition consumedPartition, TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionDeploymentConstraint, boolean nonFinishedHybridPartitionShouldBeUnknown) voidCachedShuffleDescriptors.markPartitionFinished(IntermediateResultPartition resultPartition) -
Uses of IntermediateResultPartition in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return IntermediateResultPartitionModifier and TypeMethodDescriptionIntermediateResult.getPartitionById(IntermediateResultPartitionID resultPartitionId) Returns the partition with the given ID.IntermediateResult.getPartitions()DefaultExecutionGraph.getResultPartitionOrThrow(IntermediateResultPartitionID id) ExecutionGraph.getResultPartitionOrThrow(IntermediateResultPartitionID id) Gets the intermediate result partition by the given partition ID, or throw an exception if the partition is not found.InternalExecutionGraphAccessor.getResultPartitionOrThrow(IntermediateResultPartitionID id) Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type IntermediateResultPartitionModifier and TypeMethodDescriptionExecutionVertex.finishPartitionsIfNeeded()Mark partition finished if needed.ExecutionVertex.getProducedPartitions()Methods in org.apache.flink.runtime.executiongraph with parameters of type IntermediateResultPartitionModifier and TypeMethodDescriptionExecution.createResultPartitionDeploymentDescriptor(IntermediateResultPartition partition, ShuffleDescriptor shuffleDescriptor) voidIntermediateResult.markPartitionFinished(ConsumedPartitionGroup consumedPartitionGroup, IntermediateResultPartition resultPartition) voidIntermediateResult.setPartition(int partitionNumber, IntermediateResultPartition partition) -
Uses of IntermediateResultPartition in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle with parameters of type IntermediateResultPartitionModifier and TypeMethodDescriptionstatic PartitionDescriptorPartitionDescriptor.from(IntermediateResultPartition partition)