21 #include "hazelcast/util/export.h" 22 #include "hazelcast/client/config/ssl_config.h" 23 #include "hazelcast/client/config/client_aws_config.h" 24 #include "hazelcast/client/config/socket_options.h" 26 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 28 #pragma warning(disable: 4251) //for dll export 77 std::chrono::milliseconds get_connection_timeout()
const;
99 bool is_smart_routing()
const;
122 std::vector<address> get_addresses()
const;
154 std::chrono::milliseconds connection_timeout_;
157 std::vector<address> address_list_;
165 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) Contains configuration parameters for client network related behaviour.
Definition: client_network_config.h:37
The client_aws_config contains the configuration for client to connect to nodes in aws environment...
Definition: client_aws_config.h:52
TCP Socket options.
Definition: socket_options.h:31
Represents an address of a client or member in the cluster.
Definition: address.h:36
Contains configuration parameters for client network related behaviour.
Definition: ssl_config.h:56