org.apache.oozie.command.wf
Class StartXCommand

java.lang.Object
  extended by org.apache.oozie.command.XCommand<T>
      extended by org.apache.oozie.command.wf.WorkflowXCommand<Void>
          extended by org.apache.oozie.command.wf.SignalXCommand
              extended by org.apache.oozie.command.wf.StartXCommand
All Implemented Interfaces:
Callable<Void>, XCallable<Void>

public class StartXCommand
extends SignalXCommand

Starting the command.


Field Summary
 
Fields inherited from class org.apache.oozie.command.wf.SignalXCommand
INSTR_SUCCEEDED_JOBS_COUNTER_NAME
 
Fields inherited from class org.apache.oozie.command.XCommand
DEFAULT_LOCK_TIMEOUT, DEFAULT_REQUEUE_DELAY, dryrun, instrumentation, INSTRUMENTATION_GROUP, LOG, logInfo
 
Constructor Summary
StartXCommand(String id)
           
 
Method Summary
 
Methods inherited from class org.apache.oozie.command.wf.SignalXCommand
createELEvaluatorForGroup, execute, getEntityKey, isLockRequired, loadState, verifyPrecondition
 
Methods inherited from class org.apache.oozie.command.XCommand
call, eagerLoadState, eagerVerifyPrecondition, getCreatedTime, getInstrumentation, getKey, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, isReQueueRequired, queue, queue, resetUsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartXCommand

public StartXCommand(String id)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.