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  Evictableentry or record or whatever. | 
| Evictable | getEvictable()The value of  Evictableentry or record or whatever. | 
equals, hashCode, setValuegetKey, getValue, toStringpublic CacheRecordHashMap.EvictableSamplingEntry(Data key, CacheRecord value)
public Object getAccessor()
EvictionCandidateEvictable entry or record or whatever.getAccessor in interface EvictionCandidateEvictable entry or record or whateverpublic Evictable getEvictable()
EvictionCandidateEvictable entry or record or whatever.getEvictable in interface EvictionCandidateEvictable entry or record or whateverCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.