| Modifier and Type | Class and Description |
|---|---|
static class |
TezChild.ContainerExecutionResult.ExitStatus |
| Constructor and Description |
|---|
ContainerExecutionResult(TezChild.ContainerExecutionResult.ExitStatus exitStatus,
Throwable throwable,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
TezChild.ContainerExecutionResult.ExitStatus |
getExitStatus() |
Throwable |
getThrowable() |
String |
toString() |
public ContainerExecutionResult(TezChild.ContainerExecutionResult.ExitStatus exitStatus, @Nullable Throwable throwable, @Nullable String errorMessage)
Copyright © 2017 Apache Software Foundation. All rights reserved.