Uses of Interface
org.apache.flink.runtime.jobgraph.topology.LogicalEdge
-
Packages that use LogicalEdge Package Description org.apache.flink.runtime.jobgraph.topology -
-
Uses of LogicalEdge in org.apache.flink.runtime.jobgraph.topology
Classes in org.apache.flink.runtime.jobgraph.topology that implement LogicalEdge Modifier and Type Class Description classDefaultLogicalEdgeDefault implementation ofLogicalEdge.Methods in org.apache.flink.runtime.jobgraph.topology that return types with arguments of type LogicalEdge Modifier and Type Method Description Iterable<? extends LogicalEdge>DefaultLogicalVertex. getInputs()Iterable<? extends LogicalEdge>LogicalVertex. getInputs()Get the inputLogicalEdges of the vertex.
-