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 interface
BlockingResultInfo
The 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 class
AllToAllBlockingResultInfo
Information of All-To-All result.class
BlockingInputInfo
Helper class that provides read-only information of input forVertexParallelismAndInputInfosDecider
.class
PointwiseBlockingResultInfo
Information of Pointwise result.
-