| Hazelcast C++ Client
    | 
#include <Address.h>
 Inheritance diagram for hazelcast::client::Address:
 Inheritance diagram for hazelcast::client::Address:| Public Member Functions | |
| Address (const std::string &hostname, int port, unsigned long scopeId) | |
| Address () | |
| Constructor. | |
| Address (const std::string &url, int port) | |
| Constructor. | |
| bool | operator== (const Address &address) const | 
| comparison operator  More... | |
| bool | operator!= (const Address &address) const | 
| comparison operator  More... | |
| int | getPort () const | 
| bool | isIpV4 () const | 
| const std::string & | getHost () const | 
| virtual int | getFactoryId () const | 
| virtual int | getClassId () const | 
| virtual void | writeData (serialization::ObjectDataOutput &writer) const | 
| Defines how this class will be written.  More... | |
| virtual void | readData (serialization::ObjectDataInput &reader) | 
| Defines how this class will be read.  More... | |
| unsigned long | getScopeId () const | 
| bool | operator< (const Address &rhs) const | 
| std::string | toString () const | 
|  Public Member Functions inherited from hazelcast::client::serialization::IdentifiedDataSerializable | |
| virtual | ~IdentifiedDataSerializable () | 
| Destructor. | |
| Static Public Attributes | |
| static const int | ID = cluster::impl::ADDRESS | 
IP Address.
| 
 | virtual | 
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
| 
 | virtual | 
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
| const std::string & hazelcast::client::Address::getHost | ( | ) | const | 
| int hazelcast::client::Address::getPort | ( | ) | const | 
| bool hazelcast::client::Address::isIpV4 | ( | ) | const | 
| bool hazelcast::client::Address::operator!= | ( | const Address & | address | ) | const | 
comparison operator
| address | to be compared. | 
| bool hazelcast::client::Address::operator== | ( | const Address & | address | ) | const | 
comparison operator
| address | to be compared. | 
| 
 | virtual | 
Defines how this class will be read.
| reader | ObjectDataInput | 
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
| 
 | virtual | 
Defines how this class will be written.
| writer | ObjectDataOutput | 
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
 1.8.14
 1.8.14