Hazelcast C++ Client
|
Interface for checking about if eviction is required or not. More...
#include <EvictionChecker.h>
Public Member Functions | |
virtual bool | isEvictionRequired () const =0 |
Checks for if eviction is required or not. More... | |
Static Public Attributes | |
static const std::auto_ptr< EvictionChecker > | EVICT_ALWAYS |
Empty EvictionChecker to allow eviction always. More... | |
Interface for checking about if eviction is required or not.
|
pure virtual |
Checks for if eviction is required or not.
true
if eviction is required, otherwise false
Implemented in hazelcast::client::internal::eviction::EvictAlways.
|
static |
Empty EvictionChecker to allow eviction always.