|
static boost::shared_ptr< EvictionStrategy< MAPKEY, MAPVALUE, A, E, S > > | getEvictionStrategy (const boost::shared_ptr< EvictionConfiguration< MAPKEY, MAPVALUE > > &evictionConfig) |
| Gets the EvictionStrategy implementation specified with evictionStrategyType . More...
|
|
static boost::shared_ptr< EvictionStrategy< MAPKEY, MAPVALUE, A, E, S > > & | getDefaultEvictionStrategy () |
| Gets the default EvictionStrategy implementation. More...
|
|
static std::map< EvictionStrategyType::Type, boost::shared_ptr< EvictionStrategy< MAPKEY, MAPVALUE, A, E, S > > > | init () |
|
template<typename MAPKEY, typename MAPVALUE, typename A, typename E, typename S>
class hazelcast::client::internal::eviction::EvictionStrategyProvider< MAPKEY, MAPVALUE, A, E, S >
Provider to get any kind (EvictionStrategyType) of EvictionStrategy.