public class RandomEvictionPolicy extends MapEvictionPolicy
IMap| Modifier and Type | Field and Description | 
|---|---|
| static RandomEvictionPolicy | INSTANCERandom eviction policy instance. | 
| Constructor and Description | 
|---|
| RandomEvictionPolicy() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compare(EntryView entryView1,
       EntryView entryView2) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final RandomEvictionPolicy INSTANCE
public int compare(EntryView entryView1, EntryView entryView2)
MapEvictionPolicyIf you prefer to evict the 1st entry then return negative number, if the 2nd entry is a better candidate then return a positive number or return 0 if both entries are equally good candidates for eviction
compare in class MapEvictionPolicyCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.