GemFire 5.7.1

Uses of Interface
com.gemstone.gemfire.cache.RegionAttributes

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 AttributesFactory.create()
          Creates a RegionAttributes with the current settings.
 RegionAttributes AttributesFactory.createRegionAttributes()
          Deprecated. as of GemFire 5.0, use AttributesFactory.create() instead
 RegionAttributes Region.getAttributes()
          Returns the RegionAttributes for this region.
 RegionAttributes Cache.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 with parameters of type RegionAttributes
 Region Cache.createRegion(String name, RegionAttributes aRegionAttributes)
          Creates a region using the specified RegionAttributes.
 Region Region.createSubregion(String subregionName, RegionAttributes aRegionAttributes)
          Creates a subregion with the specified name and RegionAttributes.
 Region Cache.createVMRegion(String name, RegionAttributes aRegionAttributes)
          Deprecated. as of GemFire 5.0, use Cache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes) instead.
 void Cache.setRegionAttributes(String id, RegionAttributes 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 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 regionAttributes)
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
RegionFactory(RegionAttributes regionAttributes)
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
 


GemFire 5.7.1

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.