Uses of Class
org.apache.excalibur.instrument.manager.impl.AbstractInstrumentSample

Uses of AbstractInstrumentSample in org.apache.excalibur.instrument.manager.impl
 

Subclasses of AbstractInstrumentSample in org.apache.excalibur.instrument.manager.impl
(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.