- All Implemented Interfaces:
- Provider, java.io.Serializable
public class AverageMeasure
extends java.lang.Object
implements java.io.Serializable, Provider
The class used by the System Activity Monitoring (SAM) Service to represent an aggregated
measure i.e. a measure that is calculated aggregating several samples.
Actually the right name for this class should be AggregatedMeasure. The name
AverageMeasure comes from the fact that computing the average of the samples is the
default way of aggregating them. However SUM can be used as an alternative aggregation.
- See Also:
- Serialized Form