MediaWiki REL1_37
|
Enqueue lazy-pushed jobs that have accumulated from JobQueueGroup. More...
Public Member Functions | |
__construct ( $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. | |
Private Attributes | |
array[] | $jobsByDomain |
Map of (domain ID => IJobSpecification[]) | |
Enqueue lazy-pushed jobs that have accumulated from JobQueueGroup.
Definition at line 31 of file JobQueueEnqueueUpdate.php.
JobQueueEnqueueUpdate::__construct | ( | $domain, | |
array | $jobs | ||
) |
string | $domain | DB domain ID |
IJobSpecification[] | $jobs |
Definition at line 39 of file JobQueueEnqueueUpdate.php.
JobQueueEnqueueUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 54 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 43 of file JobQueueEnqueueUpdate.php.
|
private |
Map of (domain ID => IJobSpecification[])
Definition at line 33 of file JobQueueEnqueueUpdate.php.