Uses of Class
org.apache.oozie.command.CommandException

Packages that use CommandException
org.apache.oozie.command   
org.apache.oozie.command.coord   
org.apache.oozie.command.wf   
org.apache.oozie.util   
org.apache.oozie.util.db   
 

Uses of CommandException in org.apache.oozie.command
 

Methods in org.apache.oozie.command that throw CommandException
 T Command.call()
          Execute the command #call(WorkflowStore) setting all the necessary context.
protected abstract  T Command.call(S store)
          DagCallable subclasses must implement this method to perform their task.
protected  T Command.execute(S store)
           
 

Uses of CommandException in org.apache.oozie.command.coord
 

Methods in org.apache.oozie.command.coord that throw CommandException
protected  Void CoordChangeCommand.call(CoordinatorStore store)
           
protected  Void CoordActionStartCommand.call(CoordinatorStore store)
           
protected  Void CoordActionUpdateCommand.call(CoordinatorStore cstore)
           
protected  CoordinatorActionBean CoordActionInfoCommand.call(CoordinatorStore store)
           
protected  Void CoordActionCheckCommand.call(CoordinatorStore cstore)
           
protected  CoordinatorJobBean CoordJobCommand.call(CoordinatorStore store)
           
protected  Void CoordResumeCommand.call(CoordinatorStore store)
           
protected  Void CoordActionNotification.call(CoordinatorStore store)
           
protected  CoordinatorActionInfo CoordRerunCommand.call(CoordinatorStore store)
           
protected  Void CoordActionInputCheckCommand.call(CoordinatorStore store)
           
protected  Void CoordActionTimeOut.call(CoordinatorStore store)
           
protected  Void CoordActionReadyCommand.call(CoordinatorStore store)
           
protected  Void CoordSuspendCommand.call(CoordinatorStore store)
           
protected  String CoordSubmitCommand.call(CoordinatorStore store)
           
protected  Void CoordActionMaterializeCommand.call(CoordinatorStore store)
           
protected  CoordinatorJobInfo CoordJobsCommand.call(CoordinatorStore store)
           
protected  Void CoordPurgeCommand.call(CoordinatorStore store)
           
protected  Void CoordKillCommand.call(CoordinatorStore store)
           
protected  Void CoordJobMatLookupCommand.call(CoordinatorStore store)
           
protected  List<SLAEventBean> SLAEventsCommand.call(SLAStore store)
           
static void CoordCommandUtils.checkIfBothSameType(String startInst, String endInst)
           
protected  Void CoordRecoveryCommand.execute(CoordinatorStore store)
           
protected  Void CoordChangeCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionStartCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionUpdateCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionCheckCommand.execute(CoordinatorStore store)
           
protected  Void CoordResumeCommand.execute(CoordinatorStore store)
           
protected  CoordinatorActionInfo CoordRerunCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionInputCheckCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionTimeOut.execute(CoordinatorStore store)
           
protected  Void CoordActionReadyCommand.execute(CoordinatorStore store)
           
protected  Void CoordSuspendCommand.execute(CoordinatorStore store)
           
protected  Void CoordActionMaterializeCommand.execute(CoordinatorStore store)
           
protected  Void CoordKillCommand.execute(CoordinatorStore store)
           
protected  Void CoordJobMatLookupCommand.execute(CoordinatorStore store)
           
protected  void CoordSubmitCommand.mergeDefaultConfig()
          Merge default configuration with user-defined configuration.
 

Constructors in org.apache.oozie.command.coord that throw CommandException
CoordChangeCommand(String id, String changeValue)
           
 

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

Methods in org.apache.oozie.command.wf that throw CommandException
protected  Void ActionStartCommand.call(WorkflowStore store)
           
protected  Void SignalCommand.call(WorkflowStore store)
           
protected  String SubmitCommand.call(WorkflowStore store)
           
protected  String SubmitHttpCommand.call(WorkflowStore store)
           
protected  Void SuspendCommand.call(WorkflowStore store)
           
protected  Void KillCommand.call(WorkflowStore store)
           
protected  Void ActionKillCommand.call(WorkflowStore store)
           
protected  Void ActionEndCommand.call(WorkflowStore store)
           
protected  Void ReRunCommand.call(WorkflowStore store)
           
protected  Void CompletedActionCommand.call(WorkflowStore store)
           
protected  Void ActionCheckCommand.call(WorkflowStore store)
           
protected  String ExternalIdCommand.call(WorkflowStore store)
           
protected  Void PurgeCommand.call(WorkflowStore store)
           
protected  Void ResumeCommand.call(WorkflowStore store)
           
protected  Void ActionStartCommand.execute(WorkflowStore store)
           
protected  Void SignalCommand.execute(WorkflowStore store)
           
protected  Void SuspendCommand.execute(WorkflowStore store)
           
protected  Void KillCommand.execute(WorkflowStore store)
           
protected  Void ActionKillCommand.execute(WorkflowStore store)
           
protected  Void ActionEndCommand.execute(WorkflowStore store)
           
protected  Void ReRunCommand.execute(WorkflowStore store)
           
protected  Void ActionCheckCommand.execute(WorkflowStore store)
           
protected  Void ResumeCommand.execute(WorkflowStore store)
           
 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.
static String SubmitCommand.resolveSla(org.jdom.Element eSla, ELEvaluator evalSla)
           
 

Uses of CommandException in org.apache.oozie.util
 

Methods in org.apache.oozie.util that throw CommandException
static void PropertiesUtils.checkDisallowedProperties(org.apache.hadoop.conf.Configuration conf, Set<String> set)
          Validate against DISALLOWED Properties.
 

Uses of CommandException in org.apache.oozie.util.db
 

Methods in org.apache.oozie.util.db that throw CommandException
static void SLADbOperations.writeStausEvent(String slaXml, String id, Store store, SLAEvent.Status stat, SLAEvent.SlaAppType appType)
           
 



Copyright © 2011 Yahoo. All Rights Reserved.