Interface LogicalEdge
- All Known Implementing Classes:
DefaultLogicalEdge
public interface LogicalEdge
Represents an edge in
LogicalTopology, i.e. JobEdge.-
Method Summary
Modifier and TypeMethodDescriptionReturns the distribution pattern used for this edge.Returns the ID of producer vertex.
-
Method Details
-
getDistributionPattern
DistributionPattern getDistributionPattern()Returns the distribution pattern used for this edge. -
getProducerVertexId
JobVertexID getProducerVertexId()Returns the ID of producer vertex.
-