Class DefaultLogicalEdge
java.lang.Object
org.apache.flink.runtime.jobgraph.topology.DefaultLogicalEdge
- All Implemented Interfaces:
LogicalEdge
Default implementation of
LogicalEdge. It is an adapter of JobEdge.-
Method Summary
Modifier and TypeMethodDescriptionReturns the distribution pattern used for this edge.Returns the ID of producer vertex.
-
Method Details
-
getDistributionPattern
Description copied from interface:LogicalEdgeReturns the distribution pattern used for this edge.- Specified by:
getDistributionPatternin interfaceLogicalEdge
-
getProducerVertexId
Description copied from interface:LogicalEdgeReturns the ID of producer vertex.- Specified by:
getProducerVertexIdin interfaceLogicalEdge
-