GemFire 8.2.9

Package com.gemstone.gemfire.cache.server

The com.gemstone.gemfire.cache.server package provides APIs used for the server side of client/server caching.

See: Description

Package com.gemstone.gemfire.cache.server Description

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 8.2.9

Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.