Uses of Package
com.hazelcast.cache.impl.eviction

Packages that use com.hazelcast.cache.impl.eviction
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.cache.impl.eviction Eviction policy implementations for cache. 
com.hazelcast.cache.impl.eviction.impl.evaluator EvictionPolicyEvaluator implementations for cache. 
com.hazelcast.cache.impl.eviction.impl.strategy EvictionStrategy implementations for cache. 
com.hazelcast.cache.impl.eviction.impl.strategy.sampling Sampling based EvictionStrategy implementations for cache. 
com.hazelcast.cache.impl.record Hazelcast JSR-107 aka JCache implementation Internal record store 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Classes in com.hazelcast.cache.impl.eviction used by com.hazelcast.cache.impl
EvictionChecker
          Interface for checking about if eviction is required or not.
EvictionPolicyEvaluator
          Interface for evaluation implementations of EvictionPolicy.
EvictionStrategy
          Interface for eviction implementations to evict EvictableStore implementations as specified EvictionPolicyEvaluator.
 

Classes in com.hazelcast.cache.impl.eviction used by com.hazelcast.cache.impl.eviction
Evictable
          Interface for entries, records or whatever that can be evicted.
EvictableStore
          Interface for store implementations that holds Evictable entries to evict.
EvictionCandidate
          Interface for entries, records or whatever that can be evictable via its accessor (key or id).
EvictionChecker
          Interface for checking about if eviction is required or not.
EvictionConfig
          Interface for configuration information about eviction.
EvictionPolicyEvaluator
          Interface for evaluation implementations of EvictionPolicy.
EvictionPolicyType
          Enum for eviction policy types.
EvictionStrategy
          Interface for eviction implementations to evict EvictableStore implementations as specified EvictionPolicyEvaluator.
EvictionStrategyType
          Enum for types of EvictionStrategy
 

Classes in com.hazelcast.cache.impl.eviction used by com.hazelcast.cache.impl.eviction.impl.evaluator
Evictable
          Interface for entries, records or whatever that can be evicted.
EvictionCandidate
          Interface for entries, records or whatever that can be evictable via its accessor (key or id).
EvictionPolicyEvaluator
          Interface for evaluation implementations of EvictionPolicy.
 

Classes in com.hazelcast.cache.impl.eviction used by com.hazelcast.cache.impl.eviction.impl.strategy
Evictable
          Interface for entries, records or whatever that can be evicted.
EvictableStore
          Interface for store implementations that holds Evictable entries to evict.
EvictionChecker
          Interface for checking about if eviction is required or not.
EvictionPolicyEvaluator
          Interface for evaluation implementations of EvictionPolicy.
EvictionStrategy
          Interface for eviction implementations to evict EvictableStore implementations as specified EvictionPolicyEvaluator.
 

Classes in com.hazelcast.cache.impl.eviction used by com.hazelcast.cache.impl.eviction.impl.strategy.sampling
Evictable
          Interface for entries, records or whatever that can be evicted.
EvictableStore
          Interface for store implementations that holds Evictable entries to evict.
EvictionCandidate
          Interface for entries, records or whatever that can be evictable via its accessor (key or id).
EvictionPolicyEvaluator
          Interface for evaluation implementations of EvictionPolicy.
EvictionStrategy
          Interface for eviction implementations to evict EvictableStore implementations as specified EvictionPolicyEvaluator.
 

Classes in com.hazelcast.cache.impl.eviction used by com.hazelcast.cache.impl.record
Evictable
          Interface for entries, records or whatever that can be evicted.
EvictableStore
          Interface for store implementations that holds Evictable entries to evict.
EvictionCandidate
          Interface for entries, records or whatever that can be evictable via its accessor (key or id).
 

Classes in com.hazelcast.cache.impl.eviction used by com.hazelcast.config
EvictionConfig
          Interface for configuration information about eviction.
EvictionPolicyType
          Enum for eviction policy types.
EvictionStrategyType
          Enum for types of EvictionStrategy
 



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