summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_targeter_factory_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-3/+3
|
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-1/+0
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-10/+10
|
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-0/+65
* Implement a RemoteCommandTargeterFactory to dispense targeters based on the connection string. * Implement replica set monitor-based remote command targeter factory. * Hook these with the global grid object. * Switch the Shard::runCommand call to build on those.