Uses of Interface
org.apache.flink.runtime.executiongraph.IntermediateResultInfo
-
Packages that use IntermediateResultInfo Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of IntermediateResultInfo in org.apache.flink.runtime.executiongraph
Method parameters in org.apache.flink.runtime.executiongraph with type arguments of type IntermediateResultInfo Modifier and Type Method Description static Map<IntermediateDataSetID,JobVertexInputInfo>VertexInputInfoComputationUtils. computeVertexInputInfos(int parallelism, List<? extends IntermediateResultInfo> inputs, boolean isDynamicGraph) -
Uses of IntermediateResultInfo in org.apache.flink.runtime.scheduler.adaptivebatch
Subinterfaces of IntermediateResultInfo in org.apache.flink.runtime.scheduler.adaptivebatch Modifier and Type Interface Description interfaceBlockingResultInfoThe blocking result info, which will be used to calculate the vertex parallelism and input infos.Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement IntermediateResultInfo 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.
-