MediaWiki  1.23.2
JobQueue
Collaboration diagram for JobQueue:

Files

file  BacklinkJobUtils.php
 Job to update links for a given title.
 
file  DoubleRedirectJob.php
 Job to fix double redirects after moving a page.
 
file  EmaillingJob.php
 Old job for notification emails.
 
file  EnotifNotifyJob.php
 Job for notification emails.
 
file  JobSpecification.php
 Job queue task description base code.
 
file  RefreshLinksJob.php
 Job to update link tables for pages.
 
file  RefreshLinksJob2.php
 Job to update links for a given title.
 
file  UploadFromUrlJob.php
 Job for asynchronous upload-by-url.
 

Classes

class  BacklinkJobUtils
 Class with Backlink related Job helper methods. More...
 
class  DoubleRedirectJob
 Job to fix double redirects after moving a page. More...
 
class  DuplicateJob
 No-op job that does nothing. More...
 
class  EmaillingJob
 Old job used for sending single notification emails; kept for backwards-compatibility. More...
 
class  EnotifNotifyJob
 Job for email notification mails. More...
 
class  HTMLCacheUpdateJob
 Job to purge the cache for all pages that link to or use another page or file. More...
 
interface  IJobSpecification
 Job queue task description interface. More...
 
class  Job
 Class to both describe a background job and handle jobs. More...
 
class  JobQueue
 Class to handle enqueueing and running of background jobs. More...
 
class  JobQueueAggregator
 Class to handle tracking information about all queues. More...
 
class  JobQueueAggregatorMemc
 Class to handle tracking information about all queues using BagOStuff. More...
 
class  JobQueueAggregatorRedis
 Class to handle tracking information about all queues using PhpRedis. More...
 
class  JobQueueDB
 Class to handle job queues stored in the DB. More...
 
class  JobQueueError
 
class  JobQueueFederated
 Class to handle enqueueing and running of background jobs for federated queues. More...
 
class  JobQueueGroup
 Class to handle enqueueing of background jobs. More...
 
class  JobQueueRedis
 Class to handle job queues stored in Redis. More...
 
class  JobSpecification
 Job queue task description base code. More...
 
class  NullJob
 Degenerate job that does nothing, but can optionally replace itself in the queue and/or sleep for a brief time period. More...
 
class  RefreshLinksJob
 Job to update link tables for pages. More...
 
class  RefreshLinksJob2
 Background job to update links for titles in certain backlink range by page ID. More...
 
class  UploadFromUrlJob
 Job for asynchronous upload-by-url. More...
 

Detailed Description

Author
Aaron Schulz