rpm
5.4.15
|
#include <rpmio/mongo.h>
Data Fields | |
mongo_host_port * | seeds |
List of seeds provided by the user. More... | |
mongo_host_port * | hosts |
List of host/ports given by the replica set. More... | |
char * | name |
Name of the replica set. More... | |
bson_bool_t | primary_connected |
Primary node connection status. More... | |
mongo_host_port* mongo_replica_set::hosts |
List of host/ports given by the replica set.
Definition at line 183 of file mongo.h.
Referenced by mongo_destroy(), mongo_disconnect(), mongo_get_host(), mongo_get_host_count(), mongo_reconnect(), mongo_replica_set_check_seed(), mongo_replica_set_client(), and mongo_replica_set_init().
char* mongo_replica_set::name |
Name of the replica set.
Definition at line 184 of file mongo.h.
Referenced by mongo_destroy(), mongo_replica_set_check_host(), and mongo_replica_set_init().
bson_bool_t mongo_replica_set::primary_connected |
Primary node connection status.
Definition at line 185 of file mongo.h.
Referenced by mongo_disconnect(), mongo_reconnect(), mongo_replica_set_check_host(), mongo_replica_set_client(), and mongo_replica_set_init().
mongo_host_port* mongo_replica_set::seeds |
List of seeds provided by the user.
Definition at line 182 of file mongo.h.
Referenced by mongo_destroy(), mongo_replica_set_add_seed(), mongo_replica_set_client(), mongo_replica_set_init(), and mongo_replset_add_seed().