This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.SLAEventBean (Apache Oozie Core 3.2.0-incubating API)

Uses of Class
org.apache.oozie.SLAEventBean

Packages that use SLAEventBean
org.apache.oozie   
org.apache.oozie.command.coord   
org.apache.oozie.executor.jpa   
org.apache.oozie.store   
 

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)
          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.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.