public class TaskRunner2Result extends Object
| Constructor and Description |
|---|
TaskRunner2Result(EndReason endReason,
org.apache.tez.runtime.api.TaskFailureType taskFailureType,
Throwable error,
boolean containerShutdownRequested) |
| Modifier and Type | Method and Description |
|---|---|
EndReason |
getEndReason() |
Throwable |
getError() |
org.apache.tez.runtime.api.TaskFailureType |
getTaskFailureType() |
boolean |
isContainerShutdownRequested() |
String |
toString() |
Copyright © 2017 Apache Software Foundation. All rights reserved.