16 #ifndef HAZElCAST_CLIENT_ENDPOINT_H_ 17 #define HAZElCAST_CLIENT_ENDPOINT_H_ 20 #include <boost/shared_ptr.hpp> 22 #include "hazelcast/client/Address.h" 24 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 26 #pragma warning(disable: 4251) //for dll export 37 Endpoint(boost::shared_ptr<std::string> uuid, boost::shared_ptr<Address> socketAddress);
44 const boost::shared_ptr<std::string> &getUuid()
const;
51 const boost::shared_ptr<Address> &getSocketAddress()
const;
54 boost::shared_ptr<std::string> uuid;
55 boost::shared_ptr<Address> socketAddress;
60 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 64 #endif //HAZElCAST_CLIENT_ENDPOINT_H_ Endpoint represents a peer in the cluster.
Definition: Endpoint.h:35
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32