public final class TaskletResultReport extends Object implements WorkerToMasterReport
WorkerToMasterReport.Type
Constructor and Description |
---|
TaskletResultReport(int taskletId,
Object result) |
Modifier and Type | Method and Description |
---|---|
Object |
getResult() |
int |
getTaskletId() |
WorkerToMasterReport.Type |
getType() |
public TaskletResultReport(int taskletId, Object result)
taskletId
- of the Tasklet.result
- of the tasklet execution.public WorkerToMasterReport.Type getType()
getType
in interface WorkerToMasterReport
public int getTaskletId()
Copyright © 2016 The Apache Software Foundation. All rights reserved.