| Package | Description | 
|---|---|
| org.opennms.netmgt.dao.support | |
| org.opennms.netmgt.jasper.helper | |
| org.opennms.netmgt.jasper.measurement.local | |
| org.opennms.netmgt.measurements.api | |
| org.opennms.netmgt.measurements.impl | |
| org.opennms.netmgt.statsd | |
| org.opennms.netmgt.timeseries.integration | 
 This file is part of OpenNMS(R). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MeasurementFetchStrategy | 
RrdStatisticAttributeVisitor.getFetchStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RrdStatisticAttributeVisitor.setFetchStrategy(MeasurementFetchStrategy fetchStrategy)  | 
| Modifier and Type | Method and Description | 
|---|---|
MeasurementFetchStrategy | 
SpringHelper.getMeasurementFetchStrategy()  | 
| Constructor and Description | 
|---|
LocalMeasurementDataSourceWrapper(MeasurementFetchStrategy fetchStrategy,
                                 ExpressionEngine expressionEngine,
                                 FilterEngine filterEngine)  | 
| Modifier and Type | Method and Description | 
|---|---|
MeasurementFetchStrategy | 
MeasurementFetchStrategyFactory.getStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends MeasurementFetchStrategy> | 
MeasurementFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
                String rrdStrategyClass)
Returns a reference to an implementation of
  
MeasurementFetchStrategy
 that supports retrieving measurements for the given Time Series / RRD Strategy. | 
| Constructor and Description | 
|---|
DefaultMeasurementsService(MeasurementFetchStrategy fetchStrategy,
                          ExpressionEngine expressionEngine,
                          FilterEngine filterEngine)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractRrdBasedFetchStrategy
Used to fetch measurements from RRD files. 
 | 
class  | 
JrobinFetchStrategy
Used to fetch measurements from JRB files. 
 | 
class  | 
JRrd2FetchStrategy  | 
class  | 
NewtsFetchStrategy
Used to retrieve measurements from  
SampleRepository. | 
class  | 
NullFetchStrategy
Used as a fall-back when no known implementations are available. 
 | 
class  | 
RrdtoolXportFetchStrategy
Used to fetch measurements from RRD files by invoking
 rrdtool via exec. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends MeasurementFetchStrategy> | 
NewtsFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
                String rrdStrategyClass)  | 
Class<? extends MeasurementFetchStrategy> | 
JRrd2FetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
                String rrdStrategyClass)  | 
Class<? extends MeasurementFetchStrategy> | 
RrdtoolXportFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
                String rrdStrategyClass)  | 
Class<? extends MeasurementFetchStrategy> | 
JrobinFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
                String rrdStrategyClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
MeasurementFetchStrategy | 
Statsd.getFetchStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportInstance | 
ReportDefinition.createReport(NodeDao nodeDao,
            ResourceDao resourceDao,
            MeasurementFetchStrategy fetchStrategy,
            FilterDao filterDao)
createReport 
 | 
void | 
BaseReportInstance.setFetchStrategy(MeasurementFetchStrategy fetchStrategy)  | 
void | 
Statsd.setFetchStrategy(MeasurementFetchStrategy fetchStrategy)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimeseriesFetchStrategy
Used to retrieve measurements from  
SampleRepository. | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends MeasurementFetchStrategy> | 
TimeseriesFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
                String rrdStrategyClass)  | 
Copyright © 2020. All rights reserved.