Hazelcast C++ Client
|
Interface for configuration information about eviction. More...
#include <EvictionConfiguration.h>
Public Member Functions | |
virtual EvictionStrategyType::Type | getEvictionStrategyType () const =0 |
Gets the type of eviction strategy. More... | |
virtual EvictionPolicyType | getEvictionPolicyType () const =0 |
Gets the type of eviction policy. More... | |
virtual const boost::shared_ptr< EvictionPolicyComparator< K, V > > | getComparator () const |
Gets the class name of the configured EvictionPolicyComparator implementation. More... | |
Interface for configuration information about eviction.
|
inlinevirtual |
Gets the class name of the configured EvictionPolicyComparator implementation.
Reimplemented in hazelcast::client::config::EvictionConfig< K, V >.
|
pure virtual |
Gets the type of eviction policy.
Implemented in hazelcast::client::config::EvictionConfig< K, V >.
|
pure virtual |
Gets the type of eviction strategy.
Implemented in hazelcast::client::config::EvictionConfig< K, V >.