MediaWiki  1.29.1
JobQueueAggregatorNull Class Reference
Inheritance diagram for JobQueueAggregatorNull:
Collaboration diagram for JobQueueAggregatorNull:

Protected Member Functions

 doGetAllReadyWikiQueues ()
 
 doNotifyQueueEmpty ( $wiki, $type)
 
 doNotifyQueueNonEmpty ( $wiki, $type)
 
 doPurge ()
 
- Protected Member Functions inherited from JobQueueAggregator
 findPendingWikiQueues ()
 Get all databases that have a pending job. More...
 

Additional Inherited Members

- Public Member Functions inherited from JobQueueAggregator
 __construct (array $params)
 
 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 JobQueueAggregator $instance = null
 

Detailed Description

Definition at line 156 of file JobQueueAggregator.php.

Member Function Documentation

◆ doGetAllReadyWikiQueues()

JobQueueAggregatorNull::doGetAllReadyWikiQueues ( )
protected
See also
JobQueueAggregator::getAllReadyWikiQueues()

Reimplemented from JobQueueAggregator.

Definition at line 165 of file JobQueueAggregator.php.

◆ doNotifyQueueEmpty()

JobQueueAggregatorNull::doNotifyQueueEmpty (   $wiki,
  $type 
)
protected
See also
JobQueueAggregator::notifyQueueEmpty()

Reimplemented from JobQueueAggregator.

Definition at line 157 of file JobQueueAggregator.php.

◆ doNotifyQueueNonEmpty()

JobQueueAggregatorNull::doNotifyQueueNonEmpty (   $wiki,
  $type 
)
protected
See also
JobQueueAggregator::notifyQueueNonEmpty()

Reimplemented from JobQueueAggregator.

Definition at line 161 of file JobQueueAggregator.php.

◆ doPurge()

JobQueueAggregatorNull::doPurge ( )
protected
See also
JobQueueAggregator::purge()

Reimplemented from JobQueueAggregator.

Definition at line 169 of file JobQueueAggregator.php.


The documentation for this class was generated from the following file: