|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RegionExistsException | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.client | The com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
| Uses of RegionExistsException in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that throw RegionExistsException | ||
|---|---|---|
Cache |
CacheFactory.create()
Creates a new cache that uses the configured distributed system. |
|
static Cache |
CacheFactory.create(DistributedSystem system)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) instead. |
|
Region<K,V> |
RegionFactory.create(String name)
Creates a region with the given name in this factory's Cache
using the configuration contained in this factory. |
|
|
Cache.createRegion(String name,
RegionAttributes<K,V> aRegionAttributes)
Deprecated. as of 6.5 use Cache.createRegionFactory(RegionAttributes) instead |
|
|
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. |
|
void |
GemFireCache.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()
Deprecated. as of 6.5 use Cache.createRegionFactory() instead. |
|
RegionFactory(Properties distributedSystemProperties)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) and Cache.createRegionFactory() instead. |
|
RegionFactory(Properties distributedSystemProperties,
RegionAttributes<K,V> regionAttributes)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) and Cache.createRegionFactory(RegionAttributes) instead. |
|
RegionFactory(Properties distributedSystemProperties,
String regionAttributesId)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) and Cache.createRegionFactory(String) instead. |
|
RegionFactory(RegionAttributes<K,V> regionAttributes)
Deprecated. as of 6.5 use Cache.createRegionFactory(RegionAttributes) instead. |
|
RegionFactory(String regionAttributesId)
Deprecated. as of 6.5 use Cache.createRegionFactory(String) instead. |
|
| Uses of RegionExistsException in com.gemstone.gemfire.cache.client |
|---|
| Methods in com.gemstone.gemfire.cache.client that throw RegionExistsException | |
|---|---|
Region<K,V> |
ClientRegionFactory.create(String name)
Creates a region in the ClientCache using
the configuration contained in this ClientRegionFactory. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||