|
GemFire 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CacheWriterException | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| Uses of CacheWriterException in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that throw CacheWriterException | |
|---|---|
void |
CacheWriter.beforeCreate(EntryEvent event)
Called before an entry is created. |
void |
CacheWriter.beforeDestroy(EntryEvent event)
Called before an entry is destroyed. |
void |
CacheWriter.beforeRegionClear(RegionEvent event)
Called before a region is cleared. |
void |
CacheWriter.beforeRegionDestroy(RegionEvent event)
Called before a region is destroyed. |
void |
CacheWriter.beforeUpdate(EntryEvent event)
Called before an entry is updated. |
static Cache |
CacheFactory.create(DistributedSystem system)
Creates a new cache that uses the specified system. |
void |
Region.create(Object key,
Object value)
Creates a new entry in this region with the specified key and value. |
void |
Region.create(Object key,
Object value,
Object aCallbackArgument)
Creates a new entry in this region with the specified key and value, providing a user-defined parameter object to any CacheWriter invoked in the process. |
Region |
RegionFactory.create(String name)
Creates a region using a DistributedSystem, Cache, and
the configuration contained in this RegionFactory. |
Object |
Region.destroy(Object key)
Destroys the entry with the specified key. |
Object |
Region.destroy(Object key,
Object aCallbackArgument)
Destroys the entry with the specified key, and provides a user-defined parameter object to any CacheWriter invoked in the process. |
void |
Region.destroyRegion()
Destroys the whole region. |
void |
Region.destroyRegion(Object aCallbackArgument)
Destroys the whole region and provides a user-defined parameter object to any CacheWriter invoked in the process. |
void |
Cache.loadCacheXml(InputStream is)
Loads the cache configuration described in a declarative caching XML file into this cache. |
void |
Region.loadSnapshot(InputStream inputStream)
Loads data from a file that was previously created with the saveSnapshot method. |
Object |
Region.put(Object key,
Object value)
Places a new value into an entry in this region with the specified key. |
Object |
Region.put(Object key,
Object value,
Object aCallbackArgument)
Places a new value into an entry in this region with the specified key, providing a user-defined parameter object to any CacheWriter invoked in the process. |
| Constructors in com.gemstone.gemfire.cache that throw CacheWriterException | |
|---|---|
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. |
|
| Uses of CacheWriterException in com.gemstone.gemfire.cache.util |
|---|
| Subclasses of CacheWriterException in com.gemstone.gemfire.cache.util | |
|---|---|
class |
BridgeWriterException
Deprecated. as of 5.7 use pools instead. |
| Methods in com.gemstone.gemfire.cache.util that throw CacheWriterException | |
|---|---|
void |
CacheWriterAdapter.beforeCreate(EntryEvent event)
|
void |
BridgeWriter.beforeCreate(EntryEvent event)
Deprecated. Called before an entry is created. |
void |
CacheWriterAdapter.beforeDestroy(EntryEvent event)
|
void |
BridgeWriter.beforeDestroy(EntryEvent event)
Deprecated. Called before an entry is destroyed. |
void |
CacheWriterAdapter.beforeRegionClear(RegionEvent event)
|
void |
BridgeWriter.beforeRegionClear(RegionEvent event)
Deprecated. Called before a region is cleared. |
void |
CacheWriterAdapter.beforeRegionDestroy(RegionEvent event)
|
void |
BridgeWriter.beforeRegionDestroy(RegionEvent event)
Deprecated. Called before a region is destroyed. |
void |
CacheWriterAdapter.beforeUpdate(EntryEvent event)
|
void |
BridgeWriter.beforeUpdate(EntryEvent event)
Deprecated. Called before an entry is updated. |
|
GemFire 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||