16 #ifndef HAZELCAST_CLIENT_CONFIG_CLIENTFLAKEIDGENERATORCONFIG_H_ 17 #define HAZELCAST_CLIENT_CONFIG_CLIENTFLAKEIDGENERATORCONFIG_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 42 static const int32_t DEFAULT_PREFETCH_COUNT = 100;
47 static const int64_t DEFAULT_PREFETCH_VALIDITY_MILLIS = 600000;
57 static const int32_t MAXIMUM_PREFETCH_COUNT = 100000;
64 const std::string &getName()
const;
77 int32_t getPrefetchCount()
const;
91 int64_t getPrefetchValidityMillis()
const;
113 int32_t prefetchCount;
114 int64_t prefetchValidityMillis;
120 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) The.
Definition: ClientFlakeIdGeneratorConfig.h:37
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32