org.apache.oozie.action.control
Class KillActionExecutor

java.lang.Object
  extended by org.apache.oozie.action.ActionExecutor
      extended by org.apache.oozie.action.control.ControlNodeActionExecutor
          extended by org.apache.oozie.action.control.KillActionExecutor

public class KillActionExecutor
extends ControlNodeActionExecutor

Action executor for KILL control node.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.oozie.action.ActionExecutor
ActionExecutor.Context
 
Field Summary
static String TYPE
           
 
Fields inherited from class org.apache.oozie.action.ActionExecutor
CONF_PREFIX, ERROR_OTHER, MAX_RETRIES, requiresNNJT, RETRY_INTERVAL
 
Constructor Summary
KillActionExecutor()
           
 
Method Summary
 
Methods inherited from class org.apache.oozie.action.control.ControlNodeActionExecutor
check, end, isCompleted, kill, start
 
Methods inherited from class org.apache.oozie.action.ActionExecutor
convertException, disableInit, enableInit, getActionDir, getActionDirPath, getActionSignal, getMaxRetries, getOozieConf, getOozieRuntimeDir, getOozieSystemId, getRetryInterval, getType, initActionType, registerError, resetInitInfo, setMaxRetries, setRetryInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

KillActionExecutor

public KillActionExecutor()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.