This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.sla.SLASummaryBean (Apache Oozie Core 4.0.0 API)

Uses of Class
org.apache.oozie.sla.SLASummaryBean

Packages that use SLASummaryBean
org.apache.oozie.executor.jpa.sla   
org.apache.oozie.sla   
 

Uses of SLASummaryBean in org.apache.oozie.executor.jpa.sla
 

Methods in org.apache.oozie.executor.jpa.sla that return SLASummaryBean
 SLASummaryBean SLASummaryGetJPAExecutor.execute(javax.persistence.EntityManager em)
           
 

Methods in org.apache.oozie.executor.jpa.sla that return types with arguments of type SLASummaryBean
 List<SLASummaryBean> SLASummaryGetRecordsOnRestartJPAExecutor.execute(javax.persistence.EntityManager em)
           
 List<SLASummaryBean> SLASummaryGetForFilterJPAExecutor.execute(javax.persistence.EntityManager em)
           
 

Constructors in org.apache.oozie.executor.jpa.sla with parameters of type SLASummaryBean
SLASummaryUpdateForSLAStatusActualTimesJPAExecutor(SLASummaryBean slaSummaryBean)
           
 

Uses of SLASummaryBean in org.apache.oozie.sla
 

Method parameters in org.apache.oozie.sla with type arguments of type SLASummaryBean
static org.json.simple.JSONObject SLASummaryBean.toJSONObject(List<? extends SLASummaryBean> slaSummaryList, String timeZoneId)
          Convert a sla summary list into a json object.
 

Constructors in org.apache.oozie.sla with parameters of type SLASummaryBean
SLACalcStatus(SLASummaryBean summary, SLARegistrationBean regBean)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.