|
GemFire 6.6 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
com.gemstone.gemfire.cache.server
package provides APIs used
for the server side of client/server caching.
See:
Description
Interface Summary | |
---|---|
CacheServer | A cache server that serves the contents of a
Cache to client VMs in another distributed system via a
socket. |
ClientSubscriptionConfig | Used to configure queuing on a cache server for client subscriptions. |
ServerLoadProbe | A load probe is installed in a bridge server to measure the load on the bridge server for balancing load between multiple bridge servers. |
ServerMetrics | Metrics about the resource usage for a bridge server. |
Class Summary | |
---|---|
ServerLoad | A data object containing the load information for a cache server. |
ServerLoadProbeAdapter | Utility class that implements all methods in ServerLoadProbe with
empty implementations for open and close. |
The com.gemstone.gemfire.cache.server
package provides APIs used
for the server side of client/server caching.
A cache server
can be
declared using the cache-server
element described in the
cache6_5.dtd
.
Or it can be created by calling Cache.addCacheServer()
.
Another option is to use the cacheserver
executable which can be found
in the GemFire bin
directory.
To obtain an instance of CacheServer
that has already been created
use Cache.getCacheServers()
.
See the client
package for information
on how to create clients that will connect to and access the cache in your
cache server.
|
GemFire 6.6 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |