| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SLAEventBean | |
|---|---|
| org.apache.oozie | |
| org.apache.oozie.command.coord | |
| org.apache.oozie.executor.jpa | |
| org.apache.oozie.store | |
| org.apache.oozie.util.db | |
| Uses of SLAEventBean in org.apache.oozie | 
|---|
| Method parameters in org.apache.oozie with type arguments of type SLAEventBean | |
|---|---|
static org.json.simple.JSONArray | 
SLAEventBean.toJSONArray(List<? extends SLAEventBean> events,
                       String timeZoneId)
Convert a SLAEvent list into a JSONArray.  | 
| Uses of SLAEventBean in org.apache.oozie.command.coord | 
|---|
| Methods in org.apache.oozie.command.coord that return types with arguments of type SLAEventBean | |
|---|---|
protected  List<SLAEventBean> | 
SLAEventsXCommand.execute()
 | 
| Uses of SLAEventBean in org.apache.oozie.executor.jpa | 
|---|
| Methods in org.apache.oozie.executor.jpa that return types with arguments of type SLAEventBean | |
|---|---|
 List<SLAEventBean> | 
SLAEventsGetJPAExecutor.execute(javax.persistence.EntityManager em)
 | 
 List<SLAEventBean> | 
SLAEventsGetForSeqIdJPAExecutor.execute(javax.persistence.EntityManager em)
 | 
| Constructors in org.apache.oozie.executor.jpa with parameters of type SLAEventBean | |
|---|---|
SLAEventInsertJPAExecutor(SLAEventBean slaEvent)
 | 
|
| Uses of SLAEventBean in org.apache.oozie.store | 
|---|
| Methods in org.apache.oozie.store that return types with arguments of type SLAEventBean | |
|---|---|
 List<SLAEventBean> | 
SLAStore.getSLAEventListNewerSeqLimited(long seqId,
                                                             int limitLen,
                                                             long[] lastSeqId)
Get a list of SLA Events newer than a specific sequence with limit clause.  | 
| Methods in org.apache.oozie.store with parameters of type SLAEventBean | |
|---|---|
 void | 
SLAStore.insertSLAEvent(SLAEventBean slaEvent)
Create a CoordJobBean.  | 
| Uses of SLAEventBean in org.apache.oozie.util.db | 
|---|
| Methods in org.apache.oozie.util.db that return SLAEventBean | |
|---|---|
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 | 
SLADbXOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
                                                     String slaId,
                                                     org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                                     String user,
                                                     String groupName)
Create SLA registration event  | 
static SLAEventBean | 
SLADbOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
                                                     String slaId,
                                                     org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                                     String user,
                                                     String groupName,
                                                     XLog log)
 | 
static SLAEventBean | 
SLADbXOperations.createSlaStatusEvent(String id,
                                         org.apache.oozie.client.SLAEvent.Status status,
                                         org.apache.oozie.client.SLAEvent.SlaAppType appType)
Create SLA status event  | 
static SLAEventBean | 
SLADbOperations.createSlaStatusEvent(String id,
                                         org.apache.oozie.client.SLAEvent.Status status,
                                         org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                         XLog log)
 | 
static SLAEventBean | 
SLADbOperations.createSlaStatusEvent(String id,
                                         org.apache.oozie.client.SLAEvent.Status status,
                                         Store store,
                                         org.apache.oozie.client.SLAEvent.SlaAppType appType)
 | 
static SLAEventBean | 
SLADbXOperations.createStatusEvent(String slaXml,
                                   String id,
                                   org.apache.oozie.client.SLAEvent.Status stat,
                                   org.apache.oozie.client.SLAEvent.SlaAppType appType)
Create SLA status event  | 
static SLAEventBean | 
SLADbOperations.createStatusEvent(String slaXml,
                                   String id,
                                   org.apache.oozie.client.SLAEvent.Status stat,
                                   org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                   XLog log)
 | 
static SLAEventBean | 
SLADbOperations.createStatusEvent(String slaXml,
                                   String id,
                                   Store store,
                                   org.apache.oozie.client.SLAEvent.Status stat,
                                   org.apache.oozie.client.SLAEvent.SlaAppType appType)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||