Class DefaultLogicalEdge
- java.lang.Object
-
- org.apache.flink.runtime.jobgraph.topology.DefaultLogicalEdge
-
- All Implemented Interfaces:
LogicalEdge
public class DefaultLogicalEdge extends Object implements LogicalEdge
Default implementation ofLogicalEdge. It is an adapter ofJobEdge.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributionPatterngetDistributionPattern()Returns the distribution pattern used for this edge.JobVertexIDgetProducerVertexId()Returns the ID of producer vertex.
-
-
-
Method Detail
-
getDistributionPattern
public DistributionPattern getDistributionPattern()
Description copied from interface:LogicalEdgeReturns the distribution pattern used for this edge.- Specified by:
getDistributionPatternin interfaceLogicalEdge
-
getProducerVertexId
public JobVertexID getProducerVertexId()
Description copied from interface:LogicalEdgeReturns the ID of producer vertex.- Specified by:
getProducerVertexIdin interfaceLogicalEdge
-
-