Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
protected CacheEvictionConfig |
AbstractCacheRecordStore.evictionConfig |
Modifier and Type | Method and Description |
---|---|
protected EvictionChecker |
AbstractCacheRecordStore.createEvictionChecker(CacheEvictionConfig cacheEvictionConfig) |
protected EvictionPolicyEvaluator<Data,R> |
AbstractCacheRecordStore.creatEvictionPolicyEvaluator(CacheEvictionConfig cacheEvictionConfig) |
protected EvictionStrategy<Data,R,CRM> |
AbstractCacheRecordStore.creatEvictionStrategy(CacheEvictionConfig cacheEvictionConfig) |
Modifier and Type | Class and Description |
---|---|
class |
CacheEvictionConfigReadOnly
Contains the configuration for a size of cache.
|
Modifier and Type | Method and Description |
---|---|
CacheEvictionConfig |
CacheConfigReadOnly.getEvictionConfig() |
CacheEvictionConfig |
CacheSimpleConfigReadOnly.getEvictionConfig() |
CacheEvictionConfig |
CacheSimpleConfig.getEvictionConfig() |
CacheEvictionConfig |
CacheConfig.getEvictionConfig()
Gets the
CacheEvictionConfig instance for eviction configuration of the cache config. |
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setEvictionPolicy(EvictionPolicy evictionPolicy) |
CacheEvictionConfig |
CacheEvictionConfig.setEvictionPolicy(EvictionPolicy evictionPolicy) |
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setMaxSizePolicy(CacheEvictionConfig.CacheMaxSizePolicy maxSizePolicy) |
CacheEvictionConfig |
CacheEvictionConfig.setMaxSizePolicy(CacheEvictionConfig.CacheMaxSizePolicy maxSizePolicy) |
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setSize(int size) |
CacheEvictionConfig |
CacheEvictionConfig.setSize(int size) |
Modifier and Type | Method and Description |
---|---|
CacheConfig<K,V> |
CacheConfigReadOnly.setEvictionConfig(CacheEvictionConfig evictionConfig) |
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setEvictionConfig(CacheEvictionConfig evictionConfig) |
CacheSimpleConfig |
CacheSimpleConfig.setEvictionConfig(CacheEvictionConfig evictionConfig) |
CacheConfig |
CacheConfig.setEvictionConfig(CacheEvictionConfig evictionConfig)
Sets the
CacheEvictionConfig instance for eviction configuration of the cache config. |
Constructor and Description |
---|
CacheEvictionConfig(CacheEvictionConfig config) |
CacheEvictionConfigReadOnly(CacheEvictionConfig config) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.