| Package | Description |
|---|---|
| org.apache.tez.dag.api |
| Modifier and Type | Method and Description |
|---|---|
static EdgeProperty |
EdgeProperty.create(EdgeManagerPluginDescriptor edgeManagerDescriptor,
EdgeProperty.DataSourceType dataSourceType,
EdgeProperty.SchedulingType schedulingType,
OutputDescriptor edgeSource,
InputDescriptor edgeDestination)
Setup an Edge which uses a custom EdgeManager
|
static EdgeProperty |
EdgeProperty.create(EdgeProperty.DataMovementType dataMovementType,
EdgeProperty.DataSourceType dataSourceType,
EdgeProperty.SchedulingType schedulingType,
OutputDescriptor edgeSource,
InputDescriptor edgeDestination)
Setup an EdgeProperty which makes use of one of the provided
EdgeProperty.DataMovementTypes |
static EdgeProperty |
DagTypeConverters.createEdgePropertyMapFromDAGPlan(DAGProtos.EdgePlan edge) |
EdgeProperty |
GroupInputEdge.getEdgeProperty() |
EdgeProperty |
Edge.getEdgeProperty()
The @link
EdgeProperty for this edge |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EdgeProperty> |
VertexManagerPluginContext.getInputVertexEdgeProperties()
Get the edge properties on the input edges of this vertex.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupInputEdge |
GroupInputEdge.create(VertexGroup inputVertexGroup,
Vertex outputVertex,
EdgeProperty edgeProperty,
InputDescriptor mergedInput)
An Edge that connects a
VertexGroup to a destination Vertex. |
static Edge |
Edge.create(Vertex inputVertex,
Vertex outputVertex,
EdgeProperty edgeProperty)
Creates an edge between the specified vertices.
|
Copyright © 2014 Apache Software Foundation. All rights reserved.