![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
The Client interface allows to get information about a connected client's socket address, type and UUID. More...
#include <local_endpoint.h>
Public Member Functions | |
| local_endpoint (boost::uuids::uuid uuid, boost::optional< address > socket_address, std::string name, std::unordered_set< std::string > labels) | |
| const std::string & | get_name () const |
| Public Member Functions inherited from hazelcast::client::endpoint | |
| endpoint (boost::uuids::uuid uuid, boost::optional< address > socket_address) | |
| boost::uuids::uuid | get_uuid () const |
| Returns the UUID of this endpoint. | |
| const boost::optional< address > & | get_socket_address () const |
| Returns the socket address for this endpoint. | |
The Client interface allows to get information about a connected client's socket address, type and UUID.
Definition at line 32 of file local_endpoint.h.
| hazelcast::client::local_endpoint::local_endpoint | ( | boost::uuids::uuid | uuid, |
| boost::optional< address > | socket_address, | ||
| std::string | name, | ||
| std::unordered_set< std::string > | labels ) |
Definition at line 226 of file cluster.cpp.
| const std::string & hazelcast::client::local_endpoint::get_name | ( | ) | const |
Definition at line 236 of file cluster.cpp.