Interface LogicalEdge

All Known Implementing Classes:
DefaultLogicalEdge

public interface LogicalEdge
Represents an edge in LogicalTopology, i.e. JobEdge.
  • Method Details

    • getDistributionPattern

      DistributionPattern getDistributionPattern()
      Returns the distribution pattern used for this edge.
    • getProducerVertexId

      JobVertexID getProducerVertexId()
      Returns the ID of producer vertex.