|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CacheWriter | |
|---|---|
| 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 CacheWriter in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return CacheWriter | |
|---|---|
CacheWriter<K,V> |
RegionAttributes.getCacheWriter()
Returns the cache writer associated with this region. |
CacheWriter<K,V> |
AttributesMutator.setCacheWriter(CacheWriter<K,V> cacheWriter)
Changes the cache writer for the region. |
| Methods in com.gemstone.gemfire.cache with parameters of type CacheWriter | |
|---|---|
RegionFactory<K,V> |
RegionFactory.setCacheWriter(CacheWriter<K,V> cacheWriter)
Sets the cache writer for the next RegionAttributes created. |
void |
AttributesFactory.setCacheWriter(CacheWriter<K,V> cacheWriter)
Sets the cache writer for the next RegionAttributes created. |
CacheWriter<K,V> |
AttributesMutator.setCacheWriter(CacheWriter<K,V> cacheWriter)
Changes the cache writer for the region. |
| Uses of CacheWriter in com.gemstone.gemfire.cache.util |
|---|
| Classes in com.gemstone.gemfire.cache.util that implement CacheWriter | |
|---|---|
class |
BridgeClient
Deprecated. as of 5.7 use pools instead. |
class |
BridgeWriter
Deprecated. as of 5.7 use pools instead. |
class |
CacheWriterAdapter<K,V>
Utility class that implements all methods in CacheWriter
with empty implementations. |
|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||