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