|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CacheServer | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of CacheServer in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return CacheServer | |
|---|---|
CacheServer |
Cache.addCacheServer()
Creates a new cache server, with the default configuration, that will allow clients to access this cache. |
| Methods in com.gemstone.gemfire.cache that return types with arguments of type CacheServer | |
|---|---|
List<CacheServer> |
Cache.getBridgeServers()
Deprecated. as of 5.7 use Cache.getCacheServers() instead. |
List<CacheServer> |
Cache.getCacheServers()
Returns a collection of all of the CacheServers
that can serve the contents of this Cache to clients. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||