Uses of Class
org.apache.tez.dag.app.dag.impl.Edge

Packages that use Edge
org.apache.tez.dag.app.dag   
org.apache.tez.dag.app.dag.impl   
 

Uses of Edge in org.apache.tez.dag.app.dag
 

Methods in org.apache.tez.dag.app.dag that return types with arguments of type Edge
 Map<Vertex,Edge> Vertex.getInputVertices()
           
 Map<Vertex,Edge> Vertex.getOutputVertices()
           
 

Method parameters in org.apache.tez.dag.app.dag with type arguments of type Edge
 void Vertex.setInputVertices(Map<Vertex,Edge> inVertices)
           
 void Vertex.setOutputVertices(Map<Vertex,Edge> outVertices)
           
 

Uses of Edge in org.apache.tez.dag.app.dag.impl
 

Methods in org.apache.tez.dag.app.dag.impl that return types with arguments of type Edge
 Map<Vertex,Edge> VertexImpl.getInputVertices()
           
 Map<Vertex,Edge> VertexImpl.getOutputVertices()
           
 

Method parameters in org.apache.tez.dag.app.dag.impl with type arguments of type Edge
 void VertexImpl.setInputVertices(Map<Vertex,Edge> inVertices)
           
 void VertexImpl.setOutputVertices(Map<Vertex,Edge> outVertices)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.