Package org.opennms.netmgt.measurements.api
-
Interface Summary Interface Description ExpressionEngine Used to apply arbitrary expressions to the fetched measurements.Filter Used to alter or enrich the results of a Measurements API query.FilterFactory Used to instantiate aFilter
from the corresponding filter definition.MeasurementFetchStrategy Used to retrieve measurements from the current persistence mechanism.MeasurementFetchStrategyProvider EveryMeasurementFetchStrategy
implementation is represented byMeasurementFetchStrategyProvider
, which can be used to determine whether or not it can fetch measurements for a given Time Series / RRD strategy combo.MeasurementsService -
Class Summary Class Description DefaultMeasurementsService FetchResults Used to store the results of a fetch.FilterEngine Used to apply a series ofFilter
to aRowSortedTable
.MeasurementFetchStrategyFactory Used to instantiate the appropriate fetch strategy.QueryRequestValidator -
Annotation Types Summary Annotation Type Description FilterInfo GeneralFilter
meta-data.FilterParam Used to annotate parameters onFilter
.