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 |
---|---|
DistributionLocatorConfig |
DistributedSystemConfig.createDistributionLocatorConfig()
Deprecated.
Creates a new
DistributionLocatorConfig for a
distribution locator that is managed in this distributed system. |
DistributionLocatorConfig |
DistributionLocator.getConfig()
Deprecated.
Returns the configuration object for this distribution locator.
|
DistributionLocatorConfig[] |
DistributedSystemConfig.getDistributionLocatorConfigs()
Deprecated.
Returns configuration information about
DistributionLocator s that are managed by an
AdminDistributedSystem . |
Modifier and Type | Method and Description |
---|---|
void |
DistributedSystemConfig.removeDistributionLocatorConfig(DistributionLocatorConfig config)
Deprecated.
Removes a
DistributionLocatorConfig from the
distributed system. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.