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

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

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

Methods in org.apache.tez.dag.api that return EdgeManagerDescriptor
static EdgeManagerDescriptor DagTypeConverters.convertEdgeManagerDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
 EdgeManagerDescriptor EdgeProperty.getEdgeManagerDescriptor()
          Returns the Edge Manager specifications for this edge.
 EdgeManagerDescriptor EdgeManagerDescriptor.setUserPayload(byte[] userPayload)
           
 

Method parameters in org.apache.tez.dag.api with type arguments of type EdgeManagerDescriptor
 boolean VertexManagerPluginContext.setVertexParallelism(int parallelism, VertexLocationHint locationHint, Map<String,EdgeManagerDescriptor> sourceEdgeManagers)
          Set the new parallelism (number of tasks) of this vertex.
 

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



Copyright © 2014 Apache Software Foundation. All rights reserved.