IP Address.
More...
#include <Address.h>
|
static const int | ID = cluster::impl::ADDRESS |
|
◆ getClassId()
int hazelcast::client::Address::getClassId |
( |
| ) |
const |
|
virtual |
◆ getFactoryId()
int hazelcast::client::Address::getFactoryId |
( |
| ) |
const |
|
virtual |
◆ getHost()
const std::string & hazelcast::client::Address::getHost |
( |
| ) |
const |
- Returns
- host address as string
◆ getPort()
int hazelcast::client::Address::getPort |
( |
| ) |
const |
◆ isIpV4()
bool hazelcast::client::Address::isIpV4 |
( |
| ) |
const |
- Returns
- true if the address is ip V4 address, false otherwise.
◆ operator!=()
bool hazelcast::client::Address::operator!= |
( |
const Address & |
address | ) |
const |
comparison operator
- Parameters
-
◆ operator==()
bool hazelcast::client::Address::operator== |
( |
const Address & |
address | ) |
const |
comparison operator
- Parameters
-
◆ readData()
◆ writeData()
The documentation for this class was generated from the following files:
- hazelcast/include/hazelcast/client/Address.h
- hazelcast/src/hazelcast/client/Address.cpp