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