Uses of Class
org.apache.oozie.store.CoordinatorStore

Packages that use CoordinatorStore
org.apache.oozie.command.coord   
org.apache.oozie.service   
 

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

Methods in org.apache.oozie.command.coord with parameters of type CoordinatorStore
protected  Void CoordSuspendCommand.call(CoordinatorStore store)
           
protected  String CoordSubmitCommand.call(CoordinatorStore store)
           
protected  Void CoordResumeCommand.call(CoordinatorStore store)
           
protected  CoordinatorActionInfo CoordRerunCommand.call(CoordinatorStore store)
           
protected  Void CoordRecoveryCommand.call(CoordinatorStore store)
           
protected  Void CoordPurgeCommand.call(CoordinatorStore store)
           
protected  Void CoordKillCommand.call(CoordinatorStore store)
           
protected  CoordinatorJobInfo CoordJobsCommand.call(CoordinatorStore store)
           
protected  Void CoordJobMatLookupCommand.call(CoordinatorStore store)
           
protected  CoordinatorJobBean CoordJobCommand.call(CoordinatorStore store)
           
protected  Void CoordChangeCommand.call(CoordinatorStore store)
           
protected  Void CoordActionUpdateCommand.call(CoordinatorStore cstore)
           
protected  Void CoordActionTimeOut.call(CoordinatorStore store)
           
protected  Void CoordActionStartCommand.call(CoordinatorStore store)
           
protected  Void CoordActionReadyCommand.call(CoordinatorStore store)
           
protected  Void CoordActionNotification.call(CoordinatorStore store)
           
protected  Void CoordActionMaterializeCommand.call(CoordinatorStore store)
           
protected  Void CoordActionInputCheckCommand.call(CoordinatorStore store)
           
protected  CoordinatorActionBean CoordActionInfoCommand.call(CoordinatorStore store)
           
protected  Void CoordActionCheckCommand.call(CoordinatorStore cstore)
           
protected  Void CoordSuspendCommand.execute(CoordinatorStore store)
           
protected  Void CoordResumeCommand.execute(CoordinatorStore store)
           
protected  CoordinatorActionInfo CoordRerunCommand.execute(CoordinatorStore store)
           
protected  Void CoordRecoveryCommand.execute(CoordinatorStore store)
           
protected  Void CoordKillCommand.execute(CoordinatorStore store)
           
protected  Void CoordJobMatLookupCommand.execute(CoordinatorStore store)
           
protected  Void CoordChangeCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionUpdateCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionTimeOut.execute(CoordinatorStore store)
           
protected  Void CoordActionStartCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionReadyCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionMaterializeCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionInputCheckCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionCheckCommand.execute(CoordinatorStore store)
           
protected  String CoordActionMaterializeCommand.materializeJobs(boolean dryrun, CoordinatorJobBean jobBean, org.apache.hadoop.conf.Configuration conf, CoordinatorStore store)
          Create action instances starting from "start-time" to end-time" and store them into Action table.
 

Uses of CoordinatorStore in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return CoordinatorStore
 CoordinatorStore CoordinatorStoreService.create()
          Return a workflow store instance with a fresh transaction.
<S extends Store>
CoordinatorStore
CoordinatorStoreService.create(S store)
          Return a workflow store instance with an existing transaction.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.