Job for rebuilding message index. More...
Public Member Functions | |
__construct ($title, $params=array(), $id=0) | |
run () | |
insert () | |
Usually this job is fast enough to be executed immediately, in which case having it go through jobqueue only causes problems in installations with errant job queue processing. | |
Static Public Member Functions | |
static | newJob () |
Job for rebuilding message index.
Definition at line 16 of file MessageIndexRebuildJob.php.
MessageIndexRebuildJob::__construct | ( | $ | title, | |
$ | params = array() , |
|||
$ | id = 0 | |||
) |
Definition at line 27 of file MessageIndexRebuildJob.php.
MessageIndexRebuildJob::insert | ( | ) |
Usually this job is fast enough to be executed immediately, in which case having it go through jobqueue only causes problems in installations with errant job queue processing.
Definition at line 43 of file MessageIndexRebuildJob.php.
static MessageIndexRebuildJob::newJob | ( | ) | [static] |
Definition at line 21 of file MessageIndexRebuildJob.php.
Referenced by ApiAggregateGroups::execute(), MessageHandle::isValid(), SpecialPageTranslationMovePage::performAction(), SpecialPageTranslationDeletePage::performAction(), SpecialManageGroups::processSubmit(), TranslationFuzzyUpdaterTest::setUp(), TranslateHooksTest::setUp(), SolrTTMServerTest::setUp(), PageTranslationTaggingText::setUp(), MessageGroupsTest::setUp(), MessageGroupStatesUpdaterJobTest::setUp(), MessageCollectionTest::setUp(), ApiTranslationReviewTest::setUp(), ApiQueryMessageGroupsTest::setUp(), MessageIndexRebuildJobTest::testInsertDelayed(), MessageIndexRebuildJobTest::testInsertImmediate(), MessageIndexRebuildJobTest::testNewJob(), and SolrTTMServerTest::testSearchableTTMServer().
MessageIndexRebuildJob::run | ( | ) |
Definition at line 31 of file MessageIndexRebuildJob.php.
Referenced by insert().