|
LogCabin
|
A member of the cluster Configuration. More...
#include <Client.h>
Public Member Functions | |
| Server (uint64_t serverId, const std::string &addresses) | |
| Constructor. | |
| Server () | |
| Default constructor. | |
| Server (const Server &other) | |
| Copy constructor. | |
| ~Server () | |
| Destructor. | |
| Server & | operator= (const Server &other) |
| Copy assignment. | |
Public Attributes | |
| uint64_t | serverId |
| The unique ID of the server. | |
| std::string | addresses |
| The network addresses of the server (comma-delimited). | |
| LogCabin::Client::Server::Server | ( | uint64_t | serverId, |
| const std::string & | addresses | ||
| ) |
| LogCabin::Client::Server::Server | ( | const Server & | other | ) |
| uint64_t LogCabin::Client::Server::serverId |
| std::string LogCabin::Client::Server::addresses |
1.7.6.1