|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordinatorJob
Bean that represents an Oozie application.
Nested Class Summary | |
---|---|
static class |
CoordinatorJob.Execution
Defines the possible execution order of an Oozie application. |
static class |
CoordinatorJob.Timeunit
Defines the possible frequency unit of an Oozie application. |
Nested classes/interfaces inherited from interface org.apache.oozie.client.Job |
---|
Job.Status |
Method Summary | |
---|---|
String |
getAcl()
Return the workflow job group. |
List<CoordinatorAction> |
getActions()
Return list of coordinator actions. |
String |
getAppName()
Return the name of the Oozie application (from the application definition). |
String |
getAppPath()
Return the path to the Oozie application. |
String |
getBundleId()
Return the BundleId. |
int |
getConcurrency()
Return the concurrency for the coord job |
String |
getConf()
Return the application configuration. |
String |
getConsoleUrl()
Return the application console URL. |
Date |
getEndTime()
Return the application end time. |
CoordinatorJob.Execution |
getExecutionOrder()
Return the execution order policy for the coord job |
int |
getFrequency()
Return the frequency for the coord job in unit of minute |
String |
getGroup()
Deprecated. |
String |
getId()
Return the application ID. |
Date |
getLastActionTime()
Return the date for the last action of the coord job |
Date |
getNextMaterializedTime()
Return the application next materialized time. |
Date |
getStartTime()
Return the application start time. |
Job.Status |
getStatus()
Return the application status. |
int |
getTimeout()
Return the time out value for the coord job |
CoordinatorJob.Timeunit |
getTimeUnit()
Return the timeUnit for the coord job, it could be, Timeunit enum, e.g. |
String |
getTimeZone()
Return the time zone information for the coord job |
String |
getUser()
Return the application user owner. |
Methods inherited from interface org.apache.oozie.client.Job |
---|
getExternalId, getPauseTime, resetPending, setPending, setStatus |
Method Detail |
---|
String getAppPath()
getAppPath
in interface Job
String getAppName()
getAppName
in interface Job
String getId()
getId
in interface Job
String getConf()
getConf
in interface Job
Job.Status getStatus()
getStatus
in interface Job
int getFrequency()
CoordinatorJob.Timeunit getTimeUnit()
String getTimeZone()
int getConcurrency()
CoordinatorJob.Execution getExecutionOrder()
int getTimeout()
Date getLastActionTime()
Date getNextMaterializedTime()
Date getStartTime()
getStartTime
in interface Job
Date getEndTime()
getEndTime
in interface Job
String getUser()
getUser
in interface Job
@Deprecated String getGroup()
getAcl()
method instead.
getGroup
in interface Job
String getAcl()
getAcl
in interface Job
String getBundleId()
String getConsoleUrl()
getConsoleUrl
in interface Job
List<CoordinatorAction> getActions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |