| 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(TezTaskID taskID) |
| Modifier and Type | Method and Description |
|---|---|
Map<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(TezTaskID taskID) |
| Modifier and Type | Method and Description |
|---|---|
Map<TezTaskID,Task> |
VertexImpl.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VertexImpl.addTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
static TezCounters |
VertexImpl.aggrTaskCounters(TezCounters counters,
Collection<Task> tasks) |
static VertexStats |
VertexImpl.updateVertexStats(VertexStats stats,
Collection<Task> tasks) |
| Constructor and Description |
|---|
TaskAttemptImpl(TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.util.Clock clock,
TaskHeartbeatHandler taskHeartbeatHandler,
AppContext appContext,
boolean isRescheduled,
org.apache.hadoop.yarn.api.records.Resource resource,
ContainerContext containerContext,
boolean leafVertex,
Task task,
TaskLocationHint locationHint,
TaskSpec taskSpec) |
TaskAttemptImpl(TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.util.Clock clock,
TaskHeartbeatHandler taskHeartbeatHandler,
AppContext appContext,
boolean isRescheduled,
org.apache.hadoop.yarn.api.records.Resource resource,
ContainerContext containerContext,
boolean leafVertex,
Task task,
TaskLocationHint locationHint,
TaskSpec taskSpec,
TezTaskAttemptID schedulingCausalTA) |
Copyright © 2022 Apache Software Foundation. All rights reserved.