MediaWiki
1.23.2
|
Class to handle tracking information about all queues using BagOStuff. More...
Protected Member Functions | |
__construct (array $params) | |
@params include: More... | |
doGetAllReadyWikiQueues () | |
doNotifyQueueEmpty ( $wiki, $type) | |
doNotifyQueueNonEmpty ( $wiki, $type) | |
doPurge () | |
Protected Member Functions inherited from JobQueueAggregator | |
findPendingWikiQueues () | |
Get all databases that have a pending job. More... | |
Protected Attributes | |
BagOStuff | $cache |
$cacheTTL | |
Private Member Functions | |
getReadyQueueCacheKey () | |
Additional Inherited Members | |
Public Member Functions inherited from JobQueueAggregator | |
getAllReadyWikiQueues () | |
Get the list of all of the queues with jobs. More... | |
notifyQueueEmpty ( $wiki, $type) | |
Mark a queue as being empty. More... | |
notifyQueueNonEmpty ( $wiki, $type) | |
Mark a queue as being non-empty. More... | |
purge () | |
Purge all of the aggregator information. More... | |
Static Public Member Functions inherited from JobQueueAggregator | |
static | destroySingleton () |
Destroy the singleton instance. More... | |
static | singleton () |
Static Protected Attributes inherited from JobQueueAggregator | |
static | $instance = null |
Class to handle tracking information about all queues using BagOStuff.
Definition at line 30 of file JobQueueAggregatorMemc.php.
|
protected |
@params include:
array | $params |
Reimplemented from JobQueueAggregator.
Definition at line 42 of file JobQueueAggregatorMemc.php.
References $params, cache, wfGetCache(), and wfGetMainCache().
|
protected |
Reimplemented from JobQueueAggregator.
Definition at line 81 of file JobQueueAggregatorMemc.php.
References array(), cache, JobQueueAggregator\findPendingWikiQueues(), and getReadyQueueCacheKey().
|
protected |
Reimplemented from JobQueueAggregator.
Definition at line 53 of file JobQueueAggregatorMemc.php.
References $type, array(), cache, and getReadyQueueCacheKey().
|
protected |
Reimplemented from JobQueueAggregator.
Definition at line 74 of file JobQueueAggregatorMemc.php.
|
protected |
Reimplemented from JobQueueAggregator.
Definition at line 115 of file JobQueueAggregatorMemc.php.
References cache, and getReadyQueueCacheKey().
|
private |
Definition at line 122 of file JobQueueAggregatorMemc.php.
Referenced by doGetAllReadyWikiQueues(), doNotifyQueueEmpty(), and doPurge().
|
protected |
Definition at line 31 of file JobQueueAggregatorMemc.php.
|
protected |
Definition at line 33 of file JobQueueAggregatorMemc.php.