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

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

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

Methods in org.apache.tez.dag.api that return VertexGroup
 VertexGroup VertexGroup.addOutput(String outputName, OutputDescriptor outputDescriptor, Class<? extends OutputCommitter> outputCommitterClazz)
          Add an common output to the group of vertices.
 VertexGroup DAG.createVertexGroup(String name, Vertex... members)
           
 VertexGroup GroupInputEdge.getInputVertexGroup()
           
 

Constructors in org.apache.tez.dag.api with parameters of type VertexGroup
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.