Uses of Interface
org.jboss.cache.Region

Packages that use Region
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
 

Uses of Region in org.jboss.cache
 

Classes in org.jboss.cache that implement Region
 class RegionImpl
          Default implementation of a Region
 

Methods in org.jboss.cache that return Region
 Region Region.clone()
          Deprecated.  
 Region RegionImpl.clone()
          Deprecated. 
 Region Region.copy(Fqn newRoot)
          copies the region - including eviction queue events - to a new Region instance, attached to a new Fqn root.
 Region RegionImpl.copy(Fqn newRoot)
           
 Region Cache.getRegion(Fqn fqn, boolean createIfAbsent)
          Retrieves a Region for a given Fqn.
 Region RegionManager.getRegion(Fqn fqn, boolean createIfAbsent)
          Returns a region by Fqn, creating it optionally if absent.
 Region RegionManagerImpl.getRegion(Fqn fqn, boolean createIfAbsent)
           
 Region RegionManager.getRegion(Fqn fqn, Region.Type type, boolean createIfAbsent)
          An overloaded form of RegionManager.getRegion(org.jboss.cache.Fqn,boolean) that takes an additional Region.Type parameter to force regions of a specific type.
 Region RegionManagerImpl.getRegion(Fqn fqn, Region.Type type, boolean createIfAbsent)
           
 Region RegionManager.getRegion(java.lang.String fqn, boolean createIfAbsent)
          Returns a region using Fqn.fromString(fqn), calling RegionManager.getRegion(org.jboss.cache.Fqn,boolean)
 Region RegionManagerImpl.getRegion(java.lang.String fqn, boolean createIfAbsent)
           
 Region RegionManager.getValidMarshallingRegion(Fqn fqn)
          Retrieves a valid marshalling Region after taking into account that this may be a Buddy Backup Fqn.
 Region RegionManagerImpl.getValidMarshallingRegion(Fqn fqn)
           
 

Methods in org.jboss.cache that return types with arguments of type Region
 java.util.List<Region> RegionManager.getAllRegions(Region.Type type)
          Returns an ordered list of all regions.
 java.util.List<Region> RegionManagerImpl.getAllRegions(Region.Type type)
           
 

Methods in org.jboss.cache with parameters of type Region
 int RegionImpl.compareTo(Region other)
           
 

Uses of Region in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors that return Region
protected  Region BuddyRegionAwareEvictionInterceptor.getRegion(Fqn fqn)
           
protected  Region EvictionInterceptor.getRegion(Fqn fqn)
           
 

Uses of Region in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return Region
 Region CacheInvocationDelegate.getRegion(Fqn fqn, boolean createIfAbsent)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.