|
Wikibase
MediaWiki Wikibase extension
|
A DomainDb to access a client wiki.
More...
Inheritance diagram for Wikibase\Lib\Rdbms\ClientDomainDb:
Collaboration diagram for Wikibase\Lib\Rdbms\ClientDomainDb:Additional Inherited Members | |
Public Member Functions inherited from Wikibase\Lib\Rdbms\DomainDb | |
| __construct (ILBFactory $lbFactory, string $domainId, array $loadGroups=[]) | |
| sessionConsistentConnections () | |
| WARNING: Do not override the load-groups in individual method calls on SessionConsistentConnectionManager. | |
| connections () | |
| WARNING: Do not override the load-groups in individual method calls on ConnectionManager! Instead add them to the factory method! | |
| replication () | |
| getEmptyTransactionTicket (string $fname) | |
| Only used in batch writing (replication aware). | |
| commitAndWaitForReplication (string $fname, $ticket) | |
| Only used in batch writing (replication aware). | |
| autoReconfigure () | |
| Reload the LBFactory configuration. | |
| loadBalancer () | |
| domain () | |
Public Attributes inherited from Wikibase\Lib\Rdbms\DomainDb | |
| const | LOAD_GROUP_FROM_CLIENT = 'from-client' |
| const | LOAD_GROUP_FROM_REPO = 'from-repo' |
A DomainDb to access a client wiki.
Use this class to access database tables created by the WikibaseClient extension, or otherwise belonging to a client wiki. (This access may happen in repo, client, or lib.)