16 #ifndef HAZElCAST_CLIENT_CLIENT_H_ 17 #define HAZElCAST_CLIENT_CLIENT_H_ 19 #include "hazelcast/client/Endpoint.h" 21 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 23 #pragma warning(disable: 4251) //for dll export 35 Client(
const boost::shared_ptr<std::string> &uuid,
const boost::shared_ptr<Address> &socketAddress,
36 const std::string &name);
38 const std::string &getName()
const;
46 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 50 #endif //HAZElCAST_CLIENT_CLIENT_H_ The Client interface allows to get information about a connected client's socket address, type and UUID.
Definition: Client.h:33
Endpoint represents a peer in the cluster.
Definition: Endpoint.h:35
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32