|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.util.db.SLADbXOperations
@Deprecated public class SLADbXOperations
Field Summary | |
---|---|
static String |
CLIENT_ID_TAG
Deprecated. |
Constructor Summary | |
---|---|
SLADbXOperations()
Deprecated. |
Method Summary | |
---|---|
static SLAEventBean |
createSlaRegistrationEvent(org.jdom.Element eSla,
String slaId,
org.apache.oozie.client.SLAEvent.SlaAppType appType,
String user,
String groupName)
Deprecated. Create SLA registration event |
static SLAEventBean |
createSlaStatusEvent(String id,
org.apache.oozie.client.SLAEvent.Status status,
org.apache.oozie.client.SLAEvent.SlaAppType appType)
Deprecated. Create SLA status event |
static SLAEventBean |
createStatusEvent(String slaXml,
String id,
org.apache.oozie.client.SLAEvent.Status stat,
org.apache.oozie.client.SLAEvent.SlaAppType appType)
Deprecated. Create SLA status event |
static String |
getClientId()
Deprecated. Return client id |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CLIENT_ID_TAG
Constructor Detail |
---|
public SLADbXOperations()
Method Detail |
---|
public static SLAEventBean createSlaRegistrationEvent(org.jdom.Element eSla, String slaId, org.apache.oozie.client.SLAEvent.SlaAppType appType, String user, String groupName) throws Exception
eSla
- SLA xml elementslaId
- SLA IdappType
- SLA app typeuser
- user namegroupName
- group name
Exception
public static SLAEventBean createSlaStatusEvent(String id, org.apache.oozie.client.SLAEvent.Status status, org.apache.oozie.client.SLAEvent.SlaAppType appType) throws Exception
id
- SLA Idstatus
- SLA statusappType
- SLA app type
Exception
public static SLAEventBean createStatusEvent(String slaXml, String id, org.apache.oozie.client.SLAEvent.Status stat, org.apache.oozie.client.SLAEvent.SlaAppType appType) throws CommandException
slaXml
- SLA xml elementid
- SLA Idstat
- SLA statusappType
- SLA app type
CommandException
public static String getClientId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |