![]()  | 
  
    Hazelcast C++ Client
    
   Hazelcast C++ Client Library 
   | 
 
Endpoint represents a peer in the cluster. More...
#include <endpoint.h>
 Inheritance diagram for hazelcast::client::endpoint:Public Member Functions | |
| endpoint (boost::uuids::uuid uuid, boost::optional< address > socket_address) | |
| boost::uuids::uuid | get_uuid () const | 
| Returns the UUID of this endpoint.  More... | |
| const boost::optional< address > & | get_socket_address () const | 
| Returns the socket address for this endpoint.  More... | |
Endpoint represents a peer in the cluster.
It is the client.
Definition at line 34 of file endpoint.h.
| const boost::optional< address > & hazelcast::client::endpoint::get_socket_address | ( | ) | const | 
Returns the socket address for this endpoint.
Definition at line 182 of file cluster.cpp.
| boost::uuids::uuid hazelcast::client::endpoint::get_uuid | ( | ) | const | 
Returns the UUID of this endpoint.
Definition at line 176 of file cluster.cpp.