18 #include "hazelcast/client/endpoint.h"
20 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
22 #pragma warning(disable: 4251)
34 local_endpoint(boost::uuids::uuid uuid, boost::optional<address> socket_address, std::string name,
35 std::unordered_set<std::string> labels);
37 const std::string &get_name()
const;
41 std::unordered_set<std::string> labels_;
46 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Endpoint represents a peer in the cluster.
The Client interface allows to get information about a connected client's socket address,...