org.apache.tez.dag.api
Class Edge
java.lang.Object
org.apache.tez.dag.api.Edge
public class Edge
- extends Object
Edge
public Edge(Vertex inputVertex,
Vertex outputVertex,
EdgeProperty edgeProperty)
getInputVertex
public Vertex getInputVertex()
getOutputVertex
public Vertex getOutputVertex()
getEdgeProperty
public EdgeProperty getEdgeProperty()
getId
@InterfaceAudience.Private
public String getId()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 Apache Software Foundation. All rights reserved.