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 SchedulingResultPartition
SchedulingTopology. getResultPartition(IntermediateResultPartitionID intermediateResultPartitionId)
Looks up theSchedulingResultPartition
for the givenIntermediateResultPartitionID
.
-