|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EdgeProperty.DataMovementType | |
|---|---|
| org.apache.tez.dag.api | |
| Uses of EdgeProperty.DataMovementType in org.apache.tez.dag.api |
|---|
| Methods in org.apache.tez.dag.api that return EdgeProperty.DataMovementType | |
|---|---|
static EdgeProperty.DataMovementType |
DagTypeConverters.convertFromDAGPlan(DAGProtos.PlanEdgeDataMovementType type)
|
EdgeProperty.DataMovementType |
EdgeProperty.getDataMovementType()
|
static EdgeProperty.DataMovementType |
EdgeProperty.DataMovementType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EdgeProperty.DataMovementType[] |
EdgeProperty.DataMovementType.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.DataMovementType | |
|---|---|
static DAGProtos.PlanEdgeDataMovementType |
DagTypeConverters.convertToDAGPlan(EdgeProperty.DataMovementType type)
|
| Constructors in org.apache.tez.dag.api with parameters of type EdgeProperty.DataMovementType | |
|---|---|
EdgeProperty(EdgeProperty.DataMovementType dataMovementType,
EdgeProperty.DataSourceType dataSourceType,
EdgeProperty.SchedulingType schedulingType,
OutputDescriptor edgeSource,
InputDescriptor edgeDestination)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||