MediaWiki
master
|
This is the complete list of members for DeferredUpdates, including all inherited members.
$preventOpportunisticUpdates | DeferredUpdates | privatestatic |
$scopeStack | DeferredUpdates | privatestatic |
addCallableUpdate( $callable, $stage=self::POSTSEND, $dbw=null) | DeferredUpdates | static |
addUpdate(DeferrableUpdate $update, $stage=self::POSTSEND) | DeferredUpdates | static |
areDatabaseTransactionsActive() | DeferredUpdates | privatestatic |
attemptUpdate(DeferrableUpdate $update, ILBFactory $lbFactory) | DeferredUpdates | static |
clearPendingUpdates() | DeferredUpdates | static |
doUpdates( $mode='run', $stage=self::ALL) | DeferredUpdates | static |
getPendingUpdates( $stage=self::ALL) | DeferredUpdates | static |
getRecursiveExecutionStackDepth() | DeferredUpdates | static |
getScopeStack() | DeferredUpdates | privatestatic |
jobify(EnqueueableDataUpdate $update, LBFactory $lbFactory, LoggerInterface $logger, StatsdDataFactoryInterface $stats, JobQueueGroupFactory $jobQueueGroupFactory, $httpMethod) | DeferredUpdates | privatestatic |
pendingUpdatesCount() | DeferredUpdates | static |
preventOpportunisticUpdates() | DeferredUpdates | static |
run(DeferrableUpdate $update, ILBFactory $lbFactory, LoggerInterface $logger, StatsdDataFactoryInterface $stats, JobQueueGroupFactory $jobQueueGroupFactory, $httpMethod) | DeferredUpdates | privatestatic |
tryOpportunisticExecute( $mode='run') | DeferredUpdates | static |