Interface MeasurementFetchStrategyProvider

    • Method Detail

      • getStrategyClass

        java.lang.Class<? extends MeasurementFetchStrategy> getStrategyClass​(java.lang.String timeSeriesStrategyName,
                                                                             java.lang.String rrdStrategyClass)
        Returns a reference to an implementation of MeasurementFetchStrategy that supports retrieving measurements for the given Time Series / RRD Strategy.
        Parameters:
        timeSeriesStrategyName - name of the time series strategy
        rrdStrategyClass - canonical name of the RrdStrategy implementation
        Returns:
        null or a reference to a supported implementation