Uses of Interface
org.apache.flink.runtime.executiongraph.IntermediateResultInfo
Packages that use IntermediateResultInfo
Package
Description
-
Uses of IntermediateResultInfo in org.apache.flink.runtime.executiongraph
Method parameters in org.apache.flink.runtime.executiongraph with type arguments of type IntermediateResultInfoModifier and TypeMethodDescriptionVertexInputInfoComputationUtils.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.adaptivebatchModifier and TypeInterfaceDescriptioninterfaceThe 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 IntermediateResultInfoModifier and TypeClassDescriptionclassInformation of All-To-All result.classHelper class that provides read-only information of input forVertexParallelismAndInputInfosDecider.classInformation of Pointwise result.