Uses of Class
org.apache.tez.dag.api.EdgeProperty

Packages that use EdgeProperty
org.apache.tez.dag.api   
 

Uses of EdgeProperty in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return EdgeProperty
static EdgeProperty DagTypeConverters.createEdgePropertyMapFromDAGPlan(DAGProtos.EdgePlan edge)
           
 EdgeProperty GroupInputEdge.getEdgeProperty()
           
 EdgeProperty Edge.getEdgeProperty()
           
 

Methods in org.apache.tez.dag.api that return types with arguments of type EdgeProperty
 Map<String,EdgeProperty> VertexManagerPluginContext.getInputVertexEdgeProperties()
          Get the edge properties on the input edges of this vertex.
 

Constructors in org.apache.tez.dag.api with parameters of type EdgeProperty
Edge(Vertex inputVertex, Vertex outputVertex, EdgeProperty edgeProperty)
           
GroupInputEdge(VertexGroup inputVertexGroup, Vertex outputVertex, EdgeProperty edgeProperty, InputDescriptor mergedInput)
          An Edge that connects a VertexGroup to a destination Vertex.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.