|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AcceptableRangeConfiguration | |
---|---|
org.perf4j.helpers | Helper classes used by the rest of the perf4j framework. |
Uses of AcceptableRangeConfiguration in org.perf4j.helpers |
---|
Fields in org.perf4j.helpers with type parameters of type AcceptableRangeConfiguration | |
---|---|
protected Map<AcceptableRangeConfiguration,Boolean> |
StatisticsExposingMBean.acceptableRanges
These AcceptableRangeConfigurations force a notification to be sent if a statistic is updated to a value outside the allowable range. |
Methods in org.perf4j.helpers that return AcceptableRangeConfiguration | |
---|---|
AcceptableRangeConfiguration |
AcceptableRangeConfiguration.clone()
|
Methods in org.perf4j.helpers with parameters of type AcceptableRangeConfiguration | |
---|---|
protected void |
StatisticsExposingMBean.sendOutOfRangeNotification(double attributeValue,
AcceptableRangeConfiguration acceptableRange)
Helper method is used to send the JMX notification because the attribute value doesn't fall within the acceptable range. |
Constructor parameters in org.perf4j.helpers with type arguments of type AcceptableRangeConfiguration | |
---|---|
StatisticsExposingMBean(String mBeanName,
Collection<String> tagsToExpose,
Collection<AcceptableRangeConfiguration> acceptableRanges)
Creates a new StatisticsExposingMBean whose management interface exposes performance attributes for the tags specified, and that sends notifications if attributes are outside of the acceptable ranges. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |