org.apache.oozie.command.wf
Class StartCommand

java.lang.Object
  extended by org.apache.oozie.command.Command<T,WorkflowStore>
      extended by org.apache.oozie.command.wf.WorkflowCommand<Void>
          extended by org.apache.oozie.command.wf.SignalCommand
              extended by org.apache.oozie.command.wf.StartCommand
All Implemented Interfaces:
Callable<Void>, XCallable<Void>

public class StartCommand
extends SignalCommand


Field Summary
 
Fields inherited from class org.apache.oozie.command.wf.SignalCommand
INSTR_SUCCEEDED_JOBS_COUNTER_NAME
 
Fields inherited from class org.apache.oozie.command.Command
dryrun, instrumentation, LOCK_FAILURE_REQUEUE_INTERVAL
 
Constructor Summary
StartCommand(String id)
           
 
Method Summary
 
Methods inherited from class org.apache.oozie.command.wf.SignalCommand
call, createELEvaluatorForGroup, execute
 
Methods inherited from class org.apache.oozie.command.wf.WorkflowCommand
getStoreClass
 
Methods inherited from class org.apache.oozie.command.Command
call, getCreatedTime, getInstrumentation, getKey, getName, getPriority, getType, incrCommandCounter, incrJobCounter, incrJobCounter, lock, logQueueCallableFalse, queueCallable, queueCallable, queueCallable, queueCallableForException, resetLogInfoAction, resetLogInfoWorkflow, setLogInfo, setLogInfo, setLogInfo, setLogInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartCommand

public StartCommand(String id)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.