| TCallbackShardPoolFactory |
IShardPoolFactory implementation that delegates pool creation to a TShardPoolFactoryFunc anonymous function.
|
| TShardPoolProvider |
Keeps one lazily-created connection pool per shard.
|
| TTenantPoolProvider |
Resolves a tenant to the connection pool of its shard: catalog routing (cached), status check, shard pool.
|
| TTenantRoutingConnectionPool |
IDBConnectionPool facade that resolves the current tenant on every connection request and routes it to the pool of the tenant's shard.
|