16 #ifndef HAZELCAST_CLIENT_CONFIG_CLIENTCONNECTIONSTRATEGYCONFIG_H_ 17 #define HAZELCAST_CLIENT_CONFIG_CLIENTCONNECTIONSTRATEGYCONFIG_H_ 19 #include "hazelcast/util/HazelcastDll.h" 21 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 23 #pragma warning(disable: 4251) //for dll export 60 bool isAsyncStart()
const;
77 ReconnectMode getReconnectMode()
const;
90 ReconnectMode reconnectMode;
98 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) Reconnect to cluster by blocking invocations.
Definition: ClientConnectionStrategyConfig.h:47
Prevent reconnect to cluster after a disconnect.
Definition: ClientConnectionStrategyConfig.h:43
Client connection strategy configuration is used for setting custom strategies and configuring strate...
Definition: ClientConnectionStrategyConfig.h:32
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32
ReconnectMode
Reconnect options.
Definition: ClientConnectionStrategyConfig.h:39