This project has retired. For details please refer to its
Attic page .
CoordActionUpdatePushMissingDependency (Apache Oozie Core 4.0.0 API)
org.apache.oozie.command.coord
Class CoordActionUpdatePushMissingDependency
java.lang.Object
org.apache.oozie.command.XCommand <T>
org.apache.oozie.command.coord.CoordinatorXCommand <Void >
org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
org.apache.oozie.command.coord.CoordActionUpdatePushMissingDependency
All Implemented Interfaces: Callable <Void >, XCallable <Void >
public class CoordActionUpdatePushMissingDependency extends CoordPushDependencyCheckXCommand
Methods inherited from class org.apache.oozie.command.coord.CoordPushDependencyCheckXCommand
eagerLoadState , eagerVerifyPrecondition , getCoordPushCheckRequeueInterval , getKey , isLockRequired , isTimeout , loadState , onAllPushDependenciesAvailable , unregisterMissingDependencies , updateCoordAction , verifyPrecondition
Methods inherited from class org.apache.oozie.command.XCommand
call , executeInterrupts , getCreatedTime , getInstrumentation , getLockTimeOut , getLog , getName , getPriority , getRequeueDelay , getType , inInterruptMode , isReQueueRequired , queue , queue , resetUsed , setInterruptMode
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
CoordActionUpdatePushMissingDependency
public CoordActionUpdatePushMissingDependency (String actionId)
execute
protected Void execute ()
throws CommandException
Description copied from class: XCommand
Command execution body.
This method will be invoked after the {link #loadState} and {link #verifyPrecondition} methods.
If the command requires locking, this method will be invoked ONLY if the lock has been acquired.
Overrides: execute
in class CoordPushDependencyCheckXCommand
Returns: a return value from the execution of the command, only meaningful if the command is executed
synchronously.
Throws:
CommandException
- thrown if the command execution failed.
getEntityKey
public String getEntityKey ()
Description copied from class: XCommand
Return the entity key for the command.
Specified by: getEntityKey
in interface XCallable <Void >
Overrides: getEntityKey
in class CoordPushDependencyCheckXCommand
Returns: the entity key for the command.
Copyright © 2013 Apache Software Foundation . All Rights Reserved.