| AverageMeasure |
The class used by the System Activity Monitoring (SAM) Service to represent an aggregated
measure i.e.
|
| AverageMeasureProvider |
A Provider of average measures for a given entity
|
| AverageMeasureProviderImpl |
A default ready-made implementation of the AverageMeasureProvider interface that offers
methods to add measure samples and automatically computes an AverageMeasure
when the getValue() method is called.
|
| CounterValueProvider |
A provider of values for a given counter.
|
| MeasureProvider |
A Provider of "one-shot" measures for a given entity
|
| Provider |
|
| SAMHelper |
Helper interface for the System Activity Monitoring (SAM) Service.
The SAM Service allows collecting system activity information such as the average time to
perform a given operations or the number of events of a given type.
|
| SAMInfo |
An instance of this class is passed to all configured SAMInfoHandler-s
at each polling time and groups together all information collected by the SAM Service at that
polling time.
|
| SAMInfo.AggregationInfo |
Inner class AggregationInfo
|
| SAMInfoHandler |
The interface to be implemented by classes that can be used to handle
SAM information collected by the SAM Service.
|
| SAMSlice |
|