Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.invocation |
Modifier and Type | Class and Description |
---|---|
class |
RegionImpl
Default implementation of a
Region |
Modifier and Type | Method and Description |
---|---|
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 |
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)
|
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. |
Region |
RegionRegistry.put(Fqn f,
Region r) |
Region |
RegionRegistry.putIfAbsent(Fqn f,
Region r) |
Region |
RegionRegistry.replace(Fqn f,
Region r) |
Modifier and Type | Method and Description |
---|---|
List<Region> |
RegionManagerImpl.getAllRegions(Region.Type type) |
List<Region> |
RegionManager.getAllRegions(Region.Type type)
Returns an ordered list of all regions.
|
Modifier and Type | Method and Description |
---|---|
int |
RegionImpl.compareTo(Region other) |
Region |
RegionRegistry.put(Fqn f,
Region r) |
Region |
RegionRegistry.putIfAbsent(Fqn f,
Region r) |
Region |
RegionRegistry.replace(Fqn f,
Region r) |
boolean |
RegionRegistry.replace(Fqn f,
Region oldR,
Region newR) |
Modifier and Type | Method and Description |
---|---|
protected Region |
BuddyRegionAwareEvictionInterceptor.getRegion(Fqn fqn) |
protected Region |
EvictionInterceptor.getRegion(Fqn fqn) |
Modifier and Type | Method and Description |
---|---|
Region |
CacheInvocationDelegate.getRegion(Fqn fqn,
boolean createIfAbsent) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.