Interface LogicalEdge
-
- All Known Implementing Classes:
DefaultLogicalEdge
public interface LogicalEdgeRepresents an edge inLogicalTopology, i.e.JobEdge.
-
-
Method Summary
All Methods Instance Methods Abstract 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
DistributionPattern getDistributionPattern()
Returns the distribution pattern used for this edge.
-
getProducerVertexId
JobVertexID getProducerVertexId()
Returns the ID of producer vertex.
-
-