Uses of Interface
org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
Packages that use BlockingResultInfo Package Description org.apache.flink.runtime.jobmaster.event org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of BlockingResultInfo in org.apache.flink.runtime.jobmaster.event
Methods in org.apache.flink.runtime.jobmaster.event that return types with arguments of type BlockingResultInfo Modifier and Type Method Description Map<IntermediateDataSetID,BlockingResultInfo>ExecutionJobVertexFinishedEvent. getResultInfo()Constructor parameters in org.apache.flink.runtime.jobmaster.event with type arguments of type BlockingResultInfo Constructor Description ExecutionJobVertexFinishedEvent(JobVertexID vertexId, Map<IntermediateDataSetID,BlockingResultInfo> resultInfo) -
Uses of BlockingResultInfo in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement BlockingResultInfo Modifier and Type Class Description classAllToAllBlockingResultInfoInformation of All-To-All result.classBlockingInputInfoHelper class that provides read-only information of input forVertexParallelismAndInputInfosDecider.classPointwiseBlockingResultInfoInformation of Pointwise result.Methods in org.apache.flink.runtime.scheduler.adaptivebatch that return types with arguments of type BlockingResultInfo Modifier and Type Method Description Map<Integer,List<BlockingResultInfo>>OperatorsFinished. getResultInfoMap()Constructors in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type BlockingResultInfo Constructor Description BlockingInputInfo(BlockingResultInfo blockingResultInfo, int inputTypeNumber, boolean interInputsKeysCorrelated, boolean intraInputKeyCorrelated)Constructor parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type BlockingResultInfo Constructor Description OperatorsFinished(List<Integer> finishedStreamNodeIds, Map<Integer,List<BlockingResultInfo>> resultInfoMap)
-