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

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

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

Methods in org.apache.tez.dag.api that return DAGProtos.PlanEdgeDataSourceType
static DAGProtos.PlanEdgeDataSourceType DagTypeConverters.convertToDAGPlan(EdgeProperty.DataSourceType sourceType)
           
 

Methods in org.apache.tez.dag.api with parameters of type DAGProtos.PlanEdgeDataSourceType
static EdgeProperty.DataSourceType DagTypeConverters.convertFromDAGPlan(DAGProtos.PlanEdgeDataSourceType sourceType)
           
 

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

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

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.PlanEdgeDataSourceType
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.setDataSourceType(DAGProtos.PlanEdgeDataSourceType value)
          required .PlanEdgeDataSourceType dataSourceType = 5;
 



Copyright © 2014 Apache Software Foundation. All rights reserved.