Represents an address of a client or member in the cluster.
More...
#include <address.h>
|
static constexpr int | ID = 0 |
|
|
struct | serialization::hz_serializer< address > |
|
struct | std::hash< hazelcast::client::address > |
|
Represents an address of a client or member in the cluster.
◆ get_host()
const std::string & hazelcast::client::address::get_host |
( |
| ) |
const |
- Returns
- host address as string
◆ get_port()
int hazelcast::client::address::get_port |
( |
| ) |
const |
◆ is_ip_v4()
bool hazelcast::client::address::is_ip_v4 |
( |
| ) |
const |
- Returns
- true if the address is ip V4 address, false otherwise.
◆ operator!=()
bool hazelcast::client::address::operator!= |
( |
const address & |
address | ) |
const |
◆ operator==()
bool hazelcast::client::address::operator== |
( |
const address & |
address | ) |
const |
The documentation for this class was generated from the following files:
- hazelcast/include/hazelcast/client/address.h
- hazelcast/src/hazelcast/client/client_impl.cpp