Uses of Interface
org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
Packages that use SchedulingResultPartition Package Description org.apache.flink.runtime.scheduler.strategy -
-
Uses of SchedulingResultPartition in org.apache.flink.runtime.scheduler.strategy
Methods in org.apache.flink.runtime.scheduler.strategy that return SchedulingResultPartition Modifier and Type Method Description SchedulingResultPartitionSchedulingTopology. getResultPartition(IntermediateResultPartitionID intermediateResultPartitionId)Looks up theSchedulingResultPartitionfor the givenIntermediateResultPartitionID.
-