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, executeInterrupts, getCreatedTime, getEntityKey, getInstrumentation, getKey, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, inInterruptMode, isLockRequired, isReQueueRequired, loadState, queue, queue, resetUsed, setInterruptMode, 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 © 2013 Apache Software Foundation. All Rights Reserved.