MediaWiki REL1_37
|
Class to construct JobQueueGroups. More...
Public Member Functions | |
__construct (ServiceOptions $options, ConfiguredReadOnlyMode $readOnlyMode, IBufferingStatsdDataFactory $statsdDataFactory, WANObjectCache $wanCache, GlobalIdGenerator $globalIdGenerator) | |
makeJobQueueGroup ( $domain=false) | |
Public Attributes | |
const | CONSTRUCTOR_OPTIONS |
Class to construct JobQueueGroups.
Definition at line 37 of file JobQueueGroupFactory.php.
MediaWiki\JobQueue\JobQueueGroupFactory::__construct | ( | ServiceOptions | $options, |
ConfiguredReadOnlyMode | $readOnlyMode, | ||
IBufferingStatsdDataFactory | $statsdDataFactory, | ||
WANObjectCache | $wanCache, | ||
GlobalIdGenerator | $globalIdGenerator | ||
) |
ServiceOptions | $options | |
ConfiguredReadOnlyMode | $readOnlyMode | |
IBufferingStatsdDataFactory | $statsdDataFactory | |
WANObjectCache | $wanCache | |
GlobalIdGenerator | $globalIdGenerator |
Definition at line 73 of file JobQueueGroupFactory.php.
References MediaWiki\JobQueue\JobQueueGroupFactory\$globalIdGenerator, MediaWiki\JobQueue\JobQueueGroupFactory\$options, MediaWiki\JobQueue\JobQueueGroupFactory\$readOnlyMode, MediaWiki\JobQueue\JobQueueGroupFactory\$statsdDataFactory, MediaWiki\JobQueue\JobQueueGroupFactory\$wanCache, and MediaWiki\Config\ServiceOptions\assertRequiredOptions().
MediaWiki\JobQueue\JobQueueGroupFactory::makeJobQueueGroup | ( | $domain = false | ) |
false | string | $domain | Wiki domain ID. False uses the current wiki domain ID |
Definition at line 95 of file JobQueueGroupFactory.php.
|
private |
Definition at line 64 of file JobQueueGroupFactory.php.
Referenced by MediaWiki\JobQueue\JobQueueGroupFactory\__construct().
|
private |
Definition at line 49 of file JobQueueGroupFactory.php.
|
private |
Definition at line 52 of file JobQueueGroupFactory.php.
Referenced by MediaWiki\JobQueue\JobQueueGroupFactory\__construct().
|
private |
Definition at line 55 of file JobQueueGroupFactory.php.
Referenced by MediaWiki\JobQueue\JobQueueGroupFactory\__construct().
|
private |
Definition at line 58 of file JobQueueGroupFactory.php.
Referenced by MediaWiki\JobQueue\JobQueueGroupFactory\__construct().
|
private |
Definition at line 61 of file JobQueueGroupFactory.php.
Referenced by MediaWiki\JobQueue\JobQueueGroupFactory\__construct().
const MediaWiki\JobQueue\JobQueueGroupFactory::CONSTRUCTOR_OPTIONS |
Definition at line 41 of file JobQueueGroupFactory.php.