Home
last modified time | relevance | path

Searched refs:shardedHookList (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dsharded_connection_info.cpp122 auto shardedHookList = stdx::make_unique<rpc::EgressMetadataHookList>(); in addHook() local
123 shardedHookList->addHook(stdx::make_unique<rpc::LogicalTimeMetadataHook>(service)); in addHook()
124 shardedHookList->addHook( in addHook()
127 shardConnectionPool.addHook(new ShardingConnectionHook(true, std::move(shardedHookList))); in addHook()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dserver.cpp376 auto shardedHookList = stdx::make_unique<rpc::EgressMetadataHookList>(); in runMongosServer() local
377 shardedHookList->addHook( in runMongosServer()
379 shardedHookList->addHook( in runMongosServer()
382 shardConnectionPool.addHook(new ShardingConnectionHook(true, std::move(shardedHookList))); in runMongosServer()