com.gemstone.gemfire.admin
Interface GemFireHealthConfig
- All Superinterfaces:
- CacheHealthConfig, MemberHealthConfig
public interface GemFireHealthConfig
- extends MemberHealthConfig, CacheHealthConfig
Provides configuration information relating to all of the
components of a GemFire distributed system.
- Since:
- 3.5
Method Summary |
int |
getHealthEvaluationInterval()
Returns the number of seconds between assessments of the health of
the GemFire components. |
String |
getHostName()
Returns the name of the host to which this configuration
applies. |
void |
setHealthEvaluationInterval(int interval)
Sets the number of seconds between assessments of the health of
the GemFire components. |
DEFAULT_HEALTH_EVALUATION_INTERVAL
static final int DEFAULT_HEALTH_EVALUATION_INTERVAL
- The default number of seconds between assessments of the health
of the GemFire components.
- See Also:
- Constant Field Values
getHostName
String getHostName()
- Returns the name of the host to which this configuration
applies. If this is the "default" configuration, then
null
is returned.
- See Also:
GemFireHealth.getGemFireHealthConfig(java.lang.String)
setHealthEvaluationInterval
void setHealthEvaluationInterval(int interval)
- Sets the number of seconds between assessments of the health of
the GemFire components.
getHealthEvaluationInterval
int getHealthEvaluationInterval()
- Returns the number of seconds between assessments of the health of
the GemFire components.
Copyright © 1997-2012 VMware, Inc. All rights reserved.