public class LFUEvictionPolicyComparator extends EvictionPolicyComparator
EvictionPolicy.LFU
policy based EvictionPolicyComparator
.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 |
---|
LFUEvictionPolicyComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(EvictableEntryView e1,
EvictableEntryView e2)
Compares the given
EvictableEntryView instances and returns the result. |
equals, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(EvictableEntryView e1, EvictableEntryView e2)
EvictionPolicyComparator
EvictableEntryView
instances and returns the result.
The result should be one of the
compare
in class EvictionPolicyComparator
e1
- the first EvictableEntryView
instance to be comparede2
- the second EvictableEntryView
instance to be comparedCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.