16 #ifndef HAZELCAST_CLIENT_INTERNAL_EVICTION_EVICTIONCHECKER_H 17 #define HAZELCAST_CLIENT_INTERNAL_EVICTION_EVICTIONCHECKER_H 21 #include "hazelcast/util/HazelcastDll.h" 23 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 25 #pragma warning(disable: 4251) //for dll export 49 virtual bool isEvictionRequired()
const = 0;
55 bool isEvictionRequired()
const;
62 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) Interface for checking about if eviction is required or not.
Definition: EvictionChecker.h:35
Definition: EvictionChecker.h:52
static const std::auto_ptr< EvictionChecker > EVICT_ALWAYS
Empty EvictionChecker to allow eviction always.
Definition: EvictionChecker.h:42
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32