Class OperatorsFinished
java.lang.Object
org.apache.flink.runtime.scheduler.adaptivebatch.OperatorsFinished
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
ConstructorsConstructorDescriptionOperatorsFinished(List<Integer> finishedStreamNodeIds, Map<Integer, List<BlockingResultInfo>> resultInfoMap) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
OperatorsFinished
-
-
Method Details
-
getFinishedStreamNodeIds
-
getResultInfoMap
-