|
| __construct (array $params) |
|
| __destruct () |
|
| allowLagged ( $mode=null) |
| Disables/enables lag checks. More...
|
|
| approveMasterChanges (array $options, $fname=__METHOD__, $owner=null) |
| Perform all pre-commit checks for things like replication safety. More...
|
|
| beginMasterChanges ( $fname=__METHOD__, $owner=null) |
| Flush any master transaction snapshots and set DBO_TRX (if DBO_DEFAULT is set) More...
|
|
| closeAll ( $fname=__METHOD__, $owner=null) |
| Close all open connections. More...
|
|
| closeConnection (IDatabase $conn) |
| Close a connection. More...
|
|
| commitAll ( $fname=__METHOD__, $owner=null) |
| Commit transactions on all open connections. More...
|
|
| commitMasterChanges ( $fname=__METHOD__, $owner=null) |
| Issue COMMIT on all open master connections to flush changes and view snapshots. More...
|
|
| disable ( $fname=__METHOD__, $owner=null) |
| Close all connections and disable this load balancer. More...
|
|
| finalizeMasterChanges ( $fname=__METHOD__, $owner=null) |
| Run pre-commit callbacks and defer execution of post-commit callbacks. More...
|
|
| flushMasterSnapshots ( $fname=__METHOD__, $owner=null) |
| Commit all master DB transactions so as to flush any REPEATABLE-READ or SSI snapshots. More...
|
|
| flushReplicaSnapshots ( $fname=__METHOD__, $owner=null) |
| Commit all replica DB transactions so as to flush any REPEATABLE-READ or SSI snapshots. More...
|
|
| forEachOpenConnection ( $callback, array $params=[]) |
| Call a function with each open connection object. More...
|
|
| forEachOpenMasterConnection ( $callback, array $params=[]) |
| Call a function with each open connection object to a master. More...
|
|
| forEachOpenReplicaConnection ( $callback, array $params=[]) |
| Call a function with each open replica DB connection object. More...
|
|
| getAnyOpenConnection ( $i, $flags=0) |
| Get any open connection to a given server index, local or foreign. More...
|
|
| getConnection ( $i, $groups=[], $domain=false, $flags=0) |
| Get a live handle for a real or virtual (DB_MASTER/DB_REPLICA) server index. More...
|
|
| getConnectionRef ( $i, $groups=[], $domain=false, $flags=0) |
| Get a live database handle reference for a real or virtual (DB_MASTER/DB_REPLICA) server index. More...
|
|
| getLaggedReplicaMode ( $domain=false) |
|
| getLagTimes ( $domain=false) |
| Get an estimate of replication lag (in seconds) for each server. More...
|
|
| getLazyConnectionRef ( $i, $groups=[], $domain=false, $flags=0) |
| Get a database handle reference for a real or virtual (DB_MASTER/DB_REPLICA) server index. More...
|
|
| getLocalDomainID () |
| Get the local (and default) database domain ID of connection handles. More...
|
|
| getMaintenanceConnectionRef ( $i, $groups=[], $domain=false, $flags=0) |
| Get a live database handle for a real or virtual (DB_MASTER/DB_REPLICA) server index that can be used for data migrations and schema changes. More...
|
|
| getMasterPos () |
| Get the current master replication position. More...
|
|
| getMaxLag ( $domain=false) |
| Get the hostname and lag time of the most-lagged replica server. More...
|
|
| getReaderIndex ( $group=false, $domain=false) |
| Get the server index of the reader connection for a given group. More...
|
|
| getReadOnlyReason ( $domain=false) |
|
| getReplicaResumePos () |
| Get the highest DB replication position for chronology control purposes. More...
|
|
| getServerAttributes ( $i) |
|
| getServerConnection ( $i, $domain, $flags=0) |
|
| getServerCount () |
| Get the number of servers defined in configuration. More...
|
|
| getServerInfo ( $i) |
| Return the server info structure for a given index or false if the index is invalid. More...
|
|
| getServerName ( $i) |
| Get the host name or IP address of the server with the specified index. More...
|
|
| getServerType ( $i) |
| Get DB type of the server with the specified index. More...
|
|
| getTransactionRoundStage () |
|
| getWriterIndex () |
| Get the server index of the master server. More...
|
|
| hasMasterChanges () |
| Whether there are pending changes or callbacks in a transaction by this thread. More...
|
|
| hasMasterConnection () |
|
| hasOrMadeRecentMasterChanges ( $age=null) |
| Check if this load balancer object had any recent or still pending writes issued against it by this PHP thread. More...
|
|
| hasReplicaServers () |
| Whether there are any replica servers configured. More...
|
|
| hasStreamingReplicaServers () |
| Whether any replica servers use streaming replication from the master server. More...
|
|
| haveIndex ( $i) |
| Returns true if the specified index is a valid server index. More...
|
|
| isNonZeroLoad ( $i) |
| Returns true if the specified index is valid and has non-zero load. More...
|
|
| laggedReplicaUsed () |
| Checks whether the database for generic connections this request was both: More...
|
|
| lastMasterChangeTimestamp () |
| Get the timestamp of the latest write query done by this thread. More...
|
|
| openConnection ( $i, $domain=false, $flags=0) |
|
| pendingMasterChangeCallers () |
| Get the list of callers that have pending master changes. More...
|
|
| pingAll () |
|
| redefineLocalDomain ( $domain) |
| Close all connection and redefine the local domain for testing or schema creation. More...
|
|
| resolveDomainID ( $domain) |
|
| reuseConnection (IDatabase $conn) |
| Mark a live handle as being available for reuse under a different database domain. More...
|
|
| rollbackMasterChanges ( $fname=__METHOD__, $owner=null) |
| Issue ROLLBACK only on master, only if queries were done on connection. More...
|
|
| runMasterTransactionIdleCallbacks ( $fname=__METHOD__, $owner=null) |
| Consume and run all pending post-COMMIT/ROLLBACK callbacks and commit dangling transactions. More...
|
|
| runMasterTransactionListenerCallbacks ( $fname=__METHOD__, $owner=null) |
| Run all recurring post-COMMIT/ROLLBACK listener callbacks. More...
|
|
| safeGetLag (IDatabase $conn) |
| Get the lag in seconds for a given connection, or zero if this load balancer does not have replication enabled. More...
|
|
| safeWaitForMasterPos (IDatabase $conn, $pos=false, $timeout=null) |
| Wait for a replica DB to reach a specified master position. More...
|
|
| setIndexAliases (array $aliases) |
| Convert certain index names to alternative names before querying the DB. More...
|
|
| setLocalDomainPrefix ( $prefix) |
| Set a new table prefix for the existing local domain ID for testing. More...
|
|
| setTableAliases (array $aliases) |
| Make certain table names use their own database, schema, and table prefix when passed into SQL queries pre-escaped and without a qualified database name. More...
|
|
| setTempTablesOnlyMode ( $value, $domain) |
| Indicate whether the tables on this domain are only temporary tables for testing. More...
|
|
| setTransactionListener ( $name, callable $callback=null) |
| Set a callback via IDatabase::setTransactionListener() on all current and future master connections of this load balancer. More...
|
|
| waitFor ( $pos) |
| Set the master position to reach before the next generic group DB handle query. More...
|
|
| waitForAll ( $pos, $timeout=null) |
| Set the master wait position and wait for ALL replica DBs to catch up to it. More...
|
|
| waitForMasterPos (IDatabase $conn, $pos=false, $timeout=null) |
| Wait for a replica DB to reach a specified master position. More...
|
|
| waitForOne ( $pos, $timeout=null) |
| Set the master wait position and wait for a generic replica DB to catch up to it. More...
|
|
Trivial LoadBalancer that always returns an injected connection handle.
Definition at line 31 of file LoadBalancerSingle.php.