Uses of Class
org.apache.oozie.action.ActionExecutor

Packages that use ActionExecutor
org.apache.oozie.action.decision   
org.apache.oozie.action.email   
org.apache.oozie.action.hadoop   
org.apache.oozie.action.oozie   
org.apache.oozie.action.ssh   
org.apache.oozie.command.wf   
org.apache.oozie.service   
 

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)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.