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

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

Uses of DAGProtos.PlanLocalResourceType in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return DAGProtos.PlanLocalResourceType
static DAGProtos.PlanLocalResourceType DagTypeConverters.convertToDAGPlan(org.apache.hadoop.yarn.api.records.LocalResourceType type)
           
 

Methods in org.apache.tez.dag.api with parameters of type DAGProtos.PlanLocalResourceType
static org.apache.hadoop.yarn.api.records.LocalResourceType DagTypeConverters.convertFromDAGPlan(DAGProtos.PlanLocalResourceType type)
           
 

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

Methods in org.apache.tez.dag.api.records that return DAGProtos.PlanLocalResourceType
 DAGProtos.PlanLocalResourceType DAGProtos.PlanLocalResourceOrBuilder.getType()
          required .PlanLocalResourceType type = 5;
 DAGProtos.PlanLocalResourceType DAGProtos.PlanLocalResource.getType()
          required .PlanLocalResourceType type = 5;
 DAGProtos.PlanLocalResourceType DAGProtos.PlanLocalResource.Builder.getType()
          required .PlanLocalResourceType type = 5;
static DAGProtos.PlanLocalResourceType DAGProtos.PlanLocalResourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static DAGProtos.PlanLocalResourceType DAGProtos.PlanLocalResourceType.valueOf(int value)
           
static DAGProtos.PlanLocalResourceType DAGProtos.PlanLocalResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DAGProtos.PlanLocalResourceType[] DAGProtos.PlanLocalResourceType.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.PlanLocalResourceType
static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.PlanLocalResourceType> DAGProtos.PlanLocalResourceType.internalGetValueMap()
           
 

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.PlanLocalResourceType
 DAGProtos.PlanLocalResource.Builder DAGProtos.PlanLocalResource.Builder.setType(DAGProtos.PlanLocalResourceType value)
          required .PlanLocalResourceType type = 5;
 



Copyright © 2014 Apache Software Foundation. All rights reserved.