Uses of Interface
org.apache.oozie.client.CoordinatorAction

Packages that use CoordinatorAction
org.apache.oozie   
org.apache.oozie.client   
org.apache.oozie.client.rest   
 

Uses of CoordinatorAction in org.apache.oozie
 

Classes in org.apache.oozie that implement CoordinatorAction
 class CoordinatorActionBean
           
 

Methods in org.apache.oozie that return CoordinatorAction
 CoordinatorAction LocalOozieClientCoord.getCoordActionInfo(String actionId)
          Get the info of a coordinator action.
 

Uses of CoordinatorAction in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return CoordinatorAction
 CoordinatorAction OozieClient.getCoordActionInfo(String actionId)
          Get the info of a coordinator action.
 

Methods in org.apache.oozie.client that return types with arguments of type CoordinatorAction
 List<CoordinatorAction> CoordinatorJob.getActions()
          Return list of coordinator actions.
 

Uses of CoordinatorAction in org.apache.oozie.client.rest
 

Classes in org.apache.oozie.client.rest that implement CoordinatorAction
 class JsonCoordinatorAction
           
 

Methods in org.apache.oozie.client.rest that return types with arguments of type CoordinatorAction
 List<CoordinatorAction> JsonCoordinatorJob.getActions()
           
 



Copyright © 2011 Yahoo. All Rights Reserved.