MediaWiki
master
|
Directories | |
directory | exception |
directory | jobs |
directory | utils |
Files | |
file | GenericParameterJob.php [code] |
Interface for generic jobs only uses the parameters field. | |
file | IJobSpecification.php [code] |
Job queue task description interface. | |
file | Job.php [code] |
Job queue task base code. | |
file | JobFactory.php [code] |
file | JobQueue.php [code] |
Job queue base code. | |
file | JobQueueDB.php [code] |
Database-backed job queue code. | |
file | JobQueueFederated.php [code] |
Job queue code for federated queues. | |
file | JobQueueGroup.php [code] |
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. | |
file | JobQueueGroupFactory.php [code] |
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. | |
file | JobQueueMemory.php [code] |
PHP memory-backed job queue code. | |
file | JobQueueRedis.php [code] |
Redis-backed job queue code. | |
file | JobRunner.php [code] |
Job queue runner utility methods. | |
file | JobSpecification.php [code] |
Job queue task description base code. | |
file | RunnableJob.php [code] |
Job queue task instance that can be executed via a run() method. | |