Package | Description |
---|---|
org.apache.oozie.executor.jpa | |
org.apache.oozie.sla | |
org.apache.oozie.sla.service |
Modifier and Type | Method and Description |
---|---|
SLARegistrationBean |
SLARegistrationQueryExecutor.get(SLARegistrationQueryExecutor.SLARegQuery namedQuery,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
static QueryExecutor<SLARegistrationBean,SLARegistrationQueryExecutor.SLARegQuery> |
SLARegistrationQueryExecutor.getInstance() |
List<SLARegistrationBean> |
SLARegistrationQueryExecutor.getList(SLARegistrationQueryExecutor.SLARegQuery namedQuery,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
int |
SLARegistrationQueryExecutor.executeUpdate(SLARegistrationQueryExecutor.SLARegQuery namedQuery,
SLARegistrationBean jobBean) |
javax.persistence.Query |
SLARegistrationQueryExecutor.getUpdateQuery(SLARegistrationQueryExecutor.SLARegQuery namedQuery,
SLARegistrationBean bean,
javax.persistence.EntityManager em) |
Modifier and Type | Method and Description |
---|---|
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
AppType appType,
String user,
String appName,
XLog log) |
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
AppType appType,
String user,
XLog log) |
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
String parentId,
AppType appType,
String user,
String appName,
XLog log,
boolean rerun) |
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
String parentId,
AppType appType,
String user,
String appName,
XLog log,
boolean rerun,
boolean disableAlert) |
static SLARegistrationBean |
SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla,
String jobId,
String parentId,
AppType appType,
String user,
XLog log) |
SLARegistrationBean |
SLACalcStatus.getSLARegistrationBean() |
Modifier and Type | Method and Description |
---|---|
static List<SLARegistrationBean> |
SLARegistrationBean.fromJSONArray(org.json.simple.JSONArray array)
Convert a JSONArray into a SLARegistrationBean list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SLACalculatorMemory.addRegistration(String jobId,
SLARegistrationBean reg)
Register a new job into the map for SLA tracking
|
boolean |
SLACalculator.addRegistration(String jobId,
SLARegistrationBean reg) |
static void |
SLAOperations.setExpectedDuration(String expectedDurationStr,
SLARegistrationBean sla) |
static void |
SLAOperations.setExpectedEnd(String strExpectedEnd,
Date nominalTime,
SLARegistrationBean sla) |
static void |
SLAOperations.setExpectedStart(String strExpectedStart,
Date nominalTime,
SLARegistrationBean sla) |
static Date |
SLAOperations.setNominalTime(String strNominalTime,
SLARegistrationBean sla) |
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) |
Modifier and Type | Method and Description |
---|---|
static org.json.simple.JSONArray |
SLARegistrationBean.toJSONArray(List<? extends SLARegistrationBean> events,
String timeZoneId)
Convert a SLARegistrationBean list into a JSONArray.
|
Constructor and Description |
---|
SLACalcStatus(SLARegistrationBean reg) |
SLACalcStatus(SLASummaryBean summary,
SLARegistrationBean regBean) |
Modifier and Type | Method and Description |
---|---|
boolean |
SLAService.addRegistrationEvent(SLARegistrationBean reg) |
boolean |
SLAService.updateRegistrationEvent(SLARegistrationBean reg) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.