| Package | Description |
|---|---|
| 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.rm |
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
Task.getAttempt(TezTaskAttemptID attemptID) |
TaskAttempt |
Task.getSuccessfulAttempt() |
| Modifier and Type | Method and Description |
|---|---|
Map<TezTaskAttemptID,TaskAttempt> |
Task.getAttempts() |
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
DAGEventSchedulerUpdate.getAttempt() |
| Constructor and Description |
|---|
DAGEventSchedulerUpdate(DAGEventSchedulerUpdate.UpdateType updateType,
TaskAttempt attempt) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskAttemptImpl |
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
TaskImpl.getAttempt(TezTaskAttemptID attemptID) |
TaskAttempt |
TaskImpl.getSuccessfulAttempt() |
| Modifier and Type | Method and Description |
|---|---|
Map<TezTaskAttemptID,TaskAttempt> |
TaskImpl.getAttempts() |
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
AMSchedulerEventTAEnded.getAttempt() |
TaskAttempt |
AMSchedulerEventTAStateUpdated.getTaskAttempt() |
TaskAttempt |
AMSchedulerEventTALaunchRequest.getTaskAttempt() |
| Constructor and Description |
|---|
AMSchedulerEventTAEnded(TaskAttempt attempt,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
TaskAttemptState state,
TaskAttemptEndReason taskAttemptEndReason,
String diagnostics,
int schedulerId) |
AMSchedulerEventTALaunchRequest(TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.Resource capability,
TaskSpec remoteTaskSpec,
TaskAttempt ta,
TaskLocationHint locationHint,
int priority,
ContainerContext containerContext,
int schedulerId,
int launcherId,
int taskCommId) |
AMSchedulerEventTAStateUpdated(TaskAttempt taskAttempt,
TaskScheduler.SchedulerTaskState state,
int schedulerId) |
Copyright © 2022 Apache Software Foundation. All rights reserved.