|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RegionAttributes | |
|---|---|
| com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of RegionAttributes in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin with parameters of type RegionAttributes | |
|---|---|
SystemMemberRegion |
SystemMemberCache.createRegion(String name,
RegionAttributes attrs)
Creates a root Region in this cache. |
SystemMemberRegion |
SystemMemberRegion.createSubregion(String name,
RegionAttributes attrs)
Creates a subregion of this region. |
SystemMemberRegion |
SystemMemberCache.createVMRegion(String name,
RegionAttributes attrs)
Deprecated. as of GemFire 5.0, use SystemMemberCache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes) instead |
| Uses of RegionAttributes in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return RegionAttributes | ||
|---|---|---|
RegionAttributes<K,V> |
AttributesFactory.create()
Creates a RegionAttributes with the current settings. |
|
RegionAttributes<K,V> |
AttributesFactory.createRegionAttributes()
Deprecated. as of GemFire 5.0, use AttributesFactory.create() instead |
|
RegionAttributes<K,V> |
Region.getAttributes()
Returns the RegionAttributes for this region. |
|
|
GemFireCache.getRegionAttributes(String id)
Returns the RegionAttributes with the given
id or null if no
RegionAttributes with that id exists. |
|
| Methods in com.gemstone.gemfire.cache that return types with arguments of type RegionAttributes | ||
|---|---|---|
|
GemFireCache.listRegionAttributes()
Returns an unmodifiable mapping of ids to region attributes. |
|
| Methods in com.gemstone.gemfire.cache with parameters of type RegionAttributes | ||
|---|---|---|
|
Cache.createRegion(String name,
RegionAttributes<K,V> aRegionAttributes)
Deprecated. as of 6.5 use Cache.createRegionFactory(RegionAttributes) instead |
|
|
Cache.createRegionFactory(RegionAttributes<K,V> regionAttributes)
Creates a RegionFactory for creating a Region from
the given regionAttributes |
|
|
Region.createSubregion(String subregionName,
RegionAttributes<SK,SV> aRegionAttributes)
Creates a subregion with the specified name and RegionAttributes. |
|
|
Cache.createVMRegion(String name,
RegionAttributes<K,V> aRegionAttributes)
Deprecated. as of GemFire 5.0, use Cache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes instead. |
|
|
GemFireCache.setRegionAttributes(String id,
RegionAttributes<K,V> attrs)
Sets the id of the given
RegionAttributes. |
|
static void |
AttributesFactory.validateAttributes(RegionAttributes<?,?> attrs)
Validates that the attributes are consistent with each other. |
|
| Constructors in com.gemstone.gemfire.cache with parameters of type RegionAttributes | |
|---|---|
AttributesFactory(RegionAttributes<K,V> regionAttributes)
Creates a new instance of AttributesFactory ready to create a RegionAttributes with the same settings as those in the
specified RegionAttributes. |
|
RegionFactory(Properties distributedSystemProperties,
RegionAttributes<K,V> regionAttributes)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) and Cache.createRegionFactory(RegionAttributes) instead. |
|
RegionFactory(RegionAttributes<K,V> regionAttributes)
Deprecated. as of 6.5 use Cache.createRegionFactory(RegionAttributes) instead. |
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||