|
#include <RobotAPI/libraries/armem/server/ltm/legacy/mongodb/ConnectionManager.h>
Public Member Functions | |
std::string | baseUri () const |
bool | isSet () const |
std::string | key () const |
MongoDBSettings () | |
std::string | toString () const |
std::string | uri () const |
Public Attributes | |
std::string | database = "Test" |
std::string | host = "" |
int | maxPoolSize = 100 |
int | minPoolSize = 5 |
std::string | password = "" |
unsigned int | port = 0 |
std::string | user = "" |
Definition at line 33 of file ConnectionManager.h.
MongoDBSettings | ( | ) |
std::string baseUri | ( | ) | const |
Definition at line 60 of file ConnectionManager.cpp.
bool isSet | ( | ) | const |
Definition at line 54 of file ConnectionManager.cpp.
std::string key | ( | ) | const |
Definition at line 78 of file ConnectionManager.cpp.
std::string toString | ( | ) | const |
std::string uri | ( | ) | const |
Definition at line 84 of file ConnectionManager.cpp.
std::string database = "Test" |
Definition at line 39 of file ConnectionManager.h.
std::string host = "" |
Definition at line 35 of file ConnectionManager.h.
int maxPoolSize = 100 |
Definition at line 41 of file ConnectionManager.h.
int minPoolSize = 5 |
Definition at line 40 of file ConnectionManager.h.
std::string password = "" |
Definition at line 38 of file ConnectionManager.h.
unsigned int port = 0 |
Definition at line 36 of file ConnectionManager.h.
std::string user = "" |
Definition at line 37 of file ConnectionManager.h.