Uses of Class
org.apache.oozie.client.SLAEvent.Status

Packages that use SLAEvent.Status
org.apache.oozie   
org.apache.oozie.client   
org.apache.oozie.client.rest   
org.apache.oozie.util.db   
 

Uses of SLAEvent.Status in org.apache.oozie
 

Methods in org.apache.oozie that return SLAEvent.Status
 SLAEvent.Status SLAEventBean.getJobStatus()
           
 

Methods in org.apache.oozie with parameters of type SLAEvent.Status
 void SLAEventBean.setJobStatus(SLAEvent.Status jobStatus)
           
 

Uses of SLAEvent.Status in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return SLAEvent.Status
 SLAEvent.Status SLAEvent.getJobStatus()
           
static SLAEvent.Status SLAEvent.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SLAEvent.Status[] SLAEvent.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SLAEvent.Status in org.apache.oozie.client.rest
 

Methods in org.apache.oozie.client.rest that return SLAEvent.Status
 SLAEvent.Status JsonSLAEvent.getJobStatus()
           
 

Methods in org.apache.oozie.client.rest with parameters of type SLAEvent.Status
 void JsonSLAEvent.setJobStatus(SLAEvent.Status jobStatus)
           
 

Uses of SLAEvent.Status in org.apache.oozie.util.db
 

Methods in org.apache.oozie.util.db with parameters of type SLAEvent.Status
static void SLADbOperations.writeSlaStatusEvent(String id, SLAEvent.Status status, Store store, SLAEvent.SlaAppType appType)
           
static void SLADbOperations.writeStausEvent(String slaXml, String id, Store store, SLAEvent.Status stat, SLAEvent.SlaAppType appType)
           
 



Copyright © 2011 Yahoo. All Rights Reserved.