Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::Endpoint Class Reference

Endpoint represents a peer in the cluster. More...

#include <Endpoint.h>

+ Inheritance diagram for hazelcast::client::Endpoint:

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...
 

Detailed Description

Endpoint represents a peer in the cluster.

It is the client.

Member Function Documentation

◆ getSocketAddress()

const boost::shared_ptr< Address > & hazelcast::client::Endpoint::getSocketAddress ( ) const

Returns the socket address for this endpoint.

Returns
the socket address for this endpoint

◆ getUuid()

const boost::shared_ptr< std::string > & hazelcast::client::Endpoint::getUuid ( ) const

Returns the UUID of this endpoint.

Returns
the UUID of this endpoint

The documentation for this class was generated from the following files: