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

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

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

Methods in org.apache.tez.dag.api that return VertexManagerPluginDescriptor
static VertexManagerPluginDescriptor DagTypeConverters.convertVertexManagerPluginDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
 VertexManagerPluginDescriptor VertexManagerPluginDescriptor.setUserPayload(byte[] userPayload)
           
 

Methods in org.apache.tez.dag.api with parameters of type VertexManagerPluginDescriptor
 Vertex Vertex.setVertexManagerPlugin(VertexManagerPluginDescriptor vertexManagerPluginDescriptor)
          Specifies a VertexManagerPlugin for the vertex.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.