#include <rs.h>
Public Member Functions | |
ReplSetCmdline (string cfgString) | |
Public Attributes | |
vector< HostAndPort > | seeds |
set< HostAndPort > | seedSet |
string | setname |
Parameter given to the --replSet command line option (parsed). Syntax is "<setname>/<seedhost1>,<seedhost2>" where setname is a name and seedhost is "<host>[:<port>]"
Definition at line 226 of file rs.h.
mongo::ReplSetCmdline::ReplSetCmdline | ( | string | cfgString | ) | [inline] |