Home
last modified time | relevance | path

Searched refs:newExternalLB (Results 1 – 12 of 12) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/lbfactory/
H A DLBFactorySimple.php89 public function newExternalLB( $cluster, $owner = null ) { function in Wikimedia\\Rdbms\\LBFactorySimple
99 $this->externalLBs[$cluster] = $this->newExternalLB( $cluster, $this->getOwnershipId() );
H A DLBFactoryMulti.php175 public function newExternalLB( $cluster, $owner = null ) { function in Wikimedia\\Rdbms\\LBFactoryMulti
194 $this->newExternalLB( $cluster, $this->getOwnershipId() );
H A DLBFactorySingle.php78 public function newExternalLB( $cluster, $owner = null ) { function in Wikimedia\\Rdbms\\LBFactorySingle
H A DILBFactory.php138 public function newExternalLB( $cluster, $owner = null ); function
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/lbfactory/
H A DLBFactorySimple.php93 public function newExternalLB( $cluster, $owner = null ) { function in Wikimedia\\Rdbms\\LBFactorySimple
107 $this->externalLBs[$cluster] = $this->newExternalLB(
H A DLBFactoryMulti.php186 public function newExternalLB( $cluster, $owner = null ) { function in Wikimedia\\Rdbms\\LBFactoryMulti
205 $this->externalLBs[$cluster] = $this->newExternalLB(
H A DLBFactorySingle.php78 public function newExternalLB( $cluster, $owner = null ) { function in Wikimedia\\Rdbms\\LBFactorySingle
H A DILBFactory.php137 public function newExternalLB( $cluster, $owner = null ); function
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/lbfactory/
H A DLBFactorySimple.php93 public function newExternalLB( $cluster, $owner = null ): ILoadBalancer {
107 $this->externalLBs[$cluster] = $this->newExternalLB(
H A DLBFactoryMulti.php186 public function newExternalLB( $cluster, $owner = null ): ILoadBalancer {
205 $this->externalLBs[$cluster] = $this->newExternalLB(
H A DLBFactorySingle.php81 public function newExternalLB( $cluster, $owner = null ): ILoadBalancer {
H A DILBFactory.php147 public function newExternalLB( $cluster, $owner = null ): ILoadBalancer; function