public class CoordPushDependencyCheckXCommand extends CoordinatorXCommand<Void>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionId |
static String |
CONF_COORD_PUSH_CHECK_REQUEUE_INTERVAL
Property name of command re-queue interval for coordinator push check in
milliseconds.
|
protected CoordinatorActionBean |
coordAction |
protected CoordinatorJobBean |
coordJob |
protected JPAService |
jpaService |
DEFAULT_LOCK_TIMEOUT, DEFAULT_REQUEUE_DELAY, dryrun, eventService, instrumentation, INSTRUMENTATION_GROUP, LOG, logInfo| Modifier | Constructor and Description |
|---|---|
|
CoordPushDependencyCheckXCommand(String actionId) |
|
CoordPushDependencyCheckXCommand(String actionId,
boolean registerForNotification) |
|
CoordPushDependencyCheckXCommand(String actionId,
boolean registerForNotification,
boolean removeAvailDependencies) |
protected |
CoordPushDependencyCheckXCommand(String actionName,
String actionId) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
execute()
Command execution body.
|
long |
getCoordPushCheckRequeueInterval()
Return the re-queue interval for coord push dependency check
|
String |
getEntityKey()
Return the entity key for the command.
|
String |
getKey()
Get command key
|
protected boolean |
isLockRequired()
Indicate if the the command requires locking.
|
protected boolean |
isTimeout()
Returns true if timeout period has been reached
|
protected void |
loadState()
Load the necessary state to perform the precondition check and to execute the command.
|
protected void |
onAllPushDependenciesAvailable() |
static void |
unregisterMissingDependencies(List<String> missingDeps,
String actionId) |
protected void |
updateCoordAction(CoordinatorActionBean coordAction,
boolean isChangeInDependency) |
protected void |
verifyPrecondition()
Verify the precondition for the command after a lock has been obtain, just before executing the command.
|
generateEvent, generateEventcall, call, eagerLoadState, eagerVerifyPrecondition, executeInterrupts, getCreatedTime, getInstrumentation, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, inInterruptMode, isReQueueRequired, queue, queue, resetUsed, setInterruptMode, toStringprotected JPAService jpaService
protected CoordinatorActionBean coordAction
protected CoordinatorJobBean coordJob
public static final String CONF_COORD_PUSH_CHECK_REQUEUE_INTERVAL
public CoordPushDependencyCheckXCommand(String actionId)
public CoordPushDependencyCheckXCommand(String actionId, boolean registerForNotification)
public CoordPushDependencyCheckXCommand(String actionId, boolean registerForNotification, boolean removeAvailDependencies)
protected CoordPushDependencyCheckXCommand(String actionName, String actionId)
protected Void execute() throws CommandException
XCommandexecute in class XCommand<Void>CommandException - thrown if the command execution failed.public long getCoordPushCheckRequeueInterval()
protected boolean isTimeout()
protected void onAllPushDependenciesAvailable() throws CommandException
CommandExceptionprotected void updateCoordAction(CoordinatorActionBean coordAction, boolean isChangeInDependency) throws CommandException
CommandExceptionpublic static void unregisterMissingDependencies(List<String> missingDeps, String actionId)
public String getEntityKey()
XCommandgetEntityKey in interface XCallable<Void>getEntityKey in class XCommand<Void>protected boolean isLockRequired()
XCommandisLockRequired in class XCommand<Void>true/falseprotected void loadState() throws CommandException
XCommandloadState in class XCommand<Void>CommandExceptionprotected void verifyPrecondition() throws CommandException, PreconditionException
XCommandverifyPrecondition in class XCommand<Void>CommandException - thrown if the precondition is not met.PreconditionExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.