Class OperatorsFinished
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.adaptivebatch.OperatorsFinished
-
public class OperatorsFinished extends Object
This class represents the information about the finished operators. It includes a list of StreamNode IDs representing the finished operators, and a map associating each finished StreamNode ID with their corresponding produced data size and distribution information.
-
-
Constructor Summary
Constructors Constructor Description OperatorsFinished(List<Integer> finishedStreamNodeIds, Map<Integer,List<BlockingResultInfo>> resultInfoMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getFinishedStreamNodeIds()
Map<Integer,List<BlockingResultInfo>>
getResultInfoMap()
-