public class CacheRecordHashMap.EvictableSamplingEntry extends SampleableConcurrentHashMap.SamplingEntry implements EvictionCandidate
key, value
Constructor and Description |
---|
CacheRecordHashMap.EvictableSamplingEntry(Data key,
CacheRecord 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 CacheRecordHashMap.EvictableSamplingEntry(Data key, CacheRecord value)
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.