MediaWiki
1.33.0
|
Job to update link tables for pages. More...
Public Member Functions | |
__construct (Title $title, array $params) | |
getDeduplicationInfo () | |
Subclasses may need to override this to make duplication detection work. More... | |
run () | |
Run the job. More... | |
workItemCount () | |
![]() | |
__construct ( $command, $params=null) | |
allowRetries () | |
getLastError () | |
getMetadata ( $field=null) | |
getParams () | |
getQueuedTimestamp () | |
getReadyTimestamp () | |
getReleaseTimestamp () | |
getRequestId () | |
getRootJobParams () | |
getTitle () | |
getType () | |
hasExecutionFlag ( $flag) | |
hasRootJobParams () | |
ignoreDuplicates () | |
Whether the queue should reject insertion of this job if a duplicate exists. More... | |
isRootJob () | |
setMetadata ( $field, $value) | |
teardown ( $status) | |
Do any final cleanup after run(), deferred updates, and all DB commits happen. More... | |
toString () | |
Static Public Member Functions | |
static | newDynamic (Title $title, array $params) |
static | newPrioritized (Title $title, array $params) |
![]() | |
static | factory ( $command, $params=[]) |
Create the appropriate object to handle a specific job. More... | |
static | newRootJobParams ( $key) |
Get "root job" parameters for a task. More... | |
Protected Member Functions | |
runForTitle (Title $title) | |
![]() | |
addTeardownCallback ( $callback) | |
setLastError ( $error) | |
Additional Inherited Members | |
![]() | |
string | $command |
array | $metadata = [] |
Additional queue metadata. More... | |
array | $params |
Array of job parameters. More... | |
![]() | |
string | $error |
Text for error that occurred last. More... | |
int | $executionFlags = 0 |
Bitfield of JOB_* class constants. More... | |
bool | $removeDuplicates = false |
Expensive jobs may set this to true. More... | |
callable[] | $teardownCallbacks = [] |
Title | $title |
Job to update link tables for pages.
This job comes in a few variants:
Definition at line 39 of file RefreshLinksJob.php.
Definition at line 47 of file RefreshLinksJob.php.
References Job\$params, Job\$title, and captcha-old\count.
RefreshLinksJob::getDeduplicationInfo | ( | ) |
Subclasses may need to override this to make duplication detection work.
The resulting map conveys everything that makes the job unique. This is only checked if ignoreDuplicates() returns true, meaning that duplicate jobs are supposed to be ignored.
Reimplemented from Job.
Definition at line 309 of file RefreshLinksJob.php.
Title | $title | |
array | $params |
Definition at line 78 of file RefreshLinksJob.php.
References $job, Job\$params, and Job\$title.
Referenced by WikiPage\triggerOpportunisticLinksUpdate().
Title | $title | |
array | $params |
Definition at line 66 of file RefreshLinksJob.php.
References $job, Job\$params, and Job\$title.
Referenced by LinksUpdate\queueRecursiveJobs(), and WikiPage\triggerOpportunisticLinksUpdate().
RefreshLinksJob::run | ( | ) |
Run the job.
Reimplemented from Job.
Definition at line 85 of file RefreshLinksJob.php.
References Job\$title, $wgUpdateRowsPerJob, as, Job\getRootJobParams(), list, Title\makeTitleSafe(), BacklinkJobUtils\partitionBacklinkJob(), runForTitle(), Job\setLastError(), JobQueueGroup\singleton(), and title.
|
protected |
Title | $title |
Definition at line 142 of file RefreshLinksJob.php.
References $options, $services, Job\$title, LinksUpdate\acquirePageLock(), DB_MASTER, WikiPage\factory(), Title\GAID_FOR_UPDATE, Title\getLatestRevID(), InfoAction\invalidateCache(), User\newFromId(), User\newFromName(), Job\setLastError(), and wfTimestamp().
Referenced by run().
RefreshLinksJob::workItemCount | ( | ) |
Reimplemented from Job.
Definition at line 325 of file RefreshLinksJob.php.
References captcha-old\count.