Hazelcast C++ Client
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
hazelcast::client::internal::eviction::MaxSizeChecker Class Referenceabstract

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...
 

Detailed Description

Interface for implementations of com.hazelcast.config.EvictionConfig.MaxSizePolicy.

Member Function Documentation

virtual bool hazelcast::client::internal::eviction::MaxSizeChecker::isReachedToMaxSize ( ) const
pure virtual

Checks the state to see if it has reached its maximum configured size com.hazelcast.config.EvictionConfig.MaxSizePolicy.

Returns
true if maximum size has been reached, false otherwise

The documentation for this class was generated from the following file: