MediaWiki  1.28.1
MWLBFactory Class Reference

MediaWiki-specific class for generating database load balancers. More...

Static Public Member Functions

static applyDefaultConfig (array $lbConf, Config $mainConfig)
 
static getLBFactoryClass (array $config)
 Returns the LBFactory class to use and the load balancer configuration. More...
 

Detailed Description

MediaWiki-specific class for generating database load balancers.

Definition at line 31 of file MWLBFactory.php.

Member Function Documentation

static MWLBFactory::applyDefaultConfig ( array  $lbConf,
Config  $mainConfig 
)
static
Parameters
array$lbConfConfig for LBFactory::__construct()
Config$mainConfigMain config object from MediaWikiServices
Returns
array

Definition at line 37 of file MWLBFactory.php.

References $flags, $wgCommandLineMode, as, class, DBO_COMPRESS, DBO_DEBUG, DBO_DEFAULT, DBO_SSL, Config\get(), ObjectCache\getLocalClusterInstance(), global, Profiler\instance(), wfConfiguredReadOnlyReason(), and wfHostname().

static MWLBFactory::getLBFactoryClass ( array  $config)
static

Returns the LBFactory class to use and the load balancer configuration.

Todo:
instead of this, use a ServiceContainer for managing the different implementations.
Parameters
array$config(e.g. $wgLBFactoryConf)
Returns
string Class name

Definition at line 149 of file MWLBFactory.php.

References wfDeprecated().

Referenced by LBFactoryTest\testGetLBFactoryClass().


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