| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<Vertex,Edge> |
Vertex.getInputVertices() |
Map<Vertex,Edge> |
Vertex.getOutputVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setInputVertices(Map<Vertex,Edge> inVertices) |
void |
Vertex.setOutputVertices(Map<Vertex,Edge> outVertices) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
VertexEventNullEdgeInitialized.getEdge() |
| Constructor and Description |
|---|
VertexEventNullEdgeInitialized(org.apache.tez.dag.records.TezVertexID vertexId,
Edge edge,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Map<Vertex,Edge> |
VertexImpl.getInputVertices() |
Map<Vertex,Edge> |
VertexImpl.getOutputVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexImpl.setInputVertices(Map<Vertex,Edge> inVertices) |
void |
VertexImpl.setOutputVertices(Map<Vertex,Edge> outVertices) |
Copyright © 2019 Apache Software Foundation. All rights reserved.