|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.command.XCommand<BundleJobInfo> org.apache.oozie.command.bundle.BundleJobsXCommand
public class BundleJobsXCommand
The command to get a job info for a list of bundle jobs by given filters.
Field Summary |
---|
Fields inherited from class org.apache.oozie.command.XCommand |
---|
DEFAULT_LOCK_TIMEOUT, DEFAULT_REQUEUE_DELAY, dryrun, instrumentation, INSTRUMENTATION_GROUP, LOG, logInfo |
Constructor Summary | |
---|---|
BundleJobsXCommand(Map<String,List<String>> filter,
int start,
int length)
The constructor for BundleJobsXCommand |
Method Summary | |
---|---|
protected BundleJobInfo |
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. |
Methods inherited from class org.apache.oozie.command.XCommand |
---|
call, eagerLoadState, eagerVerifyPrecondition, executeInterrupts, getCreatedTime, getInstrumentation, getKey, 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 |
Constructor Detail |
---|
public BundleJobsXCommand(Map<String,List<String>> filter, int start, int length)
filter
- the filter stringstart
- start location for paginglen
- total length to getMethod Detail |
---|
protected boolean isLockRequired()
XCommand
isLockRequired
in class XCommand<BundleJobInfo>
true/false
public String getEntityKey()
XCommand
getEntityKey
in interface XCallable<BundleJobInfo>
getEntityKey
in class XCommand<BundleJobInfo>
protected void loadState() throws CommandException
XCommand
loadState
in class XCommand<BundleJobInfo>
CommandException
protected void verifyPrecondition() throws CommandException, PreconditionException
XCommand
verifyPrecondition
in class XCommand<BundleJobInfo>
CommandException
- thrown if the precondition is not met.
PreconditionException
protected BundleJobInfo execute() throws CommandException
XCommand
execute
in class XCommand<BundleJobInfo>
CommandException
- thrown if the command execution failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |