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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.