|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Job
Interface that represents an Oozie Job.
| Nested Class Summary | |
|---|---|
static class |
Job.Status
Defines the possible status of an Oozie JOB. |
| Method Summary | |
|---|---|
String |
getAcl()
Return the workflow job group. |
String |
getAppName()
Return the name of the Oozie application (from the application definition). |
String |
getAppPath()
Return the path to the Oozie application. |
String |
getConf()
Return the JOB configuration. |
String |
getConsoleUrl()
Return the JOB console URL. |
Date |
getEndTime()
Return the JOB end time. |
String |
getExternalId()
Return externalId |
String |
getGroup()
Deprecated. |
String |
getId()
Return the JOB ID. |
Date |
getPauseTime()
Get pauseTime |
Date |
getStartTime()
Return the JOB start time. |
Job.Status |
getStatus()
Return the JOB status. |
String |
getUser()
Return the JOB user owner. |
void |
resetPending()
Set pending to |
void |
setPending()
Set pending to true |
void |
setStatus(Job.Status status)
Set the status of the job |
| Method Detail |
|---|
String getAppPath()
String getAppName()
String getId()
String getConf()
Job.Status getStatus()
String getUser()
@Deprecated String getGroup()
String getAcl()
String getConsoleUrl()
Date getStartTime()
Date getEndTime()
void setStatus(Job.Status status)
status - void setPending()
void resetPending()
Date getPauseTime()
String getExternalId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||