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 CoordActionMaterializeCommand.call(CoordinatorStore store)
           
protected  Void CoordActionMaterializeCommand.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 © 2013 Apache Software Foundation. All Rights Reserved.