MediaWiki REL1_31
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.
 

Additional Inherited Members

- Public Member Functions inherited from JobQueueAggregator
 __construct (array $params)
 
 getAllReadyWikiQueues ()
 Get the list of all of the queues with jobs.
 
 notifyQueueEmpty ( $wiki, $type)
 Mark a queue as being empty.
 
 notifyQueueNonEmpty ( $wiki, $type)
 Mark a queue as being non-empty.
 
 purge ()
 Purge all of the aggregator information.
 
- Static Public Member Functions inherited from JobQueueAggregator
static destroySingleton ()
 Destroy the singleton instance.
 
static singleton ()
 
- Static Protected Attributes inherited from JobQueueAggregator
static JobQueueAggregator $instance = null
 

Detailed Description

Definition at line 164 of file JobQueueAggregator.php.

Member Function Documentation

◆ doGetAllReadyWikiQueues()

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

Reimplemented from JobQueueAggregator.

Definition at line 173 of file JobQueueAggregator.php.

◆ doNotifyQueueEmpty()

JobQueueAggregatorNull::doNotifyQueueEmpty (   $wiki,
  $type 
)
protected
See also
JobQueueAggregator::notifyQueueEmpty()
Parameters
string$wiki
string$type
Returns
bool

Reimplemented from JobQueueAggregator.

Definition at line 165 of file JobQueueAggregator.php.

◆ doNotifyQueueNonEmpty()

JobQueueAggregatorNull::doNotifyQueueNonEmpty (   $wiki,
  $type 
)
protected
See also
JobQueueAggregator::notifyQueueNonEmpty()
Parameters
string$wiki
string$type
Returns
bool

Reimplemented from JobQueueAggregator.

Definition at line 169 of file JobQueueAggregator.php.

◆ doPurge()

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

Reimplemented from JobQueueAggregator.

Definition at line 177 of file JobQueueAggregator.php.


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