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 |
---|---|
CacheServerConfig |
DistributedSystemConfig.createCacheServerConfig()
Deprecated.
as of 5.7 use
DistributedSystemConfig.createCacheVmConfig() instead. |
CacheServerConfig[] |
DistributedSystemConfig.getCacheServerConfigs()
Deprecated.
as of 5.7 use
DistributedSystemConfig.getCacheVmConfigs() instead. |
CacheServerConfig |
CacheServer.getConfig()
Deprecated.
as of 5.7 use
CacheVm.getVmConfig() instead. |
Modifier and Type | Method and Description |
---|---|
void |
DistributedSystemConfig.removeCacheServerConfig(CacheServerConfig managerConfig)
Deprecated.
as of 5.7 use
DistributedSystemConfig.removeCacheVmConfig(com.gemstone.gemfire.admin.CacheVmConfig) instead. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.