org.apache.tez.dag.utils
Class Graph.Edge
java.lang.Object
org.apache.tez.dag.utils.Graph.Edge
- Enclosing class:
- Graph
public class Graph.Edge
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Graph.Edge
public Graph.Edge(Graph.Node from,
Graph.Node to,
String info)
sameAs
public boolean sameAs(Graph.Edge rhs)
combine
public Graph.Edge combine(Graph.Edge rhs)
Copyright © 2014 Apache Software Foundation. All rights reserved.