Class JRrd2FetchStrategy
- java.lang.Object
-
- org.opennms.netmgt.measurements.impl.AbstractRrdBasedFetchStrategy
-
- org.opennms.netmgt.measurements.impl.JRrd2FetchStrategy
-
- All Implemented Interfaces:
MeasurementFetchStrategy
public class JRrd2FetchStrategy extends AbstractRrdBasedFetchStrategy
-
-
Constructor Summary
Constructors Constructor Description JRrd2FetchStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FetchResults
fetchMeasurements(long start, long end, long step, int maxrows, Map<Source,String> rrdsBySource, Map<String,Object> constants, QueryMetadata metadata)
Performs the actual retrieval of the values from the RRD/JRB files.-
Methods inherited from class org.opennms.netmgt.measurements.impl.AbstractRrdBasedFetchStrategy
fetch
-
-
-
-
Method Detail
-
fetchMeasurements
protected FetchResults fetchMeasurements(long start, long end, long step, int maxrows, Map<Source,String> rrdsBySource, Map<String,Object> constants, QueryMetadata metadata) throws org.jrobin.core.RrdException
Description copied from class:AbstractRrdBasedFetchStrategy
Performs the actual retrieval of the values from the RRD/JRB files.- Specified by:
fetchMeasurements
in classAbstractRrdBasedFetchStrategy
- Throws:
org.jrobin.core.RrdException
-
-