|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActionExecutor.Context in org.apache.oozie.action |
---|
Methods in org.apache.oozie.action with parameters of type ActionExecutor.Context | |
---|---|
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 ActionExecutor.Context in org.apache.oozie.action.decision |
---|
Methods in org.apache.oozie.action.decision with parameters of type ActionExecutor.Context | |
---|---|
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 ActionExecutor.Context in org.apache.oozie.action.hadoop |
---|
Methods in org.apache.oozie.action.hadoop with parameters of type ActionExecutor.Context | |
---|---|
void |
JavaActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
|
void |
FsActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
|
protected org.apache.hadoop.mapred.JobClient |
JavaActionExecutor.createJobClient(ActionExecutor.Context context,
org.apache.hadoop.mapred.JobConf jobConf)
Create job client object |
void |
FsActionExecutor.delete(ActionExecutor.Context context,
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)
|
org.apache.hadoop.fs.Path |
FsActionExecutor.getRecoveryPath(ActionExecutor.Context context)
|
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 ActionExecutor.Context in org.apache.oozie.action.oozie |
---|
Methods in org.apache.oozie.action.oozie with parameters of type ActionExecutor.Context | |
---|---|
void |
SubWorkflowActionExecutor.check(ActionExecutor.Context context,
WorkflowAction action)
|
void |
SubWorkflowActionExecutor.end(ActionExecutor.Context context,
WorkflowAction action)
|
protected OozieClient |
SubWorkflowActionExecutor.getWorkflowClient(ActionExecutor.Context context,
String oozieUri)
|
protected void |
SubWorkflowActionExecutor.injectCallback(ActionExecutor.Context context,
org.apache.hadoop.conf.Configuration conf)
|
void |
SubWorkflowActionExecutor.kill(ActionExecutor.Context context,
WorkflowAction action)
|
void |
SubWorkflowActionExecutor.start(ActionExecutor.Context context,
WorkflowAction action)
|
Uses of ActionExecutor.Context in org.apache.oozie.action.ssh |
---|
Methods in org.apache.oozie.action.ssh with parameters of type ActionExecutor.Context | |
---|---|
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. |
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 ActionExecutor.Context in org.apache.oozie.command.wf |
---|
Classes in org.apache.oozie.command.wf that implement ActionExecutor.Context | |
---|---|
static class |
ActionCommand.ActionExecutorContext
|
Methods in org.apache.oozie.command.wf with parameters of type ActionExecutor.Context | |
---|---|
void |
ActionCommand.failJob(ActionExecutor.Context context)
|
protected void |
ActionCommand.handleError(ActionExecutor.Context context,
ActionExecutor executor,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |