K
- type of the keyV
- type of the valuepublic abstract class CacheEvictionPolicyComparator<K,V> extends EvictionPolicyComparator<K,V,CacheEntryView<K,V>>
EvictionPolicyComparator
for comparing
CacheEntryView
s to be evicted.BOTH_OF_ENTRIES_HAVE_SAME_PRIORITY_TO_BE_EVICTED, FIRST_ENTRY_HAS_HIGHER_PRIORITY_TO_BE_EVICTED, SECOND_ENTRY_HAS_HIGHER_PRIORITY_TO_BE_EVICTED
Constructor and Description |
---|
CacheEvictionPolicyComparator() |
Modifier and Type | Method and Description |
---|---|
abstract int |
compare(CacheEntryView<K,V> e1,
CacheEntryView<K,V> e2)
Compares the given
EvictableEntryView instances and returns the result. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public abstract int compare(CacheEntryView<K,V> e1, CacheEntryView<K,V> e2)
EvictableEntryView
instances and returns the result.
The result should be one of the
compare
in interface Comparator<CacheEntryView<K,V>>
compare
in class EvictionPolicyComparator<K,V,CacheEntryView<K,V>>
e1
- the first EvictableEntryView
instance to be comparede2
- the second EvictableEntryView
instance to be comparedCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.