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

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

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

Methods in org.apache.oozie.command.coord with parameters of type SLAStore
protected  List<SLAEventBean> SLAEventsCommand.call(SLAStore store)
           
 

Uses of SLAStore in org.apache.oozie.service
 

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.