Uses of Class
org.apache.oozie.SLAEventBean

Packages that use SLAEventBean
org.apache.oozie   
org.apache.oozie.command.coord   
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> SLAEventsCommand.call(SLAStore store)
           
 

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 © 2011 Yahoo. All Rights Reserved.