MediaWiki
1.34.0
|
This is the complete list of members for DeferredUpdates, including all inherited members.
$executeContext | DeferredUpdates | privatestatic |
$postSendUpdates | DeferredUpdates | privatestatic |
$preSendUpdates | DeferredUpdates | privatestatic |
addCallableUpdate( $callable, $stage=self::POSTSEND, $dbw=null) | DeferredUpdates | static |
addUpdate(DeferrableUpdate $update, $stage=self::POSTSEND) | DeferredUpdates | static |
ALL | DeferredUpdates | |
areDatabaseTransactionsActive() | DeferredUpdates | privatestatic |
attemptUpdate(DeferrableUpdate $update, ILBFactory $lbFactory) | DeferredUpdates | static |
BIG_QUEUE_SIZE | DeferredUpdates | |
clearPendingUpdates() | DeferredUpdates | static |
doUpdates( $mode='run', $stage=self::ALL) | DeferredUpdates | static |
enqueueUpdates(array $updates) | DeferredUpdates | privatestatic |
getPendingUpdates( $stage=self::ALL) | DeferredUpdates | static |
handleUpdateQueue(array &$queue, $mode, $stage) | DeferredUpdates | protectedstatic |
jobify(EnqueueableDataUpdate $update, LBFactory $lbFactory, LoggerInterface $logger, StatsdDataFactoryInterface $stats, $httpMethod) | DeferredUpdates | privatestatic |
pendingUpdatesCount() | DeferredUpdates | static |
POSTSEND | DeferredUpdates | |
PRESEND | DeferredUpdates | |
push(array &$queue, DeferrableUpdate $update) | DeferredUpdates | privatestatic |
run(DeferrableUpdate $update, LBFactory $lbFactory, LoggerInterface $logger, StatsdDataFactoryInterface $stats, $httpMethod) | DeferredUpdates | privatestatic |
tryOpportunisticExecute( $mode='run') | DeferredUpdates | static |