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

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

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

Methods in org.apache.tez.dag.api that return EdgeProperty.SchedulingType
static EdgeProperty.SchedulingType DagTypeConverters.convertFromDAGPlan(DAGProtos.PlanEdgeSchedulingType type)
           
 EdgeProperty.SchedulingType EdgeProperty.getSchedulingType()
           
static EdgeProperty.SchedulingType EdgeProperty.SchedulingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeProperty.SchedulingType[] EdgeProperty.SchedulingType.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.SchedulingType
static DAGProtos.PlanEdgeSchedulingType DagTypeConverters.convertToDAGPlan(EdgeProperty.SchedulingType type)
           
 

Constructors in org.apache.tez.dag.api with parameters of type EdgeProperty.SchedulingType
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.