16 #ifndef HAZELCAST_CLIENT_AWS_AWSCLIENT_H_ 17 #define HAZELCAST_CLIENT_AWS_AWSCLIENT_H_ 22 #include "hazelcast/util/HazelcastDll.h" 24 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 26 #pragma warning(disable: 4251) //for dll export 35 class ClientAwsConfig;
42 std::map<std::string, std::string> getAddresses();
47 util::ILogger &logger;
53 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) The ClientAwsConfig contains the configuration for client to connect to nodes in aws environment...
Definition: ClientAwsConfig.h:53
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32
Definition: AWSClient.h:38