|
| __construct (array $params, ParsoidOutputAccess $parsoidOutputAccess, PageLookup $pageLookup, RevisionLookup $revisionLookup) |
|
| run () |
| Run the job. More...
|
|
| __construct ( $command, $params=null) |
|
| allowRetries () |
| - Returns
- bool Whether this job can be retried on failure by job runners
- Since
- 1.21
More...
|
|
| getDeduplicationInfo () |
| Subclasses may need to override this to make duplication detection work. More...
|
|
| getLastError () |
| - Returns
- string
More...
|
|
| getMetadata ( $field=null) |
|
| getParams () |
| - Returns
- array Parameters that specify sources, targets, and options for execution
More...
|
|
| getQueuedTimestamp () |
|
| getReadyTimestamp () |
| - Returns
- int|null UNIX timestamp of when the job was runnable, or null
- Since
- 1.26
More...
|
|
| getReleaseTimestamp () |
|
| getRequestId () |
| - Returns
- string|null Id of the request that created this job. Follows jobs recursively, allowing to track the id of the request that started a job when jobs insert jobs which insert other jobs.
- Since
- 1.27
More...
|
|
| getRootJobParams () |
|
| getTitle () |
|
| getType () |
| - Returns
- string Job type that defines what sort of changes this job makes
More...
|
|
| hasExecutionFlag ( $flag) |
| - Parameters
-
int | $flag | JOB_* class constant |
- Returns
- bool
- Since
- 1.31
More...
|
|
| hasRootJobParams () |
|
| ignoreDuplicates () |
| Whether the queue should reject insertion of this job if a duplicate exists. More...
|
|
| isRootJob () |
|
| setMetadata ( $field, $value) |
|
| teardown ( $status) |
|
| toString () |
| - Returns
- string Debugging string describing the job
More...
|
|
| workItemCount () |
|
| tearDown ( $status) |
| Do any final cleanup after run(), deferred updates, and all DB commits happen. More...
|
|
|
static | newSpec (int $revisionId, int $pageId, 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...
|
|
Definition at line 31 of file ParsoidCachePrewarmJob.php.
◆ __construct()
- Parameters
-
array | $params | |
ParsoidOutputAccess | $parsoidOutputAccess | |
PageLookup | $pageLookup | |
RevisionLookup | $revisionLookup | |
Definition at line 43 of file ParsoidCachePrewarmJob.php.
References Job\$params.
◆ newSpec()
static ParsoidCachePrewarmJob::newSpec |
( |
int |
$revisionId, |
|
|
int |
$pageId, |
|
|
array |
$params = [] |
|
) |
| |
|
static |
◆ run()
ParsoidCachePrewarmJob::run |
( |
| ) |
|
The documentation for this class was generated from the following file: