org.apache.hadoop.yarn.state
Class Graph.Node
java.lang.Object
org.apache.hadoop.yarn.state.Graph.Node
- Enclosing class:
- Graph
public class Graph.Node
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Graph.Node
public Graph.Node(String id)
getParent
public Graph getParent()
addEdge
public Graph.Node addEdge(Graph.Node to,
String info)
getUniqueId
public String getUniqueId()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.