Uses of Class
org.apache.oozie.BaseEngineException

Packages that use BaseEngineException
org.apache.oozie   
org.apache.oozie.servlet   
 

Uses of BaseEngineException in org.apache.oozie
 

Subclasses of BaseEngineException in org.apache.oozie
 class CoordinatorEngineException
          Exception thrown by the CoordinatorEngine.
 class DagEngineException
          Exception thrown by the DagEngine.
 

Methods in org.apache.oozie that throw BaseEngineException
abstract  void BaseEngine.change(String jobId, String changeValue)
          Change a coordinator job.
abstract  String BaseEngine.dryrunSubmit(org.apache.hadoop.conf.Configuration conf, boolean startJob)
           
 String DagEngine.dryrunSubmit(org.apache.hadoop.conf.Configuration conf, boolean startJob)
           
 CoordinatorActionBean CoordinatorEngine.getCoordAction(String actionId)
           
abstract  CoordinatorJob BaseEngine.getCoordJob(String jobId)
          Return the info about a coord job.
 CoordinatorJobBean CoordinatorEngine.getCoordJob(String jobId)
           
 CoordinatorJob DagEngine.getCoordJob(String jobId)
           
abstract  CoordinatorJob BaseEngine.getCoordJob(String jobId, int start, int length)
          Return the info about a coord job with actions subset.
 CoordinatorJobBean CoordinatorEngine.getCoordJob(String jobId, int start, int length)
           
 CoordinatorJob DagEngine.getCoordJob(String jobId, int start, int length)
           
abstract  String BaseEngine.getDefinition(String jobId)
          Return the a job definition.
 String CoordinatorEngine.getDefinition(String jobId)
           
abstract  WorkflowJob BaseEngine.getJob(String jobId)
          Return the info about a wf job.
 WorkflowJob CoordinatorEngine.getJob(String jobId)
           
abstract  WorkflowJob BaseEngine.getJob(String jobId, int start, int length)
          Return the info about a wf job with actions subset.
 WorkflowJob CoordinatorEngine.getJob(String jobId, int start, int length)
           
abstract  String BaseEngine.getJobIdForExternalId(String externalId)
          Return the workflow Job ID for an external ID.
 WorkflowActionBean DagEngine.getWorkflowAction(String actionId)
           
abstract  void BaseEngine.kill(String jobId)
          Kill a job.
abstract  void BaseEngine.reRun(String jobId, org.apache.hadoop.conf.Configuration conf)
          Rerun a job.
 void CoordinatorEngine.reRun(String jobId, org.apache.hadoop.conf.Configuration conf)
          Deprecated. 
 CoordinatorActionInfo CoordinatorEngine.reRun(String jobId, String rerunType, String scope, boolean refresh, boolean noCleanup)
          Rerun coordinator actions for given rerunType
abstract  void BaseEngine.resume(String jobId)
          Resume a job.
abstract  void BaseEngine.start(String jobId)
          Start a job.
 void CoordinatorEngine.start(String jobId)
          Deprecated. 
abstract  void BaseEngine.streamLog(String jobId, Writer writer)
          Stream the log of a job.
 void CoordinatorEngine.streamLog(String jobId, Writer writer)
           
abstract  String BaseEngine.submitJob(org.apache.hadoop.conf.Configuration conf, boolean startJob)
          Submit a job.
abstract  void BaseEngine.suspend(String jobId)
          Suspend a job.
 

Uses of BaseEngineException in org.apache.oozie.servlet
 

Methods in org.apache.oozie.servlet that throw BaseEngineException
protected  JsonBean V1JobServlet.getJob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 



Copyright © 2011 Yahoo. All Rights Reserved.