Hazelcast C++ Client
|
The Client interface allows to get information about a connected client's socket address, type and UUID. More...
#include <Client.h>
Public Member Functions | |
Client (const boost::shared_ptr< std::string > &uuid, const boost::shared_ptr< Address > &socketAddress, const std::string &name) | |
const std::string & | getName () const |
Public Member Functions inherited from hazelcast::client::Endpoint | |
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... | |
The Client interface allows to get information about a connected client's socket address, type and UUID.