public interface Job
Modifier and Type | Interface and Description |
---|---|
static class |
Job.Status
Defines the possible status of an Oozie JOB.
|
Modifier and Type | Method and Description |
---|---|
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
|
String getAppPath()
String getAppName()
Job.Status getStatus()
@Deprecated String getGroup()
String getConsoleUrl()
Date getStartTime()
Date getEndTime()
void setStatus(Job.Status status)
status
- void setPending()
void resetPending()
Date getPauseTime()
String getExternalId()
Copyright © 2018 Apache Software Foundation. All rights reserved.