Hazelcast C++ Client
|
Interface for implementations of com.hazelcast.config.EvictionConfig.MaxSizePolicy. More...
#include <MaxSizeChecker.h>
Public Member Functions | |
virtual bool | isReachedToMaxSize () const =0 |
Checks the state to see if it has reached its maximum configured size com.hazelcast.config.EvictionConfig.MaxSizePolicy. More... | |
Interface for implementations of com.hazelcast.config.EvictionConfig.MaxSizePolicy.
|
pure virtual |
Checks the state to see if it has reached its maximum configured size com.hazelcast.config.EvictionConfig.MaxSizePolicy.
true
if maximum size has been reached, false
otherwise