public final class TaskletAggregationFailureReport extends Object implements WorkerToMasterReport
WorkerToMasterReport.Type| Constructor and Description |
|---|
TaskletAggregationFailureReport(List<Integer> taskletIds,
Exception exception) |
public TaskletAggregationFailureReport(List<Integer> taskletIds, Exception exception)
taskletIds - of the failed tasklet(s).exception - that caused the tasklet failure.public WorkerToMasterReport.Type getType()
getType in interface WorkerToMasterReportpublic List<Integer> getTaskletIds()
public Exception getException()
Copyright © 2017 The Apache Software Foundation. All rights reserved.