MediaWiki master
jobqueue Directory Reference
Directory dependency graph for jobqueue:
includes/jobqueue

Directories

 exception
 
 jobs
 
 utils
 

Files

 GenericParameterJob.php
 Interface for generic jobs only uses the parameters field.
 
 IJobSpecification.php
 Job queue task description interface.
 
 Job.php
 Job queue task base code.
 
 JobFactory.php
 
 JobQueue.php
 Job queue base code.
 
 JobQueueDB.php
 Database-backed job queue code.
 
 JobQueueFederated.php
 Job queue code for federated queues.
 
 JobQueueGroup.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
 JobQueueGroupFactory.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
 JobQueueMemory.php
 PHP memory-backed job queue code.
 
 JobQueueRedis.php
 Redis-backed job queue code.
 
 JobRunner.php
 Job queue runner utility methods.
 
 JobSpecification.php
 Job queue task description base code.
 
 RunnableJob.php
 Job queue task instance that can be executed via a run() method.