Uses of Class
org.apache.oozie.CoordinatorActionBean

Packages that use CoordinatorActionBean
org.apache.oozie   
org.apache.oozie.command   
org.apache.oozie.command.coord   
org.apache.oozie.store   
 

Uses of CoordinatorActionBean in org.apache.oozie
 

Methods in org.apache.oozie that return CoordinatorActionBean
 CoordinatorActionBean CoordinatorEngine.getCoordAction(String actionId)
           
 

Methods in org.apache.oozie that return types with arguments of type CoordinatorActionBean
 List<CoordinatorActionBean> CoordinatorActionInfo.getCoordActions()
          Return the coordiantor actions being returned.
 

Constructor parameters in org.apache.oozie with type arguments of type CoordinatorActionBean
CoordinatorActionInfo(List<CoordinatorActionBean> actions)
          Create a coordiantor actions info bean.
 

Uses of CoordinatorActionBean in org.apache.oozie.command
 

Methods in org.apache.oozie.command with parameters of type CoordinatorActionBean
protected  void Command.setLogInfo(CoordinatorActionBean action)
          Set the log info with the context of the given coordinator action bean.
 

Uses of CoordinatorActionBean in org.apache.oozie.command.coord
 

Methods in org.apache.oozie.command.coord that return CoordinatorActionBean
protected  CoordinatorActionBean CoordActionInfoCommand.call(CoordinatorStore store)
           
 

Methods in org.apache.oozie.command.coord with parameters of type CoordinatorActionBean
static String CoordCommandUtils.materializeOneInstance(String jobId, boolean dryrun, org.jdom.Element eAction, Date nominalTime, int instanceCount, org.apache.hadoop.conf.Configuration conf, CoordinatorActionBean actionBean)
          Materialize one instance for specific nominal time.
 

Constructors in org.apache.oozie.command.coord with parameters of type CoordinatorActionBean
CoordActionNotification(CoordinatorActionBean actionBean)
           
CoordActionTimeOut(CoordinatorActionBean actionBean)
           
 

Uses of CoordinatorActionBean in org.apache.oozie.store
 

Methods in org.apache.oozie.store that return CoordinatorActionBean
 CoordinatorActionBean CoordinatorStore.getAction(String id, boolean b)
           
protected  CoordinatorActionBean CoordinatorStore.getBeanForRunningCoordAction(CoordinatorActionBean a)
           
 CoordinatorActionBean CoordinatorStore.getCoordActionForNominalTime(String jobId, Date nominalTime)
          Get coordinator action bean for given date
 CoordinatorActionBean CoordinatorStore.getCoordinatorAction(String id, boolean locking)
          Load the CoordinatorAction into a Bean and return it.
 CoordinatorActionBean CoordinatorStore.getCoordinatorActionForExternalId(String externalId)
           
 

Methods in org.apache.oozie.store that return types with arguments of type CoordinatorActionBean
 List<CoordinatorActionBean> CoordinatorStore.getActionsForCoordinatorJob(String jobId, boolean locking)
          Loads all actions for the given Coordinator job.
 List<CoordinatorActionBean> CoordinatorStore.getActionsSubsetForCoordinatorJob(String jobId, int start, int len)
          Loads given number of actions for the given Coordinator job.
 List<CoordinatorActionBean> CoordinatorStore.getCoordActionsForDates(String jobId, Date startDate, Date endDate)
          Get coordinator action beans for given start date and end date
 List<CoordinatorActionBean> CoordinatorStore.getCoordinatorActionsForJob(String id, int numResults, String executionOrder)
          Return CoordinatorActions for a jobID.
 List<CoordinatorActionBean> CoordinatorStore.getRecoveryActionsOlderThan(long checkAgeSecs, boolean locking)
           
 List<CoordinatorActionBean> CoordinatorStore.getRunningActionsForCoordinatorJob(String jobId, boolean locking)
           
 List<CoordinatorActionBean> CoordinatorStore.getRunningActionsOlderThan(long checkAgeSecs, boolean locking)
           
 

Methods in org.apache.oozie.store with parameters of type CoordinatorActionBean
protected  CoordinatorActionBean CoordinatorStore.getBeanForRunningCoordAction(CoordinatorActionBean a)
           
 void CoordinatorStore.insertCoordinatorAction(CoordinatorActionBean action)
          Create a new Action record in the ACTIONS table with the given Bean.
 void CoordinatorStore.updateCoordActionMin(CoordinatorActionBean action)
          Update the given action bean to DB.
 void CoordinatorStore.updateCoordinatorAction(CoordinatorActionBean action)
          Update the given action bean to DB.
 



Copyright © 2011 Yahoo. All Rights Reserved.