Uses of Interface
org.apache.flink.optimizer.plandump.DumpableConnection
-
Packages that use DumpableConnection Package Description org.apache.flink.optimizer.dag org.apache.flink.optimizer.plan org.apache.flink.optimizer.plandump -
-
Uses of DumpableConnection in org.apache.flink.optimizer.dag
Classes in org.apache.flink.optimizer.dag that implement DumpableConnection Modifier and Type Class Description classDagConnectionA connection between two operators.Methods in org.apache.flink.optimizer.dag that return types with arguments of type DumpableConnection Modifier and Type Method Description Iterable<DumpableConnection<OptimizerNode>>OptimizerNode. getDumpableInputs() -
Uses of DumpableConnection in org.apache.flink.optimizer.plan
Classes in org.apache.flink.optimizer.plan that implement DumpableConnection Modifier and Type Class Description classChannelA Channel represents the result produced by an operator and the data exchange before the consumption by the target operator.classNamedChannelMethods in org.apache.flink.optimizer.plan that return types with arguments of type DumpableConnection Modifier and Type Method Description Iterable<DumpableConnection<PlanNode>>PlanNode. getDumpableInputs() -
Uses of DumpableConnection in org.apache.flink.optimizer.plandump
Methods in org.apache.flink.optimizer.plandump that return types with arguments of type DumpableConnection Modifier and Type Method Description Iterable<DumpableConnection<T>>DumpableNode. getDumpableInputs()
-