Uses of Interface
org.apache.flink.runtime.jobgraph.topology.LogicalEdge
Packages that use LogicalEdge
-
Uses of LogicalEdge in org.apache.flink.runtime.jobgraph.topology
Classes in org.apache.flink.runtime.jobgraph.topology that implement LogicalEdgeMethods in org.apache.flink.runtime.jobgraph.topology that return types with arguments of type LogicalEdgeModifier and TypeMethodDescriptionIterable<? extends LogicalEdge>DefaultLogicalVertex.getInputs()Iterable<? extends LogicalEdge>LogicalVertex.getInputs()Get the inputLogicalEdges of the vertex.