| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskAttempt.getTask() |
Task |
Vertex.getTask(int taskIndex) |
Task |
Vertex.getTask(org.apache.tez.dag.records.TezTaskID taskID) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.tez.dag.records.TezTaskID,Task> |
Vertex.getTasks() |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskImpl
Implementation of Task interface.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskAttemptImpl.getTask() |
Task |
VertexImpl.getTask(int taskIndex) |
Task |
VertexImpl.getTask(org.apache.tez.dag.records.TezTaskID taskID) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.tez.dag.records.TezTaskID,Task> |
VertexImpl.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VertexImpl.addTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.tez.common.counters.TezCounters |
VertexImpl.incrTaskCounters(org.apache.tez.common.counters.TezCounters counters,
Collection<Task> tasks) |
static VertexStats |
VertexImpl.updateVertexStats(VertexStats stats,
Collection<Task> tasks) |
Copyright © 2015 Apache Software Foundation. All rights reserved.