com.hazelcast.cache.impl.record
Class CacheRecordHashMap.EvictableSamplingEntry
java.lang.Object
com.hazelcast.util.ConcurrentReferenceHashMap.SimpleEntry<K,V>
com.hazelcast.util.SampleableConcurrentHashMap.SamplingEntry
com.hazelcast.cache.impl.record.CacheRecordHashMap.EvictableSamplingEntry
- All Implemented Interfaces:
- EvictionCandidate, Serializable, Map.Entry<Data,CacheRecord>
- Enclosing class:
- CacheRecordHashMap
public class CacheRecordHashMap.EvictableSamplingEntry
- extends SampleableConcurrentHashMap.SamplingEntry
- implements EvictionCandidate
- See Also:
- Serialized Form
CacheRecordHashMap.EvictableSamplingEntry
public CacheRecordHashMap.EvictableSamplingEntry(Data key,
CacheRecord value)
getAccessor
public Object getAccessor()
- Description copied from interface:
EvictionCandidate
- The accessor (key or id) of
Evictable
entry or record or whatever.
- Specified by:
getAccessor
in interface EvictionCandidate
- Returns:
- the accessor
getEvictable
public Evictable getEvictable()
- Description copied from interface:
EvictionCandidate
- The value of
Evictable
entry or record or whatever.
- Specified by:
getEvictable
in interface EvictionCandidate
- Returns:
- the value
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.