MediaWiki REL1_39
|
Enqueue lazy-pushed jobs that have accumulated from JobQueueGroup. More...
Public Member Functions | ||||
__construct (string $domain, array $jobs) | ||||
doUpdate () | ||||
Perform the actual work. | ||||
merge (MergeableUpdate $update) | ||||
Merge this enqueued update with a new MergeableUpdate of the same qualified class name.
| ||||
Enqueue lazy-pushed jobs that have accumulated from JobQueueGroup.
Definition at line 33 of file JobQueueEnqueueUpdate.php.
JobQueueEnqueueUpdate::__construct | ( | string | $domain, |
array | $jobs ) |
string | $domain | DB domain ID |
IJobSpecification[] | $jobs |
Definition at line 44 of file JobQueueEnqueueUpdate.php.
JobQueueEnqueueUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 65 of file JobQueueEnqueueUpdate.php.
JobQueueEnqueueUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name.
MergeableUpdate | $update | The new update (having the same class) |
Implements MergeableUpdate.
Definition at line 51 of file JobQueueEnqueueUpdate.php.