Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Class and Description |
---|---|
class |
CacheLoaderException
Thrown from the
CacheLoader.load(com.gemstone.gemfire.cache.LoaderHelper<K, V>) method indicating that an error
occurred when a CacheLoader was attempting to load a value. |
class |
CacheWriterException
An exception thrown by a
CacheWriter method. |
class |
GatewayConfigurationException
An exception indicating that a gateway configuration
will not work with the remote side of the gateway's configuration.
|
class |
GatewayException
An exception thrown by a
Gateway . |
class |
TimeoutException
Thrown if a
netSearch times out without getting a response back from a cache,
or when attempting to acquire a distributed lock. |
Modifier and Type | Class and Description |
---|---|
class |
ClientNotReadyException
Deprecated.
as of 6.5 this exception is no longer thrown by GemFire so any code that catches it should be removed.
|
class |
ServerRefusedConnectionException
A
ServerRefusedConnectionException indicates a client attempted
to connect to a server, but the handshake was rejected. |
Modifier and Type | Class and Description |
---|---|
class |
BridgeWriterException
Deprecated.
as of 5.7 use
pools instead. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.