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

The Client interface allows to get information about a connected client's socket address, type and UUID. More...

#include <Client.h>

+ Inheritance diagram for hazelcast::client::Client:

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

Detailed Description

The Client interface allows to get information about a connected client's socket address, type and UUID.


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