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

Packages that use Store
org.apache.oozie.command   
org.apache.oozie.command.coord   
org.apache.oozie.service   
org.apache.oozie.store   
org.apache.oozie.util.db   
 

Uses of Store in org.apache.oozie.command
 

Classes in org.apache.oozie.command with type parameters of type Store
 class Command<T,S extends Store>
          Base class for all synchronous and asynchronous DagEngine commands.
 

Methods in org.apache.oozie.command that return types with arguments of type Store
protected abstract  Class<? extends Store> Command.getStoreClass()
          Command subclasses must implement this method correct Store can be passed to call(store);
 

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

Methods in org.apache.oozie.command.coord that return types with arguments of type Store
 Class<? extends Store> CoordinatorCommand.getStoreClass()
          Return the public interface of the Coordinator Store.
 

Uses of Store in org.apache.oozie.service
 

Methods in org.apache.oozie.service with type parameters of type Store
<S extends Store>
WorkflowStore
WorkflowStoreService.create(S store)
          Return a workflow store instance with an existing transaction.
<S extends Store>
SLAStore
SLAStoreService.create(S store)
          Return a SLA store instance with an existing transaction.
<S extends Store>
WorkflowStore
DBLiteWorkflowStoreService.create(S store)
           
<S extends Store>
CoordinatorStore
CoordinatorStoreService.create(S store)
          Return a workflow store instance with an existing transaction.
<S extends Store>
S
StoreService.getStore(Class<S> klass)
          Return instance of store.
<S extends Store,T extends Store>
S
StoreService.getStore(Class<S> klass, T store)
          Return instance of store with an EntityManager pointing to an existing Store.
<S extends Store,T extends Store>
S
StoreService.getStore(Class<S> klass, T store)
          Return instance of store with an EntityManager pointing to an existing Store.
 

Uses of Store in org.apache.oozie.store
 

Subclasses of Store in org.apache.oozie.store
 class CoordinatorStore
          DB Implementation of Coord Store
 class SLAStore
           
 class WorkflowStore
          DB Implementation of Workflow Store
 

Constructors in org.apache.oozie.store with parameters of type Store
CoordinatorStore(Store store, boolean selectForUpdate)
           
SLAStore(Store store)
           
Store(Store store)
          Use an existing transaction for cross store operations
WorkflowStore(Connection connection, Store store, boolean selectForUpdate)
           
WorkflowStore(Store store, boolean selectForUpdate)
           
 

Uses of Store in org.apache.oozie.util.db
 

Methods in org.apache.oozie.util.db with parameters of type Store
static SLAEventBean SLADbOperations.createSlaRegistrationEvent(org.jdom.Element eSla, Store store, String slaId, org.apache.oozie.client.SLAEvent.SlaAppType appType, String user, String groupName)
           
static SLAEventBean SLADbOperations.createSlaStatusEvent(String id, org.apache.oozie.client.SLAEvent.Status status, Store store, org.apache.oozie.client.SLAEvent.SlaAppType appType)
           
static SLAEventBean SLADbOperations.createStatusEvent(String slaXml, String id, Store store, org.apache.oozie.client.SLAEvent.Status stat, org.apache.oozie.client.SLAEvent.SlaAppType appType)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.