Class 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, 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JRrd2FetchStrategy

        public JRrd2FetchStrategy()
    • 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
        Description copied from class: AbstractRrdBasedFetchStrategy
        Performs the actual retrieval of the values from the RRD/JRB files.
        Specified by:
        fetchMeasurements in class AbstractRrdBasedFetchStrategy
        Throws:
        org.jrobin.core.RrdException