public final class TaskletFailureReport extends Object implements WorkerToMasterReport
WorkerToMasterReport.Type| Constructor and Description |
|---|
TaskletFailureReport(int taskletId,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
int |
getTaskletId() |
WorkerToMasterReport.Type |
getType() |
public TaskletFailureReport(int taskletId, Exception exception)
taskletId - of the failed Tasklet.exception - that caused the tasklet failure.public WorkerToMasterReport.Type getType()
getType in interface WorkerToMasterReportpublic int getTaskletId()
public Exception getException()
Copyright © 2017 The Apache Software Foundation. All rights reserved.