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.
|
com.hazelcast.spring.config |
Contains config factory 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>
|
Modifier and Type | Method and Description |
---|---|
static EvictionConfig |
ConfigFactory.newEvictionConfig(Integer maxSize,
MaxSizePolicy maxSizePolicy,
EvictionPolicy evictionPolicy,
boolean isNearCache,
boolean isIMap,
String comparatorClassName,
EvictionPolicyComparator<?,?,?> comparator) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.