Uses of Interface
org.opennms.netmgt.measurements.api.MeasurementFetchStrategy
-
-
Uses of MeasurementFetchStrategy in org.opennms.netmgt.dao.support
Methods in org.opennms.netmgt.dao.support that return MeasurementFetchStrategy Modifier and Type Method Description MeasurementFetchStrategy
RrdStatisticAttributeVisitor. getFetchStrategy()
Methods in org.opennms.netmgt.dao.support with parameters of type MeasurementFetchStrategy Modifier and Type Method Description void
RrdStatisticAttributeVisitor. setFetchStrategy(MeasurementFetchStrategy fetchStrategy)
-
Uses of MeasurementFetchStrategy in org.opennms.netmgt.jasper.helper
Methods in org.opennms.netmgt.jasper.helper that return MeasurementFetchStrategy Modifier and Type Method Description MeasurementFetchStrategy
SpringHelper. getMeasurementFetchStrategy()
-
Uses of MeasurementFetchStrategy in org.opennms.netmgt.jasper.measurement.local
Constructors in org.opennms.netmgt.jasper.measurement.local with parameters of type MeasurementFetchStrategy Constructor Description LocalMeasurementDataSourceWrapper(MeasurementFetchStrategy fetchStrategy, ExpressionEngine expressionEngine, FilterEngine filterEngine)
-
Uses of MeasurementFetchStrategy in org.opennms.netmgt.measurements.api
Methods in org.opennms.netmgt.measurements.api that return MeasurementFetchStrategy Modifier and Type Method Description MeasurementFetchStrategy
MeasurementFetchStrategyFactory. getStrategy()
Methods in org.opennms.netmgt.measurements.api that return types with arguments of type MeasurementFetchStrategy Modifier and Type Method Description Class<? extends MeasurementFetchStrategy>
MeasurementFetchStrategyProvider. getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
Returns a reference to an implementation ofMeasurementFetchStrategy
that supports retrieving measurements for the given Time Series / RRD Strategy.Constructors in org.opennms.netmgt.measurements.api with parameters of type MeasurementFetchStrategy Constructor Description DefaultMeasurementsService(MeasurementFetchStrategy fetchStrategy, ExpressionEngine expressionEngine, FilterEngine filterEngine)
-
Uses of MeasurementFetchStrategy in org.opennms.netmgt.measurements.impl
Classes in org.opennms.netmgt.measurements.impl that implement MeasurementFetchStrategy Modifier and Type Class 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 fromSampleRepository
.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.Methods in org.opennms.netmgt.measurements.impl that return types with arguments of type MeasurementFetchStrategy Modifier and Type Method Description Class<? extends MeasurementFetchStrategy>
JrobinFetchStrategyProvider. getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
Class<? extends MeasurementFetchStrategy>
JRrd2FetchStrategyProvider. getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
Class<? extends MeasurementFetchStrategy>
NewtsFetchStrategyProvider. getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
Class<? extends MeasurementFetchStrategy>
RrdtoolXportFetchStrategyProvider. getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
-
Uses of MeasurementFetchStrategy in org.opennms.netmgt.statsd
Methods in org.opennms.netmgt.statsd that return MeasurementFetchStrategy Modifier and Type Method Description MeasurementFetchStrategy
Statsd. getFetchStrategy()
Methods in org.opennms.netmgt.statsd with parameters of type MeasurementFetchStrategy Modifier and Type Method Description ReportInstance
ReportDefinition. createReport(NodeDao nodeDao, ResourceDao resourceDao, MeasurementFetchStrategy fetchStrategy, FilterDao filterDao)
createReportvoid
BaseReportInstance. setFetchStrategy(MeasurementFetchStrategy fetchStrategy)
void
Statsd. setFetchStrategy(MeasurementFetchStrategy fetchStrategy)
-
Uses of MeasurementFetchStrategy in org.opennms.netmgt.timeseries.sampleread
Classes in org.opennms.netmgt.timeseries.sampleread that implement MeasurementFetchStrategy Modifier and Type Class Description class
TimeseriesFetchStrategy
Used to retrieve measurements fromTimeSeriesStorage
.Methods in org.opennms.netmgt.timeseries.sampleread that return types with arguments of type MeasurementFetchStrategy Modifier and Type Method Description Class<? extends MeasurementFetchStrategy>
TimeseriesFetchStrategyProvider. getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
-