management
package instead@Deprecated public interface GemFireHealthConfig extends MemberHealthConfig, CacheHealthConfig
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_HEALTH_EVALUATION_INTERVAL
Deprecated.
The default number of seconds between assessments of the health of the GemFire components.
|
DEFAULT_MAX_MESSAGE_QUEUE_SIZE, DEFAULT_MAX_REPLY_TIMEOUTS, DEFAULT_MAX_RETRANSMISSION_RATIO, DEFAULT_MAX_VM_PROCESS_SIZE
DEFAULT_MAX_EVENT_QUEUE_SIZE, DEFAULT_MAX_LOAD_TIME, DEFAULT_MAX_NET_SEARCH_TIME, DEFAULT_MIN_HIT_RATIO
Modifier and Type | Method and Description |
---|---|
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.
|
getMaxMessageQueueSize, getMaxReplyTimeouts, getMaxRetransmissionRatio, getMaxVMProcessSize, setMaxMessageQueueSize, setMaxReplyTimeouts, setMaxRetransmissionRatio, setMaxVMProcessSize
getMaxEventQueueSize, getMaxLoadTime, getMaxNetSearchTime, getMinHitRatio, setMaxEventQueueSize, setMaxLoadTime, setMaxNetSearchTime, setMinHitRatio
static final int DEFAULT_HEALTH_EVALUATION_INTERVAL
String getHostName()
null
is returned.GemFireHealth.getGemFireHealthConfig(java.lang.String)
void setHealthEvaluationInterval(int interval)
interval
- the number of seconds between assessments of the health of the GemFire
componentsint getHealthEvaluationInterval()