org.apache.falcon.workflow.engine
Class NullBundleJob
java.lang.Object
org.apache.falcon.workflow.engine.NullBundleJob
- All Implemented Interfaces:
- BundleJob, Job
public class NullBundleJob
- extends Object
- implements BundleJob
Default Bundle Job.
Nested classes/interfaces inherited from interface org.apache.oozie.client.Job |
Job.Status |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullBundleJob
public NullBundleJob()
getAppPath
public String getAppPath()
- Specified by:
getAppPath
in interface Job
getAppName
public String getAppName()
- Specified by:
getAppName
in interface Job
getId
public String getId()
- Specified by:
getId
in interface Job
getConf
public String getConf()
- Specified by:
getConf
in interface Job
getStatus
public Job.Status getStatus()
- Specified by:
getStatus
in interface Job
getUser
public String getUser()
- Specified by:
getUser
in interface Job
getGroup
public String getGroup()
- Specified by:
getGroup
in interface Job
getConsoleUrl
public String getConsoleUrl()
- Specified by:
getConsoleUrl
in interface Job
getStartTime
public Date getStartTime()
- Specified by:
getStartTime
in interface Job
getEndTime
public Date getEndTime()
- Specified by:
getEndTime
in interface Job
setStatus
public void setStatus(Job.Status status)
- Specified by:
setStatus
in interface Job
setPending
public void setPending()
- Specified by:
setPending
in interface Job
resetPending
public void resetPending()
- Specified by:
resetPending
in interface Job
getPauseTime
public Date getPauseTime()
- Specified by:
getPauseTime
in interface Job
getExternalId
public String getExternalId()
- Specified by:
getExternalId
in interface Job
getTimeUnit
public BundleJob.Timeunit getTimeUnit()
- Specified by:
getTimeUnit
in interface BundleJob
getTimeout
public int getTimeout()
- Specified by:
getTimeout
in interface BundleJob
getCoordinators
public List<CoordinatorJob> getCoordinators()
- Specified by:
getCoordinators
in interface BundleJob
getKickoffTime
public Date getKickoffTime()
- Specified by:
getKickoffTime
in interface BundleJob
getCreatedTime
public Date getCreatedTime()
- Specified by:
getCreatedTime
in interface BundleJob
getAcl
public String getAcl()
- Specified by:
getAcl
in interface Job
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.