This project has retired. For details please refer to its
        
        Attic page.
      
 
StatusUpdateXCommand (Oozie Core 3.1.3-incubating API)
org.apache.oozie.command
Class StatusUpdateXCommand
java.lang.Object
  
org.apache.oozie.command.XCommand<Void>
      
org.apache.oozie.command.StatusUpdateXCommand
- All Implemented Interfaces: 
 - Callable<Void>, XCallable<Void>
 
- Direct Known Subclasses: 
 - BundleStatusUpdateXCommand
 
public abstract class StatusUpdateXCommand
- extends XCommand<Void>
 
Transition command for update status.
 
 
 
 
| Methods inherited from class org.apache.oozie.command.XCommand | 
call, eagerLoadState, eagerVerifyPrecondition, execute, getCreatedTime, getEntityKey, getInstrumentation, getKey, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, isLockRequired, isReQueueRequired, loadState, queue, queue, resetUsed, verifyPrecondition | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StatusUpdateXCommand
public StatusUpdateXCommand(String name,
                            String type,
                            int priority)
- The constructor for abstract class 
StatusUpdateXCommand
- Parameters:
 name - the command nametype - the command typepriority - the command priority
 
StatusUpdateXCommand
public StatusUpdateXCommand(String name,
                            String type,
                            int priority,
                            boolean dryrun)
- The constructor for abstract class 
StatusUpdateXCommand
- Parameters:
 name - the command nametype - the command typepriority - the command prioritydryrun - true if dryrun is enable
 
Copyright © 2012 Apache Software Foundation. All Rights Reserved.