#include <Address.h>
Public Member Functions | |
Address () | |
Constructor. | |
Address (const std::string &url, int port) | |
Constructor. | |
bool | operator== (const Address &address) const |
comparison operator More... | |
int | getPort () const |
const std::string & | getHost () const |
IP Address.
const std::string & hazelcast::client::Address::getHost | ( | ) | const |
int hazelcast::client::Address::getPort | ( | ) | const |
bool hazelcast::client::Address::operator== | ( | const Address & | address | ) | const |
comparison operator
address | to be compared. |