|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActionExecutor in org.apache.oozie.action.decision |
|---|
| Subclasses of ActionExecutor in org.apache.oozie.action.decision | |
|---|---|
class |
DecisionActionExecutor
|
| Uses of ActionExecutor in org.apache.oozie.action.hadoop |
|---|
| Subclasses of ActionExecutor in org.apache.oozie.action.hadoop | |
|---|---|
class |
FsActionExecutor
File system action executor. |
class |
HiveActionExecutor
|
class |
JavaActionExecutor
|
class |
MapReduceActionExecutor
|
class |
PigActionExecutor
|
class |
SqoopActionExecutor
|
| Uses of ActionExecutor in org.apache.oozie.action.oozie |
|---|
| Subclasses of ActionExecutor in org.apache.oozie.action.oozie | |
|---|---|
class |
SubWorkflowActionExecutor
|
| Uses of ActionExecutor in org.apache.oozie.action.ssh |
|---|
| Subclasses of ActionExecutor in org.apache.oozie.action.ssh | |
|---|---|
class |
SshActionExecutor
Ssh action executor. |
| Uses of ActionExecutor in org.apache.oozie.command.wf |
|---|
| Methods in org.apache.oozie.command.wf with parameters of type ActionExecutor | |
|---|---|
protected void |
ActionCommand.handleError(ActionExecutor.Context context,
ActionExecutor executor,
java.lang.String message,
boolean isStart,
WorkflowAction.Status status)
Takes care of errors. |
protected void |
ActionCommand.handleNonTransient(WorkflowStore store,
ActionExecutor.Context context,
ActionExecutor executor,
WorkflowAction.Status status)
Takes care of non transient failures. |
protected boolean |
ActionCommand.handleTransient(ActionExecutor.Context context,
ActionExecutor executor,
WorkflowAction.Status status)
Takes care of Transient failures. |
| Uses of ActionExecutor in org.apache.oozie.service |
|---|
| Methods in org.apache.oozie.service that return ActionExecutor | |
|---|---|
ActionExecutor |
ActionService.getExecutor(java.lang.String actionType)
|
| Method parameters in org.apache.oozie.service with type arguments of type ActionExecutor | |
|---|---|
void |
ActionService.register(java.lang.Class<? extends ActionExecutor> klass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||