Interface for entries, records or whatever that can be evictable via its accessor (key or id).
More...
#include <EvictionCandidate.h>
template<typename MAPKEY, typename MAPVALUE, typename A, typename E>
class hazelcast::client::internal::eviction::EvictionCandidate< MAPKEY, MAPVALUE, A, E >
Interface for entries, records or whatever that can be evictable via its accessor (key or id).
- Parameters
-
<A> | Type of the accessor |
<E> | Type of the Evictable value |
◆ getAccessor()
template<typename MAPKEY , typename MAPVALUE , typename A , typename E >
The accessor (key or id) of Evictable entry or record or whatever.
- Returns
- the accessor (key or id) of Evictable entry or record or whatever
◆ getEvictable()
template<typename MAPKEY , typename MAPVALUE , typename A , typename E >
The value of Evictable entry or record or whatever.
- Returns
- the value of Evictable entry or record or whatever
The documentation for this class was generated from the following files: