Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.map.eviction |
This package contains eviction specific classes.
|
Class and Description |
---|
MapEvictionPolicy
An eviction policy takes its role after the decision that a map needs to free some memory
according to one of
MaxSizePolicies
and it helps to find most appropriate entries to remove. |
Class and Description |
---|
LFUEvictionPolicy
LFU eviction policy for an
IMap |
LRUEvictionPolicy
LRU eviction policy for an
IMap |
MapEvictionPolicy
An eviction policy takes its role after the decision that a map needs to free some memory
according to one of
MaxSizePolicies
and it helps to find most appropriate entries to remove. |
RandomEvictionPolicy
Random eviction policy for an
IMap |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.