| Package | Description | 
|---|---|
| com.hazelcast.cache | 
 
     This package contains the public API extension for Hazelcast JCache,
     the Hazelcast implementation of the JSR-107 commonly referred to as JCache. 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.map | 
 Contains Hazelcast map module classes. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CacheEvictionPolicyComparator<K,V>
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected EvictionPolicyComparator | 
EvictionConfig.comparator  | 
| Modifier and Type | Method and Description | 
|---|---|
EvictionPolicyComparator | 
EvictionConfig.getComparator()
Returns the instance of the configured  
EvictionPolicyComparator implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
EvictionConfig | 
EvictionConfig.setComparator(EvictionPolicyComparator comparator)
Sets the instance of the configured  
EvictionPolicyComparator implementation. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MapEvictionPolicyComparator<K,V>
 | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.