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