org.apache.oozie.command.coord
Class CoordinatorXCommand<T>
java.lang.Object
org.apache.oozie.command.XCommand<T>
org.apache.oozie.command.coord.CoordinatorXCommand<T>
- All Implemented Interfaces:
- Callable<T>, XCallable<T>
- Direct Known Subclasses:
- CoordActionCheckXCommand, CoordActionInfoXCommand, CoordActionInputCheckXCommand, CoordActionNotificationXCommand, CoordActionReadyXCommand, CoordActionStartXCommand, CoordActionTimeOutXCommand, CoordActionUpdateXCommand, CoordChangeXCommand, CoordJobsXCommand, CoordJobXCommand, CoordPurgeXCommand
public abstract class CoordinatorXCommand<T>
- extends XCommand<T>
Abstract coordinator command class derived from XCommand
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 |
CoordinatorXCommand
public CoordinatorXCommand(String name,
String type,
int priority)
- Base class constructor for coordinator commands.
- Parameters:
name
- command nametype
- command typepriority
- command priority
CoordinatorXCommand
public CoordinatorXCommand(String name,
String type,
int priority,
boolean dryrun)
- Base class constructor for coordinator commands.
- Parameters:
name
- command nametype
- command typepriority
- command prioritydryrun
- true if rerun is enabled for command
Copyright © 2013 Apache Software Foundation. All Rights Reserved.