Package | Description |
---|---|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
Modifier and Type | Method and Description |
---|---|
CacheServer |
AdminDistributedSystem.addCacheServer()
Deprecated.
as of 5.7 use
AdminDistributedSystem.addCacheVm() instead. |
CacheServer[] |
AdminDistributedSystem.getCacheServers()
Deprecated.
as of 5.7 use
AdminDistributedSystem.getCacheVms() instead. |
CacheServer[] |
AdminDistributedSystem.getCacheServers(String durableClientId)
Deprecated.
Returns all the cache server members of the distributed system which are
hosting a client queue for the particular durable-client having the given
durableClientId
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.