| Package | Description |
|---|---|
| org.apache.oozie.service | |
| org.apache.oozie.store | |
| org.apache.oozie.util.db |
| Modifier and Type | Method and Description |
|---|---|
<S extends Store> |
SLAStoreService.create(S store)
Return a SLA store instance with an existing transaction.
|
<S extends Store> |
WorkflowStoreService.create(S store)
Return a workflow store instance with an existing transaction.
|
<S extends Store> |
DBLiteWorkflowStoreService.create(S store) |
<S extends Store> |
StoreService.getStore(Class<S> klass)
Return instance of store.
|
<S extends Store,T extends Store> |
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> |
StoreService.getStore(Class<S> klass,
T store)
Return instance of store with an EntityManager pointing to an existing Store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SLAStore
Deprecated.
|
class |
WorkflowStore
DB Implementation of Workflow Store
|
| Constructor and Description |
|---|
SLAStore(Store store)
Deprecated.
|
Store(Store store)
Use an existing transaction for cross store operations
|
WorkflowStore(Connection connection,
Store store,
boolean selectForUpdate) |
WorkflowStore(Store store,
boolean selectForUpdate) |
| Modifier and Type | Method and Description |
|---|---|
static SLAEventBean |
SLADbOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
Store store,
String slaId,
SLAEvent.SlaAppType appType,
String user,
String groupName)
Deprecated.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.