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" 25 #include "hazelcast/client/config/SocketOptions.h" 27 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 29 #pragma warning(disable: 4251) //for dll export 77 int64_t getConnectionTimeout()
const;
99 bool isSmartRouting()
const;
122 int32_t getConnectionAttemptLimit()
const;
143 int32_t getConnectionAttemptPeriod()
const;
158 std::vector<Address> getAddresses()
const;
187 static int32_t CONNECTION_ATTEMPT_PERIOD;
192 int64_t connectionTimeout;
195 int32_t connectionAttemptLimit;
196 int32_t connectionAttemptPeriod;
198 std::vector<Address> addressList;
206 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) Contains configuration parameters for client network related behaviour.
Definition: ClientNetworkConfig.h:38
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
TCP Socket options.
Definition: SocketOptions.h:32
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32