Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
CacheServer |
Cache.addCacheServer()
Creates a new cache server, with the default configuration,
that will allow clients to access this cache.
|
Modifier and Type | Method and Description |
---|---|
List<CacheServer> |
Cache.getBridgeServers()
Deprecated.
as of 5.7 use
Cache.getCacheServers() instead. |
List<CacheServer> |
Cache.getCacheServers()
Returns a collection of all of the
CacheServer s
that can serve the contents of this Cache to clients. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.