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 |
---|---|
GemFireHealthConfig |
GemFireHealth.getDefaultGemFireHealthConfig()
Deprecated.
Returns the
GemFireHealthConfig for GemFire
components whose configurations are not overridden on a per-host
basis. |
GemFireHealthConfig |
GemFireHealth.getGemFireHealthConfig(String hostName)
Deprecated.
Returns the
GemFireHealthConfig for GemFire
components that reside on a given host. |
Modifier and Type | Method and Description |
---|---|
void |
GemFireHealth.setDefaultGemFireHealthConfig(GemFireHealthConfig config)
Deprecated.
Sets the
GemFireHealthConfig for
GemFire components whose configurations are not overridden on a
per-host basis. |
void |
GemFireHealth.setGemFireHealthConfig(String hostName,
GemFireHealthConfig config)
Deprecated.
Sets the
GemFireHealthConfig for GemFire
components that reside on a given host. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.