Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
-
Packages that use ConfigurableCacheMap.EvictionPolicy Package Description com.oracle.coherence.caffeine Contains interfaces and classes related to the Caffeine backing map implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of ConfigurableCacheMap.EvictionPolicy in com.oracle.coherence.caffeine
Methods in com.oracle.coherence.caffeine that return ConfigurableCacheMap.EvictionPolicy Modifier and Type Method Description ConfigurableCacheMap.EvictionPolicyCaffeineCache. getEvictionPolicy()Methods in com.oracle.coherence.caffeine with parameters of type ConfigurableCacheMap.EvictionPolicy Modifier and Type Method Description voidCaffeineCache. setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy policy) -
Uses of ConfigurableCacheMap.EvictionPolicy in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return ConfigurableCacheMap.EvictionPolicy Modifier and Type Method Description ConfigurableCacheMap.EvictionPolicyEvictionPolicyBuilder. realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters. -
Uses of ConfigurableCacheMap.EvictionPolicy in com.tangosol.net.cache
Subinterfaces of ConfigurableCacheMap.EvictionPolicy in com.tangosol.net.cache Modifier and Type Interface Description static interfaceOldCache.EvictionPolicyDeprecated.An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.Classes in com.tangosol.net.cache that implement ConfigurableCacheMap.EvictionPolicy Modifier and Type Class Description classAbstractEvictionPolicyAn abstract base class for custom cache eviction policies.protected classCompactSerializationCache.HybridEvictionPolicyThe EvictionPolicy object for the Hybrid eviction algorithm.protected classCompactSerializationCache.InternalEvictionPolicyInternalEvictionPolicy is an abstract base implementation of anConfigurableCacheMap.EvictionPolicyused by this CompactSerializationCache.protected classCompactSerializationCache.LFUEvictionPolicyAn EvictionPolicy implementing the Least Frequently Used (LFU) algorithm.protected classCompactSerializationCache.LRUEvictionPolicyAn EvictionPolicy implementing the Least Recently Used (LRU) algorithm.protected classCompactSerializationCache.WrapperEvictionPolicyWrapperEvictionPolicy is used to wrap external or "custom" EvictionPolicy implementations to adapt the internal Binary key-based API to theEntry-basedAPI.static classOldCache.InternalEvictionPolicyDeprecated.The InternalEvictionPolicy represents a pluggable eviction policy for the non-pluggable built-in (internal) eviction policies supported by this cache implementation.static classSerializationCache.InternalEvictionPolicyThe InternalEvictionPolicy represents a pluggable eviction policy for the non-pluggable built-in (internal) eviction policies supported by this cache implementation.Fields in com.tangosol.net.cache declared as ConfigurableCacheMap.EvictionPolicy Modifier and Type Field Description protected ConfigurableCacheMap.EvictionPolicyCompactSerializationCache.WrapperEvictionPolicy. f_policyThe underlying (custom) EvictionPolicy.protected ConfigurableCacheMap.EvictionPolicyOldCache. m_policyDeprecated.The eviction policy; for eviction type EVICTION_POLICY_EXTERNAL.Methods in com.tangosol.net.cache that return ConfigurableCacheMap.EvictionPolicy Modifier and Type Method Description protected ConfigurableCacheMap.EvictionPolicyCompactSerializationCache.HybridEvictionPolicy. getConfiguredPolicy()Return theconfiguredEvictionPolicy instance.protected abstract ConfigurableCacheMap.EvictionPolicyCompactSerializationCache.InternalEvictionPolicy. getConfiguredPolicy()Return theconfiguredEvictionPolicy instance.protected ConfigurableCacheMap.EvictionPolicyCompactSerializationCache.LFUEvictionPolicy. getConfiguredPolicy()Return theconfiguredEvictionPolicy instance.protected ConfigurableCacheMap.EvictionPolicyCompactSerializationCache.LRUEvictionPolicy. getConfiguredPolicy()Return theconfiguredEvictionPolicy instance.protected ConfigurableCacheMap.EvictionPolicyCompactSerializationCache.WrapperEvictionPolicy. getConfiguredPolicy()Return theconfiguredEvictionPolicy instance.ConfigurableCacheMap.EvictionPolicyCompactSerializationCache. getEvictionPolicy()Obtain the current EvictionPolicy used by the cache.ConfigurableCacheMap.EvictionPolicyConfigurableCacheMap. getEvictionPolicy()Obtain the current EvictionPolicy used by the cache.ConfigurableCacheMap.EvictionPolicyOldCache. getEvictionPolicy()Deprecated.Obtain the current EvictionPolicy used by the cache.ConfigurableCacheMap.EvictionPolicySerializationCache. getEvictionPolicy()Obtain the current EvictionPolicy used by the cache.Methods in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EvictionPolicy Modifier and Type Method Description protected voidOldCache. configureEviction(int nType, ConfigurableCacheMap.EvictionPolicy policy)Deprecated.Configure the eviction type and policy.voidCompactSerializationCache. setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy policy)Set the EvictionPolicy for the cache to use.voidConfigurableCacheMap. setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy policy)Set the EvictionPolicy for the cache to use.voidOldCache. setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy policy)Deprecated.Set the EvictionPolicy for the cache to use.voidSerializationCache. setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy policy)Set the EvictionPolicy for the cache to use.Constructors in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EvictionPolicy Constructor Description WrapperEvictionPolicy(ConfigurableCacheMap.EvictionPolicy policy)Construct a WrapperEvictionPolicy. -
Uses of ConfigurableCacheMap.EvictionPolicy in com.tangosol.net.partition
Fields in com.tangosol.net.partition declared as ConfigurableCacheMap.EvictionPolicy Modifier and Type Field Description protected ConfigurableCacheMap.EvictionPolicyObservableSplittingBackingCache. m_policyThe eviction policy.Methods in com.tangosol.net.partition that return ConfigurableCacheMap.EvictionPolicy Modifier and Type Method Description ConfigurableCacheMap.EvictionPolicyObservableSplittingBackingCache. getEvictionPolicy()Obtain the current EvictionPolicy used by the cache.Methods in com.tangosol.net.partition with parameters of type ConfigurableCacheMap.EvictionPolicy Modifier and Type Method Description voidObservableSplittingBackingCache. setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy policy)Set the EvictionPolicy for the cache to use.
-