|
MediaWiki
REL1_23
|
Class to handle tracking information about all queues using BagOStuff. More...


Protected Member Functions | |
| __construct (array $params) | |
| include: | |
| doGetAllReadyWikiQueues () | |
| doNotifyQueueEmpty ($wiki, $type) | |
| doNotifyQueueNonEmpty ($wiki, $type) | |
| doPurge () | |
Protected Attributes | |
| BagOStuff | $cache |
| * | |
| $cacheTTL | |
Private Member Functions | |
| getReadyQueueCacheKey () | |
Class to handle tracking information about all queues using BagOStuff.
Definition at line 30 of file JobQueueAggregatorMemc.php.
| JobQueueAggregatorMemc::__construct | ( | array $ | params | ) | [protected] |
include:
| array | $params |
Reimplemented from JobQueueAggregator.
Definition at line 42 of file JobQueueAggregatorMemc.php.
| JobQueueAggregatorMemc::doGetAllReadyWikiQueues | ( | ) | [protected] |
Reimplemented from JobQueueAggregator.
Definition at line 81 of file JobQueueAggregatorMemc.php.
| JobQueueAggregatorMemc::doNotifyQueueEmpty | ( | $ | wiki, |
| $ | type | ||
| ) | [protected] |
Reimplemented from JobQueueAggregator.
Definition at line 53 of file JobQueueAggregatorMemc.php.
| JobQueueAggregatorMemc::doNotifyQueueNonEmpty | ( | $ | wiki, |
| $ | type | ||
| ) | [protected] |
Reimplemented from JobQueueAggregator.
Definition at line 74 of file JobQueueAggregatorMemc.php.
| JobQueueAggregatorMemc::doPurge | ( | ) | [protected] |
Reimplemented from JobQueueAggregator.
Definition at line 115 of file JobQueueAggregatorMemc.php.
| JobQueueAggregatorMemc::getReadyQueueCacheKey | ( | ) | [private] |
Definition at line 122 of file JobQueueAggregatorMemc.php.
*
Definition at line 31 of file JobQueueAggregatorMemc.php.
JobQueueAggregatorMemc::$cacheTTL [protected] |
Definition at line 33 of file JobQueueAggregatorMemc.php.