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.execute |
The
com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Class and Description |
---|
ServerConnectivityException
A generic exception indicating that a failure has happened while communicating
with a gemfire server.
|
Class and Description |
---|
ClientCache
A ClientCache instance controls the life cycle of the local singleton cache in a client.
|
ClientCacheFactory
Factory class used to create the singleton
client cache and connect to one or more GemFire Cache Servers. |
ClientRegionFactory
A factory for constructing
client cache regions . |
ClientRegionShortcut
Each enum represents a predefined
RegionAttributes in a ClientCache . |
Pool
A pool for connections from a client to a set of GemFire Cache Servers.
|
PoolFactory
This interface provides for the configuration and creation of instances of
Pool . |
ServerConnectivityException
A generic exception indicating that a failure has happened while communicating
with a gemfire server.
|
Class and Description |
---|
Pool
A pool for connections from a client to a set of GemFire Cache Servers.
|
Class and Description |
---|
ServerRefusedConnectionException
A
ServerRefusedConnectionException indicates a client attempted
to connect to a server, but the handshake was rejected. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.