Uses of Interface
org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
Packages that use ForwardGroup
-
Uses of ForwardGroup in org.apache.flink.runtime.jobgraph.forwardgroup
Classes in org.apache.flink.runtime.jobgraph.forwardgroup that implement ForwardGroupModifier and TypeClassDescriptionclassJob vertex level implement forForwardGroup.classStream node level implement forForwardGroup.Methods in org.apache.flink.runtime.jobgraph.forwardgroup with parameters of type ForwardGroupModifier and TypeMethodDescriptionstatic booleanForwardGroupComputeUtil.canTargetMergeIntoSourceForwardGroup(ForwardGroup<?> sourceForwardGroup, ForwardGroup<?> forwardGroupToMerge) Determines whether the target forward group can be merged into the source forward group.