This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.CoordinatorEngineException (Apache Oozie Core 4.0.0 API)

Uses of Class
org.apache.oozie.CoordinatorEngineException

Packages that use CoordinatorEngineException
org.apache.oozie   
 

Uses of CoordinatorEngineException in org.apache.oozie
 

Methods in org.apache.oozie that throw CoordinatorEngineException
 void CoordinatorEngine.change(String jobId, String changeValue)
           
 String CoordinatorEngine.dryRunSubmit(org.apache.hadoop.conf.Configuration conf)
           
 CoordinatorJobInfo CoordinatorEngine.getCoordJobs(String filter, int start, int len)
           
 String CoordinatorEngine.getJobIdForExternalId(String externalId)
           
 void CoordinatorEngine.kill(String jobId)
           
 void CoordinatorEngine.resume(String jobId)
           
 String CoordinatorEngine.submitJob(org.apache.hadoop.conf.Configuration conf, boolean startJob)
           
 void CoordinatorEngine.suspend(String jobId)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.