public class HeapNearCacheRecordMap.EvictableSamplingEntry extends SampleableConcurrentHashMap.SamplingEntry implements EvictionCandidate
key, value
Constructor and Description |
---|
HeapNearCacheRecordMap.EvictableSamplingEntry(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
Object |
getAccessor()
The accessor (key or id) of
Evictable entry or record or whatever. |
Evictable |
getEvictable()
The value of
Evictable entry or record or whatever. |
equals, hashCode, setValue
getKey, getValue, toString
public Object getAccessor()
EvictionCandidate
Evictable
entry or record or whatever.getAccessor
in interface EvictionCandidate
Evictable
entry or record or whateverpublic Evictable getEvictable()
EvictionCandidate
Evictable
entry or record or whatever.getEvictable
in interface EvictionCandidate
Evictable
entry or record or whateverCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.