Uses of Interface
org.apache.oozie.client.WorkflowAction

Packages that use WorkflowAction
org.apache.oozie   
org.apache.oozie.action   
org.apache.oozie.action.decision   
org.apache.oozie.action.hadoop   
org.apache.oozie.action.oozie   
org.apache.oozie.action.ssh   
org.apache.oozie.client   
org.apache.oozie.client.rest   
org.apache.oozie.command.wf   
 

Uses of WorkflowAction in org.apache.oozie
 

Classes in org.apache.oozie that implement WorkflowAction
 class WorkflowActionBean
          Bean that contains all the information to start an action for a workflow node.
 

Methods in org.apache.oozie with parameters of type WorkflowAction
static void DagELFunctions.setActionInfo(WorkflowInstance workflowInstance, WorkflowAction action)
           
 

Uses of WorkflowAction in org.apache.oozie.action
 

Methods in org.apache.oozie.action with parameters of type WorkflowAction
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.
 org.apache.hadoop.fs.Path ActionExecutor.getActionDir(String jobId, WorkflowAction action, String key, boolean temp)
          Return the path that will be used to store action specific data.
protected  String ActionExecutor.getActionDirPath(String jobId, WorkflowAction action, String key, boolean temp)
          Return the path that will be used to store action specific data
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 WorkflowAction in org.apache.oozie.action.decision
 

Methods in org.apache.oozie.action.decision with parameters of type WorkflowAction
 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 WorkflowAction in org.apache.oozie.action.hadoop
 

Methods in org.apache.oozie.action.hadoop with parameters of type WorkflowAction
 void JavaActionExecutor.check(ActionExecutor.Context context, WorkflowAction action)
           
 void FsActionExecutor.check(ActionExecutor.Context context, WorkflowAction action)
           
 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, WorkflowAction action)
           
protected  boolean PigActionExecutor.getCaptureOutput(WorkflowAction action)
           
protected  boolean HiveActionExecutor.getCaptureOutput(WorkflowAction action)
           
protected  boolean SqoopActionExecutor.getCaptureOutput(WorkflowAction action)
           
protected  boolean JavaActionExecutor.getCaptureOutput(WorkflowAction action)
           
 void JavaActionExecutor.kill(ActionExecutor.Context context, WorkflowAction action)
           
 void FsActionExecutor.kill(ActionExecutor.Context context, WorkflowAction action)
           
 void JavaActionExecutor.start(ActionExecutor.Context context, WorkflowAction action)
           
 void FsActionExecutor.start(ActionExecutor.Context context, WorkflowAction action)
           
 

Uses of WorkflowAction in org.apache.oozie.action.oozie
 

Methods in org.apache.oozie.action.oozie with parameters of type WorkflowAction
 void SubWorkflowActionExecutor.check(ActionExecutor.Context context, WorkflowAction action)
           
 void SubWorkflowActionExecutor.end(ActionExecutor.Context context, WorkflowAction action)
           
 void SubWorkflowActionExecutor.kill(ActionExecutor.Context context, WorkflowAction action)
           
 void SubWorkflowActionExecutor.start(ActionExecutor.Context context, WorkflowAction action)
           
 

Uses of WorkflowAction in org.apache.oozie.action.ssh
 

Methods in org.apache.oozie.action.ssh with parameters of type WorkflowAction
 void SshActionExecutor.check(ActionExecutor.Context context, WorkflowAction action)
          Check ssh action status.
protected  String SshActionExecutor.doExecute(String host, String dirLocation, String cmnd, String args, boolean ignoreOutput, WorkflowAction action, String recoveryId)
          Execute the ssh command.
 void SshActionExecutor.end(ActionExecutor.Context context, WorkflowAction action)
          End action execution.
protected  WorkflowAction.Status SshActionExecutor.getActionStatus(ActionExecutor.Context context, WorkflowAction action)
          Get action status.
 String SshActionExecutor.getRemoteFileName(ActionExecutor.Context context, WorkflowAction action, String fileExtension, boolean dirOnly, boolean useExtId)
          Get remote host working location.
 void SshActionExecutor.kill(ActionExecutor.Context context, WorkflowAction action)
          Kill ssh action.
protected  String SshActionExecutor.setupRemote(String host, ActionExecutor.Context context, WorkflowAction action)
          Do ssh action execution setup on remote host.
 void SshActionExecutor.start(ActionExecutor.Context context, WorkflowAction action)
          Start the ssh action execution.
 

Uses of WorkflowAction in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return WorkflowAction
 WorkflowAction OozieClient.getWorkflowActionInfo(String actionId)
          Get the info of a workflow action.
 

Methods in org.apache.oozie.client that return types with arguments of type WorkflowAction
 List<WorkflowAction> WorkflowJob.getActions()
          Return the workflow nodes that already executed and are executing.
 

Uses of WorkflowAction in org.apache.oozie.client.rest
 

Classes in org.apache.oozie.client.rest that implement WorkflowAction
 class JsonWorkflowAction
          Json Bean that represents an Oozie workflow node.
 

Methods in org.apache.oozie.client.rest that return types with arguments of type WorkflowAction
 List<WorkflowAction> JsonWorkflowJob.getActions()
           
 

Uses of WorkflowAction in org.apache.oozie.command.wf
 

Methods in org.apache.oozie.command.wf that return WorkflowAction
 WorkflowAction ActionCommand.ActionExecutorContext.getAction()
           
 



Copyright © 2011 Yahoo. All Rights Reserved.