|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SLARegistrationBean | |
---|---|
org.apache.oozie.executor.jpa.sla | |
org.apache.oozie.sla | |
org.apache.oozie.sla.service |
Uses of SLARegistrationBean in org.apache.oozie.executor.jpa.sla |
---|
Methods in org.apache.oozie.executor.jpa.sla that return SLARegistrationBean | |
---|---|
SLARegistrationBean |
SLARegistrationGetOnRestartJPAExecutor.execute(javax.persistence.EntityManager em)
|
SLARegistrationBean |
SLARegistrationGetJPAExecutor.execute(javax.persistence.EntityManager em)
|
Uses of SLARegistrationBean in org.apache.oozie.sla |
---|
Methods in org.apache.oozie.sla that return SLARegistrationBean | |
---|---|
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
org.apache.oozie.AppType appType,
String user,
String appName,
XLog log)
|
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
org.apache.oozie.AppType appType,
String user,
XLog log)
|
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
String parentId,
org.apache.oozie.AppType appType,
String user,
String appName,
XLog log,
boolean rerun)
|
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
String parentId,
org.apache.oozie.AppType appType,
String user,
XLog log)
|
SLARegistrationBean |
SLACalcStatus.getSLARegistrationBean()
|
Methods in org.apache.oozie.sla that return types with arguments of type SLARegistrationBean | |
---|---|
static List<SLARegistrationBean> |
SLARegistrationBean.fromJSONArray(org.json.simple.JSONArray array)
Convert a JSONArray into a SLARegistrationBean list. |
Methods in org.apache.oozie.sla with parameters of type SLARegistrationBean | |
---|---|
boolean |
SLACalculatorMemory.addRegistration(String jobId,
SLARegistrationBean reg)
Register a new job into the map for SLA tracking |
boolean |
SLACalculator.addRegistration(String jobId,
SLARegistrationBean reg)
|
void |
SLACalcStatus.setSLARegistrationBean(SLARegistrationBean slaBean)
|
boolean |
SLACalculatorMemory.updateRegistration(String jobId,
SLARegistrationBean reg)
Update job into the map for SLA tracking |
boolean |
SLACalculator.updateRegistration(String jobId,
SLARegistrationBean reg)
|
Method parameters in org.apache.oozie.sla with type arguments of type SLARegistrationBean | |
---|---|
static org.json.simple.JSONArray |
SLARegistrationBean.toJSONArray(List<? extends SLARegistrationBean> events,
String timeZoneId)
Convert a SLARegistrationBean list into a JSONArray. |
Constructors in org.apache.oozie.sla with parameters of type SLARegistrationBean | |
---|---|
SLACalcStatus(SLARegistrationBean reg)
|
|
SLACalcStatus(SLASummaryBean summary,
SLARegistrationBean regBean)
|
Uses of SLARegistrationBean in org.apache.oozie.sla.service |
---|
Methods in org.apache.oozie.sla.service with parameters of type SLARegistrationBean | |
---|---|
boolean |
SLAService.addRegistrationEvent(SLARegistrationBean reg)
|
boolean |
SLAService.updateRegistrationEvent(SLARegistrationBean reg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |