K - type of the keyV - type of the valuepublic abstract class CacheEvictionPolicyComparator<K,V> extends EvictionPolicyComparator<K,V,CacheEntryView<K,V>>
EvictionPolicyComparator for comparing
 CacheEntryViews to be evicted.EvictionPolicyComparator, 
CacheEntryView, 
Serialized FormBOTH_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  EvictableEntryViewinstances and returns the result. | 
equals, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic 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 © 2018 Hazelcast, Inc.. All Rights Reserved.