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 | Interface and Description |
---|---|
interface |
CacheServerConfig
Deprecated.
as of 5.7 use
CacheVmConfig instead. |
Modifier and Type | Method and Description |
---|---|
CacheVmConfig |
DistributedSystemConfig.createCacheVmConfig()
Deprecated.
Creates the configuration for a
CacheVm . |
CacheVmConfig[] |
DistributedSystemConfig.getCacheVmConfigs()
Deprecated.
Returns an array of configurations for statically known
CacheVm s. |
CacheVmConfig |
CacheVm.getVmConfig()
Deprecated.
Returns the configuration of this cache vm
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedSystemConfig.removeCacheVmConfig(CacheVmConfig existing)
Deprecated.
Removes the configuration for a
CacheVm |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.