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

Packages that use CoordinatorJob.Status
org.apache.oozie   
org.apache.oozie.client   
org.apache.oozie.client.rest   
 

Uses of CoordinatorJob.Status in org.apache.oozie
 

Methods in org.apache.oozie that return CoordinatorJob.Status
 CoordinatorJob.Status CoordinatorJobBean.getStatus()
           
 

Methods in org.apache.oozie with parameters of type CoordinatorJob.Status
 void CoordinatorJobBean.setStatus(CoordinatorJob.Status val)
           
 

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

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

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

Methods in org.apache.oozie.client.rest that return CoordinatorJob.Status
 CoordinatorJob.Status JsonCoordinatorJob.getStatus()
           
 

Methods in org.apache.oozie.client.rest with parameters of type CoordinatorJob.Status
 void JsonCoordinatorJob.setStatus(CoordinatorJob.Status status)
           
 



Copyright © 2011 Yahoo. All Rights Reserved.