Uses of Class
org.apache.tez.dag.api.EdgeProperty.DataSourceType

Packages that use EdgeProperty.DataSourceType
org.apache.tez.dag.api   
 

Uses of EdgeProperty.DataSourceType in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return EdgeProperty.DataSourceType
static EdgeProperty.DataSourceType DagTypeConverters.convertFromDAGPlan(DAGProtos.PlanEdgeDataSourceType sourceType)
           
 EdgeProperty.DataSourceType EdgeProperty.getDataSourceType()
           
static EdgeProperty.DataSourceType EdgeProperty.DataSourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeProperty.DataSourceType[] EdgeProperty.DataSourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in org.apache.tez.dag.api with parameters of type EdgeProperty.DataSourceType
EdgeProperty(EdgeManagerDescriptor edgeManagerDescriptor, EdgeProperty.DataSourceType dataSourceType, EdgeProperty.SchedulingType schedulingType, OutputDescriptor edgeSource, InputDescriptor edgeDestination)
          Setup an Edge which uses a custom EdgeManager
EdgeProperty(EdgeProperty.DataMovementType dataMovementType, EdgeProperty.DataSourceType dataSourceType, EdgeProperty.SchedulingType schedulingType, OutputDescriptor edgeSource, InputDescriptor edgeDestination)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.