| Package | Description | 
|---|---|
| org.apache.tez.serviceplugins.api | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskAttemptEndReason | 
TaskAttemptEndReason.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TaskAttemptEndReason[] | 
TaskAttemptEndReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContainerLauncherContext.containerCompleted(org.apache.hadoop.yarn.api.records.ContainerId containerId,
                  int exitStatus,
                  String diagnostics,
                  TaskAttemptEndReason endReason)
Inform the scheduler that a container was successfully stopped 
 | 
abstract boolean | 
TaskScheduler.deallocateTask(Object task,
              boolean taskSucceeded,
              TaskAttemptEndReason endReason,
              String diagnostics)
A request to deallocate a task. 
 | 
Copyright © 2021 Apache Software Foundation. All rights reserved.