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

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

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

Methods in org.apache.tez.dag.api that return Vertex
 Vertex Vertex.addInput(String inputName, InputDescriptor inputDescriptor, Class<? extends TezRootInputInitializer> inputInitializer)
          Specifies an Input for a Vertex.
 Vertex Vertex.addOutput(String outputName, OutputDescriptor outputDescriptor)
           
 Vertex Vertex.addOutput(String outputName, OutputDescriptor outputDescriptor, Class<? extends OutputCommitter> outputCommitterClazz)
          Specifies an Output for a Vertex.
 Vertex Edge.getInputVertex()
           
 Vertex GroupInputEdge.getOutputVertex()
           
 Vertex Edge.getOutputVertex()
           
 Vertex DAG.getVertex(String vertexName)
           
 Vertex Vertex.setJavaOpts(String javaOpts)
           
 Vertex Vertex.setTaskEnvironment(Map<String,String> environment)
           
 Vertex Vertex.setTaskLocalResources(Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources)
           
 Vertex Vertex.setTaskLocationsHint(List<VertexLocationHint.TaskLocationHint> locations)
           
 Vertex Vertex.setVertexManagerPlugin(VertexManagerPluginDescriptor vertexManagerPluginDescriptor)
          Specifies a VertexManagerPlugin for the vertex.
 

Methods in org.apache.tez.dag.api that return types with arguments of type Vertex
 List<Vertex> Vertex.getInputVertices()
           
 List<Vertex> Vertex.getOutputVertices()
           
 Set<Vertex> DAG.getVertices()
           
 

Methods in org.apache.tez.dag.api with parameters of type Vertex
 DAG DAG.addVertex(Vertex vertex)
           
 VertexGroup DAG.createVertexGroup(String name, Vertex... members)
           
 

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