| 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(org.apache.tez.dag.records.TezTaskAttemptID attemptID) |
TaskAttempt |
Task.getSuccessfulAttempt() |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.tez.dag.records.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(org.apache.tez.dag.records.TezTaskAttemptID attemptID) |
TaskAttempt |
TaskImpl.getSuccessfulAttempt() |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.tez.dag.records.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,
org.apache.tez.serviceplugins.api.TaskAttemptEndReason taskAttemptEndReason,
String diagnostics,
int schedulerId) |
AMSchedulerEventTALaunchRequest(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.Resource capability,
org.apache.tez.runtime.api.impl.TaskSpec remoteTaskSpec,
TaskAttempt ta,
org.apache.tez.dag.api.TaskLocationHint locationHint,
int priority,
ContainerContext containerContext,
int schedulerId,
int launcherId,
int taskCommId) |
AMSchedulerEventTAStateUpdated(TaskAttempt taskAttempt,
org.apache.tez.serviceplugins.api.TaskScheduler.SchedulerTaskState state,
int schedulerId) |
Copyright © 2019 Apache Software Foundation. All rights reserved.