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

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

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

Methods in org.apache.tez.dag.api that return OutputDescriptor
static OutputDescriptor DagTypeConverters.convertOutputDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
 OutputDescriptor EdgeProperty.getEdgeSource()
           
 OutputDescriptor OutputDescriptor.setUserPayload(byte[] userPayload)
           
 

Methods in org.apache.tez.dag.api with parameters of type OutputDescriptor
 Vertex Vertex.addOutput(String outputName, OutputDescriptor outputDescriptor)
           
 VertexGroup VertexGroup.addOutput(String outputName, OutputDescriptor outputDescriptor, Class<? extends OutputCommitter> outputCommitterClazz)
          Add an common output to the group of vertices.
 Vertex Vertex.addOutput(String outputName, OutputDescriptor outputDescriptor, Class<? extends OutputCommitter> outputCommitterClazz)
          Specifies an Output for a Vertex.
 

Constructors in org.apache.tez.dag.api with parameters of type OutputDescriptor
EdgeProperty(EdgeManagerDescriptor edgeManagerDescriptor, EdgeProperty.DataSourceType dataSourceType, EdgeProperty.SchedulingType schedulingType, OutputDescriptor edgeSource, InputDescriptor edgeDestination)
          Setup an Edge which uses a custom EdgeManager
EdgeProperty(EdgeProperty.DataMovementType dataMovementType, EdgeProperty.DataSourceType dataSourceType, EdgeProperty.SchedulingType schedulingType, OutputDescriptor edgeSource, InputDescriptor edgeDestination)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.