|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionExecutorException | |
|---|---|
| org.apache.oozie.action | |
| org.apache.oozie.action.decision | |
| org.apache.oozie.action.hadoop | |
| org.apache.oozie.action.oozie | |
| org.apache.oozie.action.ssh | |
| Uses of ActionExecutorException in org.apache.oozie.action |
|---|
| Methods in org.apache.oozie.action that return ActionExecutorException | |
|---|---|
protected ActionExecutorException |
ActionExecutor.convertException(java.lang.Exception ex)
Utility method to handle exceptions in the ActionExecutor.start(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction), ActionExecutor.end(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction), ActionExecutor.kill(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction) and ActionExecutor.check(org.apache.oozie.action.ActionExecutor.Context, org.apache.oozie.client.WorkflowAction) methods
It uses the error registry to convert exceptions to ActionExecutorExceptions. |
| Methods in org.apache.oozie.action that throw ActionExecutorException | |
|---|---|
abstract void |
ActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
Check if an action has completed. |
abstract void |
ActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
End an action after it has executed. |
abstract void |
ActionExecutor.kill(ActionExecutor.Context context,
WorkflowAction action)
Kill an action. |
abstract void |
ActionExecutor.start(ActionExecutor.Context context,
WorkflowAction action)
Start an action. |
| Uses of ActionExecutorException in org.apache.oozie.action.decision |
|---|
| Methods in org.apache.oozie.action.decision that throw ActionExecutorException | |
|---|---|
void |
DecisionActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
|
void |
DecisionActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
|
void |
DecisionActionExecutor.kill(ActionExecutor.Context context,
WorkflowAction action)
|
void |
DecisionActionExecutor.start(ActionExecutor.Context context,
WorkflowAction action)
|
| Uses of ActionExecutorException in org.apache.oozie.action.hadoop |
|---|
| Methods in org.apache.oozie.action.hadoop that throw ActionExecutorException | |
|---|---|
protected void |
HiveActionExecutor.addResourceToCache(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path resourcePath)
|
protected void |
SqoopActionExecutor.addResourceToCache(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path resourcePath)
|
void |
JavaActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
|
void |
FsActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
|
void |
FsActionExecutor.delete(ActionExecutor.Context context,
org.apache.hadoop.fs.Path path)
Delete path |
void |
FsActionExecutor.delete(java.lang.String user,
java.lang.String group,
org.apache.hadoop.fs.Path path)
Delete path |
void |
MapReduceActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
|
void |
JavaActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
|
void |
FsActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
|
protected org.apache.hadoop.fs.FileSystem |
JavaActionExecutor.getActionFileSystem(ActionExecutor.Context context,
org.jdom.Element actionXml)
|
protected org.apache.hadoop.fs.FileSystem |
JavaActionExecutor.getActionFileSystem(ActionExecutor.Context context,
WorkflowAction action)
|
void |
JavaActionExecutor.kill(ActionExecutor.Context context,
WorkflowAction action)
|
void |
FsActionExecutor.kill(ActionExecutor.Context context,
WorkflowAction action)
|
void |
FsActionExecutor.move(ActionExecutor.Context context,
org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.Path target,
boolean recovery)
Move source to target |
protected org.apache.hadoop.conf.Configuration |
HiveActionExecutor.setupLauncherConf(org.apache.hadoop.conf.Configuration conf,
org.jdom.Element actionXml,
org.apache.hadoop.fs.Path appPath,
ActionExecutor.Context context)
|
void |
JavaActionExecutor.start(ActionExecutor.Context context,
WorkflowAction action)
|
void |
FsActionExecutor.start(ActionExecutor.Context context,
WorkflowAction action)
|
| Uses of ActionExecutorException in org.apache.oozie.action.oozie |
|---|
| Methods in org.apache.oozie.action.oozie that throw ActionExecutorException | |
|---|---|
void |
SubWorkflowActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
|
void |
SubWorkflowActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
|
protected void |
SubWorkflowActionExecutor.injectInline(org.jdom.Element eConf,
org.apache.hadoop.conf.Configuration subWorkflowConf)
|
void |
SubWorkflowActionExecutor.kill(ActionExecutor.Context context,
WorkflowAction action)
|
void |
SubWorkflowActionExecutor.start(ActionExecutor.Context context,
WorkflowAction action)
|
| Uses of ActionExecutorException in org.apache.oozie.action.ssh |
|---|
| Methods in org.apache.oozie.action.ssh that throw ActionExecutorException | |
|---|---|
void |
SshActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
Check ssh action status. |
void |
SshActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
End action execution. |
protected WorkflowAction.Status |
SshActionExecutor.getActionStatus(ActionExecutor.Context context,
WorkflowAction action)
Get action status. |
void |
SshActionExecutor.kill(ActionExecutor.Context context,
WorkflowAction action)
Kill ssh action. |
void |
SshActionExecutor.start(ActionExecutor.Context context,
WorkflowAction action)
Start the ssh action execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||