Uses of Interface
org.jboss.cache.eviction.EvictionAlgorithm

Packages that use EvictionAlgorithm
org.jboss.cache.aop.eviction   
org.jboss.cache.eviction   
 

Uses of EvictionAlgorithm in org.jboss.cache.aop.eviction
 

Classes in org.jboss.cache.aop.eviction that implement EvictionAlgorithm
 class AopLRUAlgorithm
          LRUAlgorithm specific to PojoCache.
 

Methods in org.jboss.cache.aop.eviction that return EvictionAlgorithm
 EvictionAlgorithm AopLRUPolicy.getEvictionAlgorithm()
           
 

Uses of EvictionAlgorithm in org.jboss.cache.eviction
 

Classes in org.jboss.cache.eviction that implement EvictionAlgorithm
 class BaseEvictionAlgorithm
          Abstract Event Processing Eviction Algorithm.
 class BaseSortedEvictionAlgorithm
          An abstract SortedEvictionAlgorithm.
 class ElementSizeAlgorithm
           
 class FIFOAlgorithm
          First-in-first-out algorithm used to evict nodes.
 class LFUAlgorithm
          Least Frequently Used algorithm for cache eviction.
 class LRUAlgorithm
          Least recently Used algorithm to purge old data.
 class MRUAlgorithm
          Most Recently Used Algorithm.
 

Fields in org.jboss.cache.eviction declared as EvictionAlgorithm
protected  EvictionAlgorithm LRUPolicy.algorithm
           
 

Methods in org.jboss.cache.eviction that return EvictionAlgorithm
 EvictionAlgorithm MRUPolicy.getEvictionAlgorithm()
           
 EvictionAlgorithm LRUPolicy.getEvictionAlgorithm()
           
 EvictionAlgorithm LFUPolicy.getEvictionAlgorithm()
           
 EvictionAlgorithm FIFOPolicy.getEvictionAlgorithm()
           
 EvictionAlgorithm EvictionPolicy.getEvictionAlgorithm()
          Get the associated EvictionAlgorithm used by the EvictionPolicy.
 EvictionAlgorithm ElementSizePolicy.getEvictionAlgorithm()
           
 

Methods in org.jboss.cache.eviction with parameters of type EvictionAlgorithm
 Region RegionManager.createRegion(Fqn fqn, EvictionAlgorithm algorithm)
          Deprecated. DO NOT USE THIS METHOD. IT IS PROVIDED FOR EJB3 INTEGRATION BACKWARDS COMPATIBILITY
 Region RegionManager.createRegion(java.lang.String fqn, EvictionAlgorithm algorithm)
          Deprecated. DO NOT USE THIS METHOD. IT IS PROVIDED FOR EJB3 INTEGRATION BACKWARDS COMPATIBILITY
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.