Uses of Class
org.jboss.cache.eviction.Region

Packages that use Region
org.jboss.cache.eviction   
 

Uses of Region in org.jboss.cache.eviction
 

Fields in org.jboss.cache.eviction declared as Region
protected  Region LRUAlgorithm.region_
           
 

Methods in org.jboss.cache.eviction that return Region
 Region[] EvictionPolicy.getRegions()
          Return all regions declared.
 Region RegionManager.createRegion(String fqn, EvictionAlgorithm algorithm)
          Create a region based on fqn.
 Region RegionManager.getRegion(String myFqn)
           
 Region[] RegionManager.getRegions()
           
 Region[] BaseEvictionPolicy.getRegions()
          EvictionPolicy interface implementation
 

Methods in org.jboss.cache.eviction with parameters of type Region
 void EvictionAlgorithm.process(Region region)
          Entry point for evictin algorithm.
 void EvictionAlgorithm.resetEvictionQueue(Region region)
          Reset the whole eviction queue.
 void LRUAlgorithm.process(Region region)
          No lock is used here since we assume it is single-threaded access by the timer only.
 void LRUAlgorithm.resetEvictionQueue(Region region)
           
protected  void AopLRUPolicy.visitChildrenRecursively(Region region, Fqn fqn)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.