|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
org.jboss.cache | |
org.jboss.cache.eviction | |
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 |
RegionImpl.clone()
Deprecated. |
Region |
Region.clone()
Deprecated. |
Region |
RegionImpl.copy(Fqn newRoot)
|
Region |
Region.copy(Fqn newRoot)
copies the region - including eviction queue events - to a new Region instance, attached to a new Fqn root. |
Region |
RegionManagerImpl.getRegion(Fqn fqn,
boolean createIfAbsent)
|
Region |
RegionManager.getRegion(Fqn fqn,
boolean createIfAbsent)
Returns a region by Fqn , creating it optionally if absent. |
Region |
Cache.getRegion(Fqn fqn,
boolean createIfAbsent)
Retrieves a Region for a given Fqn . |
Region |
RegionManagerImpl.getRegion(Fqn fqn,
Region.Type type,
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(String fqn,
boolean createIfAbsent)
|
Region |
RegionManager.getRegion(String fqn,
boolean createIfAbsent)
Returns a region using Fqn.fromString(fqn), calling RegionManager.getRegion(org.jboss.cache.Fqn,boolean) |
Region |
RegionManagerImpl.getValidMarshallingRegion(Fqn fqn)
|
Region |
RegionManager.getValidMarshallingRegion(Fqn fqn)
Retrieves a valid marshalling Region after taking into account that this may be a Buddy Backup Fqn. |
Methods in org.jboss.cache that return types with arguments of type Region | |
---|---|
List<Region> |
RegionManagerImpl.getAllRegions(Region.Type type)
|
List<Region> |
RegionManager.getAllRegions(Region.Type type)
Returns an ordered list of all regions. |
Methods in org.jboss.cache with parameters of type Region | |
---|---|
int |
RegionImpl.compareTo(Region other)
|
Uses of Region in org.jboss.cache.eviction |
---|
Methods in org.jboss.cache.eviction that return types with arguments of type Region | |
---|---|
Set<Region> |
EvictionTimerTask.getProcessedRegions()
|
Methods in org.jboss.cache.eviction with parameters of type Region | |
---|---|
void |
EvictionTimerTask.addRegionToProcess(Region region)
Add a MarshRegion to process by the Eviction Thread. |
boolean |
EvictionTimerTask.isRegionRegisteredForProcessing(Region region)
|
void |
EvictionTimerTask.removeRegionToProcess(Region region)
Remove a MarshRegion to process from the Eviction thread. |
Uses of Region in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors that return Region | |
---|---|
protected Region |
EvictionInterceptor.getRegion(Fqn fqn)
|
protected Region |
BuddyRegionAwareEvictionInterceptor.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |