Uses of Class
org.apache.hadoop.hive.ql.plan.TezEdgeProperty

Packages that use TezEdgeProperty
org.apache.hadoop.hive.ql.exec.tez   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of TezEdgeProperty in org.apache.hadoop.hive.ql.exec.tez
 

Methods in org.apache.hadoop.hive.ql.exec.tez with parameters of type TezEdgeProperty
 org.apache.tez.dag.api.Edge DagUtils.createEdge(org.apache.hadoop.mapred.JobConf vConf, org.apache.tez.dag.api.Vertex v, org.apache.hadoop.mapred.JobConf wConf, org.apache.tez.dag.api.Vertex w, TezEdgeProperty edgeProp)
          Given two vertices and their respective configuration objects createEdge will create an Edge object that connects the two.
 org.apache.tez.dag.api.GroupInputEdge DagUtils.createEdge(org.apache.tez.dag.api.VertexGroup group, org.apache.hadoop.mapred.JobConf wConf, org.apache.tez.dag.api.Vertex w, TezEdgeProperty edgeProp)
          Given a Vertex group and a vertex createEdge will create an Edge between them.
 

Uses of TezEdgeProperty in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse with type parameters of type TezEdgeProperty
 Map<Operator<?>,Map<BaseWork,TezEdgeProperty>> GenTezProcContext.linkOpWithWorkMap
           
 

Uses of TezEdgeProperty in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return TezEdgeProperty
 TezEdgeProperty TezWork.getEdgeProperty(BaseWork a, BaseWork b)
          returns the edge type connecting work a and b
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type TezEdgeProperty
 void TezWork.connect(BaseWork a, BaseWork b, TezEdgeProperty edgeProp)
          connect adds an edge between a and b.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.