Hazelcast C++ Client
|
Endpoint represents a peer in the cluster. More...
#include <Endpoint.h>
Public Member Functions | |
Endpoint (boost::shared_ptr< std::string > uuid, boost::shared_ptr< Address > socketAddress) | |
const boost::shared_ptr< std::string > & | getUuid () const |
Returns the UUID of this endpoint. More... | |
const boost::shared_ptr< Address > & | getSocketAddress () const |
Returns the socket address for this endpoint. More... | |
Endpoint represents a peer in the cluster.
It is the client.
const boost::shared_ptr< Address > & hazelcast::client::Endpoint::getSocketAddress | ( | ) | const |
Returns the socket address for this endpoint.
const boost::shared_ptr< std::string > & hazelcast::client::Endpoint::getUuid | ( | ) | const |
Returns the UUID of this endpoint.