|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BundleJob
Bean that represents an Oozie bundle.
Nested Class Summary | |
---|---|
static class |
BundleJob.Timeunit
Defines the possible frequency unit of all Oozie applications in Bundle. |
Nested classes/interfaces inherited from interface org.apache.oozie.client.Job |
---|
Job.Status |
Method Summary | |
---|---|
List<CoordinatorJob> |
getCoordinators()
Return the list of CoordinatorJob. |
Date |
getCreatedTime()
Get createdTime |
Date |
getKickoffTime()
Return the JOB Kickoff time. |
int |
getTimeout()
Return the time out value for all the coord jobs within Bundle |
BundleJob.Timeunit |
getTimeUnit()
Return the timeUnit for the Bundle job, it could be, Timeunit enum, e.g. |
Methods inherited from interface org.apache.oozie.client.Job |
---|
getAcl, getAppName, getAppPath, getConf, getConsoleUrl, getEndTime, getExternalId, getGroup, getId, getPauseTime, getStartTime, getStatus, getUser, resetPending, setPending, setStatus |
Method Detail |
---|
BundleJob.Timeunit getTimeUnit()
int getTimeout()
List<CoordinatorJob> getCoordinators()
Date getKickoffTime()
Date getCreatedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |