21 #include "hazelcast/client/address.h"
23 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
25 #pragma warning(disable : 4251)
37 endpoint(boost::uuids::uuid uuid, boost::optional<address> socket_address);
44 boost::uuids::uuid get_uuid()
const;
51 const boost::optional<address>& get_socket_address()
const;
54 boost::uuids::uuid uuid_;
55 boost::optional<address> socket_address_;
60 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Endpoint represents a peer in the cluster.