Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.map.eviction |
This package contains eviction specific classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.eviction |
This package contains eviction 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 |
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 |
---|
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. |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.