|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.service.mapred.Outcome
public class Outcome
Outcome for a task.
| Constructor Summary | |
|---|---|
Outcome(UUID task,
Status status,
String message)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
The message associated with the Outcome (may be null). |
Status |
getStatus()
The task status. |
UUID |
getTask()
The task identifier. |
int |
hashCode()
The hash code for the task UUID. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Outcome(UUID task,
Status status,
String message)
task - The task identifier (required).status - The task status (required).message - The message associated with the outcome (required if the
Status.Error).| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic UUID getTask()
public Status getStatus()
public String getMessage()
Outcome (may be null).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||