| Package | Description |
|---|---|
| org.apache.tez.runtime.task |
| Modifier and Type | Method and Description |
|---|---|
EndReason |
TaskRunner2Result.getEndReason() |
static EndReason |
EndReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndReason[] |
EndReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TaskRunner2Result(EndReason endReason,
org.apache.tez.runtime.api.TaskFailureType taskFailureType,
Throwable error,
boolean containerShutdownRequested) |
Copyright © 2017 Apache Software Foundation. All rights reserved.