|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CacheLoaderException | |
|---|---|
| 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 CacheLoaderException in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that throw CacheLoaderException | |
|---|---|
V |
Region.get(Object key)
Returns the value associated with the specified key. |
V |
Region.get(Object key,
Object aCallbackArgument)
Returns the value associated with the specified key, passing the callback argument to any cache loaders or cache writers that are invoked in the operation. |
V |
CacheLoader.load(LoaderHelper<K,V> helper)
Loads a value. |
V |
LoaderHelper.netSearch(boolean doNetLoad)
Searches other caches for the value to be loaded. |
| Uses of CacheLoaderException in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util that throw CacheLoaderException | |
|---|---|
Object |
BridgeClient.load(LoaderHelper helper)
Deprecated. |
Object |
BridgeLoader.load(LoaderHelper helper)
Deprecated. This method is invoked implicitly when an object requested on the client cache cannot be found. |
SelectResults |
BridgeLoader.query(String queryStr)
Deprecated. use Region.query(java.lang.String) instead |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||