MediaWiki  master
ParsoidCachePrewarmJob Class Reference
Inheritance diagram for ParsoidCachePrewarmJob:
Collaboration diagram for ParsoidCachePrewarmJob:

Public Member Functions

 __construct (array $params, ParsoidOutputAccess $parsoidOutputAccess, PageLookup $pageLookup, RevisionLookup $revisionLookup)
 
 run ()
 Run the job. More...
 
- Public Member Functions inherited from Job
 __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$flagJOB_* 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 ()
 
- Public Member Functions inherited from RunnableJob
 tearDown ( $status)
 Do any final cleanup after run(), deferred updates, and all DB commits happen. More...
 

Static Public Member Functions

static newSpec (int $revisionId, int $pageId, array $params=[])
 
- Static Public Member Functions inherited from Job
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...
 

Additional Inherited Members

- Public Attributes inherited from Job
string $command
 
array $metadata = []
 Additional queue metadata. More...
 
array $params
 Array of job parameters. More...
 
- Protected Member Functions inherited from Job
 addTeardownCallback ( $callback)
 
 setLastError ( $error)
 
- Protected Attributes inherited from Job
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
 

Detailed Description

Definition at line 31 of file ParsoidCachePrewarmJob.php.

Constructor & Destructor Documentation

◆ __construct()

ParsoidCachePrewarmJob::__construct ( array  $params,
ParsoidOutputAccess  $parsoidOutputAccess,
PageLookup  $pageLookup,
RevisionLookup  $revisionLookup 
)
Parameters
array$params
ParsoidOutputAccess$parsoidOutputAccess
PageLookup$pageLookup
RevisionLookup$revisionLookup

Definition at line 43 of file ParsoidCachePrewarmJob.php.

References Job\$params.

Member Function Documentation

◆ newSpec()

static ParsoidCachePrewarmJob::newSpec ( int  $revisionId,
int  $pageId,
array  $params = [] 
)
static
Parameters
int$revisionId
int$pageId
array$paramsAdditional options for the job. Known keys:
  • causeAction: Indicate what action caused the job to be scheduled. Used for monitoring.
  • options: Flags to be passed to ParsoidOutputAccess:getParserOutput. May be set to ParsoidOutputAccess::OPT_FORCE_PARSE to force a parsing even if there already is cached output.
Returns
JobSpecification

Definition at line 69 of file ParsoidCachePrewarmJob.php.

Referenced by MediaWiki\Storage\DerivedPageDataUpdater\doParserCacheUpdate().

◆ run()

ParsoidCachePrewarmJob::run ( )

Run the job.

Returns
bool Success

Implements RunnableJob.

Definition at line 139 of file ParsoidCachePrewarmJob.php.


The documentation for this class was generated from the following file: