public class CoordJobXCommand extends CoordinatorXCommand<CoordinatorJobBean>
DEFAULT_LOCK_TIMEOUT, DEFAULT_REQUEUE_DELAY, dryrun, eventService, instrumentation, INSTRUMENTATION_GROUP, LOG, logInfo| Constructor and Description |
|---|
CoordJobXCommand(String id)
Constructor for loading a coordinator job information
|
CoordJobXCommand(String id,
boolean getActionInfo)
Constructor for loading a coordinator job information
|
CoordJobXCommand(String id,
Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> filterMap,
int offset,
int length,
boolean desc)
Constructor for loading a coordinator job information
|
| Modifier and Type | Method and Description |
|---|---|
protected CoordinatorJobBean |
execute()
Command execution body.
|
String |
getEntityKey()
Return the entity key for the command.
|
protected boolean |
isLockRequired()
Indicate if the the command requires locking.
|
protected void |
loadState()
Load the necessary state to perform the precondition check and to execute the command.
|
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, getKey, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, inInterruptMode, isReQueueRequired, queue, queue, resetUsed, setInterruptMode, toStringpublic CoordJobXCommand(String id)
id - coord jobIdpublic CoordJobXCommand(String id, Map<Pair<String,CoordinatorEngine.FILTER_COMPARATORS>,List<Object>> filterMap, int offset, int length, boolean desc)
id - coord jobIdfilterMap - offset - starting index in the list of actions belonging to the joblength - number of actions to be returneddesc - boolean for whether the actions returned are in descending orderpublic CoordJobXCommand(String id, boolean getActionInfo)
id - coord jobIdgetActionInfo - false to ignore loading actions for the jobprotected boolean isLockRequired()
XCommandisLockRequired in class XCommand<CoordinatorJobBean>true/falsepublic String getEntityKey()
XCommandgetEntityKey in interface XCallable<CoordinatorJobBean>getEntityKey in class XCommand<CoordinatorJobBean>protected void loadState() throws CommandException
XCommandloadState in class XCommand<CoordinatorJobBean>CommandExceptionprotected void verifyPrecondition() throws CommandException, PreconditionException
XCommandverifyPrecondition in class XCommand<CoordinatorJobBean>CommandException - thrown if the precondition is not met.PreconditionExceptionprotected CoordinatorJobBean execute() throws CommandException
XCommandexecute in class XCommand<CoordinatorJobBean>CommandException - thrown if the command execution failed.Copyright © 2014 Apache Software Foundation. All Rights Reserved.