Uses of Interface
com.hazelcast.cache.impl.eviction.EvictionConfig

Packages that use EvictionConfig
com.hazelcast.cache.impl.eviction Eviction policy implementations for cache. 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of EvictionConfig in com.hazelcast.cache.impl.eviction
 

Methods in com.hazelcast.cache.impl.eviction with parameters of type EvictionConfig
static EvictionPolicyEvaluator EvictionPolicyEvaluatorProvider.getEvictionPolicyEvaluator(EvictionConfig evictionConfig)
          Gets the EvictionPolicyEvaluator implementation specified with evictionPolicy.
static EvictionStrategy EvictionStrategyProvider.getEvictionStrategy(EvictionConfig evictionConfig)
          Gets the EvictionStrategy implementation specified with evictionStrategyType.
 

Uses of EvictionConfig in com.hazelcast.config
 

Classes in com.hazelcast.config that implement EvictionConfig
 class CacheEvictionConfig
          Configuration for cache's capacity.
 class CacheEvictionConfigReadOnly
          Contains the configuration for a size of cache.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.