org.apache.falcon.workflow.engine
Class NullBundleJob

java.lang.Object
  extended by org.apache.falcon.workflow.engine.NullBundleJob
All Implemented Interfaces:
BundleJob, Job

public class NullBundleJob
extends Object
implements BundleJob

Default Bundle Job.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.oozie.client.BundleJob
BundleJob.Timeunit
 
Nested classes/interfaces inherited from interface org.apache.oozie.client.Job
Job.Status
 
Constructor Summary
NullBundleJob()
           
 
Method Summary
 String getAcl()
           
 String getAppName()
           
 String getAppPath()
           
 String getConf()
           
 String getConsoleUrl()
           
 List<CoordinatorJob> getCoordinators()
           
 Date getCreatedTime()
           
 Date getEndTime()
           
 String getExternalId()
           
 String getGroup()
           
 String getId()
           
 Date getKickoffTime()
           
 Date getPauseTime()
           
 Date getStartTime()
           
 Job.Status getStatus()
           
 int getTimeout()
           
 BundleJob.Timeunit getTimeUnit()
           
 String getUser()
           
 void resetPending()
           
 void setPending()
           
 void setStatus(Job.Status status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullBundleJob

public NullBundleJob()
Method Detail

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.