Uses of Class
org.apache.tez.dag.api.records.DAGProtos.PlanVertexType

Packages that use DAGProtos.PlanVertexType
org.apache.tez.dag.api.records   
 

Uses of DAGProtos.PlanVertexType in org.apache.tez.dag.api.records
 

Methods in org.apache.tez.dag.api.records that return DAGProtos.PlanVertexType
 DAGProtos.PlanVertexType DAGProtos.VertexPlanOrBuilder.getType()
          required .PlanVertexType type = 2;
 DAGProtos.PlanVertexType DAGProtos.VertexPlan.getType()
          required .PlanVertexType type = 2;
 DAGProtos.PlanVertexType DAGProtos.VertexPlan.Builder.getType()
          required .PlanVertexType type = 2;
static DAGProtos.PlanVertexType DAGProtos.PlanVertexType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static DAGProtos.PlanVertexType DAGProtos.PlanVertexType.valueOf(int value)
           
static DAGProtos.PlanVertexType DAGProtos.PlanVertexType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DAGProtos.PlanVertexType[] DAGProtos.PlanVertexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.tez.dag.api.records that return types with arguments of type DAGProtos.PlanVertexType
static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.PlanVertexType> DAGProtos.PlanVertexType.internalGetValueMap()
           
 

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.PlanVertexType
 DAGProtos.VertexPlan.Builder DAGProtos.VertexPlan.Builder.setType(DAGProtos.PlanVertexType value)
          required .PlanVertexType type = 2;
 



Copyright © 2014 Apache Software Foundation. All rights reserved.