| Package | Description |
|---|---|
| org.apache.tez.dag.app | |
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl | |
| org.apache.tez.dag.app.dag.speculation.legacy |
| Constructor and Description |
|---|
ContainerContext(Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources,
org.apache.hadoop.security.Credentials credentials,
Map<String,String> environment,
String javaOpts,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Task.getVertex() |
Vertex |
DAG.getVertex(String vertexName)
Get Vertex by vertex name
|
Vertex |
DAG.getVertex(org.apache.tez.dag.records.TezVertexID vertexId) |
| Modifier and Type | Method and Description |
|---|---|
Map<Vertex,Edge> |
Vertex.getInputVertices() |
Map<Vertex,Edge> |
Vertex.getOutputVertices() |
Map<org.apache.tez.dag.records.TezVertexID,Vertex> |
DAG.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DAGScheduler.vertexCompleted(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setInputVertices(Map<Vertex,Edge> inVertices) |
void |
Vertex.setOutputVertices(Map<Vertex,Edge> outVertices) |
| Constructor and Description |
|---|
RootInputInitializerManager(Vertex vertex,
AppContext appContext,
org.apache.hadoop.security.UserGroupInformation dagUgi,
StateChangeNotifier stateTracker) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
VertexEventNullEdgeInitialized.getVertex() |
| Constructor and Description |
|---|
VertexEventNullEdgeInitialized(org.apache.tez.dag.records.TezVertexID vertexId,
Edge edge,
Vertex vertex) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexImpl
Implementation of Vertex interface.
|
| Modifier and Type | Method and Description |
|---|---|
Vertex |
TaskImpl.getVertex() |
Vertex |
DAGImpl.getVertex(String vertexName) |
Vertex |
DAGImpl.getVertex(org.apache.tez.dag.records.TezVertexID vertexID) |
| Modifier and Type | Method and Description |
|---|---|
Map<Vertex,Edge> |
VertexImpl.getInputVertices() |
Map<Vertex,Edge> |
VertexImpl.getOutputVertices() |
Map<org.apache.tez.dag.records.TezVertexID,Vertex> |
DAGImpl.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
int |
VertexImpl.compareTo(Vertex other) |
void |
Edge.setDestinationVertex(Vertex destinationVertex) |
void |
Edge.setSourceVertex(Vertex sourceVertex) |
void |
DAGSchedulerNaturalOrderControlled.vertexCompleted(Vertex vertex) |
void |
DAGSchedulerNaturalOrder.vertexCompleted(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.tez.common.counters.TezCounters |
DAGImpl.incrTaskCounters(org.apache.tez.common.counters.TezCounters counters,
Collection<Vertex> vertices) |
void |
VertexImpl.setInputVertices(Map<Vertex,Edge> inVertices) |
void |
VertexImpl.setOutputVertices(Map<Vertex,Edge> outVertices) |
| Constructor and Description |
|---|
TezRootInputInitializerContextImpl(org.apache.tez.dag.api.RootInputLeafOutput<org.apache.tez.dag.api.InputDescriptor,org.apache.tez.dag.api.InputInitializerDescriptor> input,
Vertex vertex,
AppContext appContext,
RootInputInitializerManager manager) |
VertexManager(org.apache.tez.dag.api.VertexManagerPluginDescriptor pluginDesc,
Vertex managedVertex,
AppContext appContext,
StateChangeNotifier stateChangeNotifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf,
Vertex vertex) |
| Constructor and Description |
|---|
LegacySpeculator(org.apache.hadoop.conf.Configuration conf,
AppContext context,
Vertex vertex) |
LegacySpeculator(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.util.Clock clock,
Vertex vertex) |
LegacySpeculator(org.apache.hadoop.conf.Configuration conf,
TaskRuntimeEstimator estimator,
org.apache.hadoop.yarn.util.Clock clock,
Vertex vertex) |
Copyright © 2015 Apache Software Foundation. All rights reserved.