|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActionExecutor in org.apache.oozie.action.control |
---|
Subclasses of ActionExecutor in org.apache.oozie.action.control | |
---|---|
class |
ControlNodeActionExecutor
Base action executor for control nodes: START/END/KILL/FORK/JOIN This action executor, similar to FsActionExecutor , is completed during the
start(Context, WorkflowAction) . |
class |
EndActionExecutor
Action executor for END control node. |
class |
ForkActionExecutor
Action executor for FORK control node. |
class |
JoinActionExecutor
Action executor for JOIN control node. |
class |
KillActionExecutor
Action executor for KILL control node. |
class |
StartActionExecutor
Action executor for START control node. |
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.email |
---|
Subclasses of ActionExecutor in org.apache.oozie.action.email | |
---|---|
class |
EmailActionExecutor
Email action executor. |
Uses of ActionExecutor in org.apache.oozie.action.hadoop |
---|
Subclasses of ActionExecutor in org.apache.oozie.action.hadoop | |
---|---|
class |
DistcpActionExecutor
|
class |
FsActionExecutor
File system action executor. |
class |
HiveActionExecutor
|
class |
JavaActionExecutor
|
class |
MapReduceActionExecutor
|
class |
PigActionExecutor
|
class |
ShellActionExecutor
|
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 |
ActionXCommand.handleError(ActionExecutor.Context context,
ActionExecutor executor,
String message,
boolean isStart,
org.apache.oozie.client.WorkflowAction.Status status)
Takes care of errors. |
protected void |
ActionXCommand.handleNonTransient(ActionExecutor.Context context,
ActionExecutor executor,
org.apache.oozie.client.WorkflowAction.Status status)
Takes care of non transient failures. |
protected boolean |
ActionXCommand.handleTransient(ActionExecutor.Context context,
ActionExecutor executor,
org.apache.oozie.client.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(String actionType)
|
Method parameters in org.apache.oozie.service with type arguments of type ActionExecutor | |
---|---|
void |
ActionService.register(Class<? extends ActionExecutor> klass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |