Package | Description |
---|---|
org.jboss.cache |
Modifier and Type | Method and Description |
---|---|
static Region.Type |
Region.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region.Type[] |
Region.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
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. |
boolean |
RegionManagerImpl.hasRegion(Fqn fqn,
Region.Type type) |
boolean |
RegionManager.hasRegion(Fqn fqn,
Region.Type type)
Returns true if the region exists
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.