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

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

Uses of CoordinatorJob.Execution in org.apache.oozie
 

Methods in org.apache.oozie that return CoordinatorJob.Execution
 CoordinatorJob.Execution CoordinatorJobBean.getExecutionOrder()
           
 

Methods in org.apache.oozie with parameters of type CoordinatorJob.Execution
 void CoordinatorJobBean.setExecution(CoordinatorJob.Execution order)
           
 

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

Methods in org.apache.oozie.client that return CoordinatorJob.Execution
 CoordinatorJob.Execution CoordinatorJob.getExecutionOrder()
          Return the execution order policy for the coord job
static CoordinatorJob.Execution CoordinatorJob.Execution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoordinatorJob.Execution[] CoordinatorJob.Execution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.apache.oozie.client.rest that return CoordinatorJob.Execution
 CoordinatorJob.Execution JsonCoordinatorJob.getExecutionOrder()
           
 

Methods in org.apache.oozie.client.rest with parameters of type CoordinatorJob.Execution
 void JsonCoordinatorJob.setExecutionOrder(CoordinatorJob.Execution order)
           
 



Copyright © 2011 Yahoo. All Rights Reserved.