16 #ifndef HAZELCAST_CLIENT_CONFIG_CLIENTNETWORKCONFIG_H_ 17 #define HAZELCAST_CLIENT_CONFIG_CLIENTNETWORKCONFIG_H_ 22 #include "hazelcast/util/HazelcastDll.h" 23 #include "hazelcast/client/config/SSLConfig.h" 24 #include "hazelcast/client/config/ClientAwsConfig.h" 26 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 28 #pragma warning(disable: 4251) //for dll export 76 int64_t getConnectionTimeout()
const;
98 bool isSmartRouting()
const;
121 int32_t getConnectionAttemptLimit()
const;
142 int32_t getConnectionAttemptPeriod()
const;
157 std::vector<Address> getAddresses()
const;
184 static int32_t CONNECTION_ATTEMPT_PERIOD;
189 int64_t connectionTimeout;
192 int32_t connectionAttemptLimit;
193 int32_t connectionAttemptPeriod;
195 std::vector<Address> addressList;
202 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) Contains configuration parameters for client network related behaviour.
Definition: ClientNetworkConfig.h:37
The ClientAwsConfig contains the configuration for client to connect to nodes in aws environment...
Definition: ClientAwsConfig.h:53
IP Address.
Definition: Address.h:41
Contains configuration parameters for client network related behaviour.
Definition: SSLConfig.h:61
Definition: MapEntryView.h:32