| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
BundleEngineException
Exception thrown by the BundleEngine. | 
 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.  | 
 String | 
DagEngine.dryrunSubmit(org.apache.hadoop.conf.Configuration conf,
                         boolean startJob)
 | 
abstract  String | 
BaseEngine.dryrunSubmit(org.apache.hadoop.conf.Configuration conf,
                         boolean startJob)
 | 
 CoordinatorActionBean | 
CoordinatorEngine.getCoordAction(String actionId)
 | 
 org.apache.oozie.client.CoordinatorJob | 
DagEngine.getCoordJob(String jobId)
 | 
 CoordinatorJobBean | 
CoordinatorEngine.getCoordJob(String jobId)
 | 
abstract  org.apache.oozie.client.CoordinatorJob | 
BaseEngine.getCoordJob(String jobId)
Return the info about a coord job.  | 
 org.apache.oozie.client.CoordinatorJob | 
DagEngine.getCoordJob(String jobId,
                       String filter,
                       int start,
                       int length)
 | 
 CoordinatorJobBean | 
CoordinatorEngine.getCoordJob(String jobId,
                       String filter,
                       int start,
                       int length)
 | 
abstract  org.apache.oozie.client.CoordinatorJob | 
BaseEngine.getCoordJob(String jobId,
                       String filter,
                       int start,
                       int length)
Return the info about a coord job with actions subset.  | 
 String | 
CoordinatorEngine.getDefinition(String jobId)
 | 
abstract  String | 
BaseEngine.getDefinition(String jobId)
Return the a job definition.  | 
 org.apache.oozie.client.WorkflowJob | 
CoordinatorEngine.getJob(String jobId)
 | 
abstract  org.apache.oozie.client.WorkflowJob | 
BaseEngine.getJob(String jobId)
Return the info about a wf job.  | 
 org.apache.oozie.client.WorkflowJob | 
CoordinatorEngine.getJob(String jobId,
             int start,
             int length)
 | 
abstract  org.apache.oozie.client.WorkflowJob | 
BaseEngine.getJob(String jobId,
             int start,
             int length)
Return the info about a wf job with actions subset.  | 
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.  | 
 void | 
CoordinatorEngine.reRun(String jobId,
           org.apache.hadoop.conf.Configuration conf)
Deprecated.  | 
abstract  void | 
BaseEngine.reRun(String jobId,
           org.apache.hadoop.conf.Configuration conf)
Rerun a job.  | 
 CoordinatorActionInfo | 
CoordinatorEngine.reRun(String jobId,
           String rerunType,
           String scope,
           boolean refresh,
           boolean noCleanup)
Rerun coordinator actions for given rerunType  | 
 void | 
BundleEngine.reRun(String jobId,
           String coordScope,
           String dateScope,
           boolean refresh,
           boolean noCleanup)
Rerun Bundle actions for given rerunType  | 
abstract  void | 
BaseEngine.resume(String jobId)
Resume a job.  | 
 void | 
CoordinatorEngine.start(String jobId)
Deprecated.  | 
abstract  void | 
BaseEngine.start(String jobId)
Start a job.  | 
 void | 
CoordinatorEngine.streamLog(String jobId,
                   String logRetrievalScope,
                   String logRetrievalType,
                   Writer writer)
Add list of actions to the filter based on conditions  | 
 void | 
CoordinatorEngine.streamLog(String jobId,
                   Writer writer)
 | 
abstract  void | 
BaseEngine.streamLog(String jobId,
                   Writer writer)
Stream the log of a job.  | 
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)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||