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

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

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

Methods in org.apache.tez.dag.api that return DAGProtos.PlanEdgeSchedulingType
static DAGProtos.PlanEdgeSchedulingType DagTypeConverters.convertToDAGPlan(EdgeProperty.SchedulingType type)
           
 

Methods in org.apache.tez.dag.api with parameters of type DAGProtos.PlanEdgeSchedulingType
static EdgeProperty.SchedulingType DagTypeConverters.convertFromDAGPlan(DAGProtos.PlanEdgeSchedulingType type)
           
 

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

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

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.PlanEdgeSchedulingType
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.setSchedulingType(DAGProtos.PlanEdgeSchedulingType value)
          required .PlanEdgeSchedulingType schedulingType = 6;
 



Copyright © 2014 Apache Software Foundation. All rights reserved.