public interface GeneralMonitoringParamsMBean
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCheckIntervalSecondsForExpiringEventsMap()
Gets the value of the checkIntervalSecondsForExpiringEventsMap property.
|
java.lang.Integer |
getCounterIntervalInSeconds()
Gets the value of the counterIntervalInSeconds property.
|
java.lang.Integer |
getExpiryTimeSecondsForExpiringEventsMap()
Gets the value of the expiryTimeSecondsForExpiringEventsMap property.
|
java.lang.Integer |
getHashSizeForExpiringEventsMap()
Gets the value of the hashSizeForExpiringEventsMap property.
|
int |
getNotificationTriggerCheckIntervalSeconds()
Gets the value of the notificationTriggerCheckIntervalSeconds property.
|
boolean |
isEnableNotifications()
Gets the value of the enableNotifications property.
|
boolean |
isEnableRuntimeMBeans()
Gets the value of the enableRuntimeMBeans property.
|
void |
setCheckIntervalSecondsForExpiringEventsMap(java.lang.Integer value)
Sets the value of the checkIntervalSecondsForExpiringEventsMap property.
|
void |
setCounterIntervalInSeconds(java.lang.Integer value)
Sets the value of the counterIntervalInSeconds property.
|
void |
setEnableNotifications(boolean value)
Sets the value of the enableNotifications property.
|
void |
setEnableRuntimeMBeans(boolean value)
Sets the value of the enableRuntimeMBeans property.
|
void |
setExpiryTimeSecondsForExpiringEventsMap(java.lang.Integer value)
Sets the value of the expiryTimeSecondsForExpiringEventsMap property.
|
void |
setHashSizeForExpiringEventsMap(java.lang.Integer value)
Sets the value of the hashSizeForExpiringEventsMap property.
|
void |
setNotificationTriggerCheckIntervalSeconds(int value)
Sets the value of the notificationTriggerCheckIntervalSeconds property.
|
boolean isEnableRuntimeMBeans()
void setEnableRuntimeMBeans(boolean value)
boolean isEnableNotifications()
void setEnableNotifications(boolean value)
java.lang.Integer getCounterIntervalInSeconds()
void setCounterIntervalInSeconds(java.lang.Integer value)
int getNotificationTriggerCheckIntervalSeconds()
void setNotificationTriggerCheckIntervalSeconds(int value)
java.lang.Integer getHashSizeForExpiringEventsMap()
void setHashSizeForExpiringEventsMap(java.lang.Integer value)
java.lang.Integer getExpiryTimeSecondsForExpiringEventsMap()
void setExpiryTimeSecondsForExpiringEventsMap(java.lang.Integer value)
java.lang.Integer getCheckIntervalSecondsForExpiringEventsMap()
void setCheckIntervalSecondsForExpiringEventsMap(java.lang.Integer value)