Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CacheWriter<K,V> |
AttributesMutator.setCacheWriter(CacheWriter<K,V> cacheWriter)
Changes the cache writer for the region.
|
void |
AttributesFactory.setCacheWriter(CacheWriter<K,V> cacheWriter)
Deprecated.
Sets the cache writer for the next
RegionAttributes created. |
RegionFactory<K,V> |
RegionFactory.setCacheWriter(CacheWriter<K,V> cacheWriter)
Sets the cache writer for the next
RegionAttributes created. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.