GemFire 5.8

Uses of Class
com.gemstone.gemfire.cache.RegionExistsException

Packages that use RegionExistsException
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
 

Uses of RegionExistsException in com.gemstone.gemfire.cache
 

Methods in com.gemstone.gemfire.cache that throw RegionExistsException
static Cache CacheFactory.create(DistributedSystem system)
          Creates a new cache that uses the specified system.
 Region RegionFactory.create(String name)
          Creates a region using a DistributedSystem, Cache, and the configuration contained in this RegionFactory.
 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.loadCacheXml(InputStream is)
          Loads the cache configuration described in a declarative caching XML file into this cache.
 

Constructors in com.gemstone.gemfire.cache that throw RegionExistsException
RegionFactory()
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
RegionFactory(Properties distributedSystemProperties)
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
RegionFactory(Properties distributedSystemProperties, RegionAttributes regionAttributes)
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
RegionFactory(Properties distributedSystemProperties, String regionAttributesId)
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
RegionFactory(RegionAttributes regionAttributes)
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
RegionFactory(String regionAttributesId)
          Constructs a RegionFactory by creating a DistributedSystem and a Cache.
 


GemFire 5.8

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