Uses of Interface
org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
Packages that use BlockingResultInfo
Package
Description
-
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 BlockingResultInfoConstructor parameters in org.apache.flink.runtime.jobmaster.event with type arguments of type BlockingResultInfoModifierConstructorDescriptionExecutionJobVertexFinishedEvent(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 BlockingResultInfoModifier and TypeClassDescriptionclassInformation of All-To-All result.classHelper class that provides read-only information of input forVertexParallelismAndInputInfosDecider.classInformation of Pointwise result.Methods in org.apache.flink.runtime.scheduler.adaptivebatch that return types with arguments of type BlockingResultInfoConstructors in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type BlockingResultInfoModifierConstructorDescriptionBlockingInputInfo(BlockingResultInfo blockingResultInfo, int inputTypeNumber, boolean interInputsKeysCorrelated, boolean intraInputKeyCorrelated) Constructor parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type BlockingResultInfoModifierConstructorDescriptionOperatorsFinished(List<Integer> finishedStreamNodeIds, Map<Integer, List<BlockingResultInfo>> resultInfoMap)