Uses of Class
org.apache.oozie.client.rest.JsonCoordinatorJob

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

Uses of JsonCoordinatorJob in org.apache.oozie
 

Subclasses of JsonCoordinatorJob in org.apache.oozie
 class CoordinatorJobBean
           
 

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

Method parameters in org.apache.oozie.client.rest with type arguments of type JsonCoordinatorJob
 void JsonBundleJob.setCoordJobs(List<? extends JsonCoordinatorJob> coordJobs)
          Set coordJobs
static org.json.simple.JSONArray JsonCoordinatorJob.toJSONArray(List<? extends JsonCoordinatorJob> applications, String timeZoneId)
          Convert a coordinator application list into a JSONArray.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.