#include <Address.h>
 Inheritance diagram for hazelcast::client::Address: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 | 
| 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... | |
  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::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.6