|
NebulaGraph CPP Client
release-3.8
|
Public Member Functions | |
| void | init (const std::vector< std::string > &addresses, const Config &config) |
| void | close () |
| Session | getSession (const std::string &username, const std::string &password, bool retryConnect=true) |
| Connection | getConnection () |
| void | giveBack (Connection &&conn) |
| std::size_t | size () const |
Definition at line 19 of file ConnectionPool.h.