org.apache.tez.dag.api
Class Edge

java.lang.Object
  extended by org.apache.tez.dag.api.Edge

public class Edge
extends Object


Constructor Summary
Edge(Vertex inputVertex, Vertex outputVertex, EdgeProperty edgeProperty)
           
 
Method Summary
 EdgeProperty getEdgeProperty()
           
 String getId()
           
 Vertex getInputVertex()
           
 Vertex getOutputVertex()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Edge

public Edge(Vertex inputVertex,
            Vertex outputVertex,
            EdgeProperty edgeProperty)
Method Detail

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.