|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.gemstone.gemfire.management package instead
public interface GemFireHealthConfig
Provides configuration information relating to all of the components of a GemFire distributed system.
| Field Summary | |
|---|---|
static int |
DEFAULT_HEALTH_EVALUATION_INTERVAL
Deprecated. The default number of seconds between assessments of the health of the GemFire components. |
| Fields inherited from interface com.gemstone.gemfire.admin.MemberHealthConfig |
|---|
DEFAULT_MAX_MESSAGE_QUEUE_SIZE, DEFAULT_MAX_REPLY_TIMEOUTS, DEFAULT_MAX_RETRANSMISSION_RATIO, DEFAULT_MAX_VM_PROCESS_SIZE |
| Fields inherited from interface com.gemstone.gemfire.admin.CacheHealthConfig |
|---|
DEFAULT_MAX_EVENT_QUEUE_SIZE, DEFAULT_MAX_LOAD_TIME, DEFAULT_MAX_NET_SEARCH_TIME, DEFAULT_MIN_HIT_RATIO |
| Method Summary | |
|---|---|
int |
getHealthEvaluationInterval()
Deprecated. Returns the number of seconds between assessments of the health of the GemFire components. |
String |
getHostName()
Deprecated. Returns the name of the host to which this configuration applies. |
void |
setHealthEvaluationInterval(int interval)
Deprecated. Sets the number of seconds between assessments of the health of the GemFire components. |
| Methods inherited from interface com.gemstone.gemfire.admin.MemberHealthConfig |
|---|
getMaxMessageQueueSize, getMaxReplyTimeouts, getMaxRetransmissionRatio, getMaxVMProcessSize, setMaxMessageQueueSize, setMaxReplyTimeouts, setMaxRetransmissionRatio, setMaxVMProcessSize |
| Methods inherited from interface com.gemstone.gemfire.admin.CacheHealthConfig |
|---|
getMaxEventQueueSize, getMaxLoadTime, getMaxNetSearchTime, getMinHitRatio, setMaxEventQueueSize, setMaxLoadTime, setMaxNetSearchTime, setMinHitRatio |
| Field Detail |
|---|
static final int DEFAULT_HEALTH_EVALUATION_INTERVAL
| Method Detail |
|---|
String getHostName()
null is returned.
GemFireHealth.getGemFireHealthConfig(java.lang.String)void setHealthEvaluationInterval(int interval)
int getHealthEvaluationInterval()
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||