| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractValueInstrumentSample
An AbstractValueInstrumentSample contains all of the functionality common
to all InstrumentSamples which represent a fixed value.
|
(package private) class |
CounterInstrumentSample
A InstrumentSample which stores the number of times that increment has been
called during the sample period.
|
(package private) class |
MaximumValueInstrumentSample
A InstrumentSample which stores the maximum value set during the sample
period.
|
(package private) class |
MeanValueInstrumentSample
A InstrumentSample which stores the mean value set during the sample
period.
|
(package private) class |
MinimumValueInstrumentSample
A InstrumentSample which stores the minimum value set during the sample
period.
|