Package | Description |
---|---|
org.apache.oozie.command.coord | |
org.apache.oozie.executor.jpa | |
org.apache.oozie.store | |
org.apache.oozie.util.db |
Modifier and Type | Method and Description |
---|---|
protected List<SLAEventBean> |
SLAEventsXCommand.execute() |
Modifier and Type | Method and Description |
---|---|
List<SLAEventBean> |
SLAEventsGetJPAExecutor.execute(javax.persistence.EntityManager em)
Deprecated.
|
List<SLAEventBean> |
SLAEventsGetForSeqIdJPAExecutor.execute(javax.persistence.EntityManager em)
Deprecated.
|
List<SLAEventBean> |
SLAEventsGetForFilterJPAExecutor.execute(javax.persistence.EntityManager em)
Deprecated.
|
Constructor and Description |
---|
SLAEventInsertJPAExecutor(SLAEventBean slaEvent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<SLAEventBean> |
SLAStore.getSLAEventListNewerSeqLimited(long seqId,
int limitLen,
long[] lastSeqId)
Deprecated.
Get a list of SLA Events newer than a specific sequence with limit
clause.
|
Modifier and Type | Method and Description |
---|---|
void |
SLAStore.insertSLAEvent(SLAEventBean slaEvent)
Deprecated.
Create an SLAEventBeane.
|
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.
|
static SLAEventBean |
SLADbXOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String slaId,
SLAEvent.SlaAppType appType,
String user,
String groupName)
Deprecated.
Create SLA registration event
|
static SLAEventBean |
SLADbOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String slaId,
SLAEvent.SlaAppType appType,
String user,
String groupName,
XLog log)
Deprecated.
|
static SLAEventBean |
SLADbXOperations.createSlaStatusEvent(String id,
SLAEvent.Status status,
SLAEvent.SlaAppType appType)
Deprecated.
Create SLA status event
|
static SLAEventBean |
SLADbOperations.createSlaStatusEvent(String id,
SLAEvent.Status status,
SLAEvent.SlaAppType appType,
String appName,
XLog log)
Deprecated.
|
static SLAEventBean |
SLADbXOperations.createStatusEvent(String slaXml,
String id,
SLAEvent.Status stat,
SLAEvent.SlaAppType appType)
Deprecated.
Create SLA status event
|
static SLAEventBean |
SLADbOperations.createStatusEvent(String slaXml,
String id,
SLAEvent.Status stat,
SLAEvent.SlaAppType appType,
XLog log)
Deprecated.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.