public class TimeseriesFetchStrategyProvider extends Object implements MeasurementFetchStrategyProvider
TimeseriesFetchStrategy
 when using the 'integration' time-series series strategy.| Modifier and Type | Field and Description | 
|---|---|
static String | 
TIME_SERIES_STRATEGY_NAME  | 
| Constructor and Description | 
|---|
TimeseriesFetchStrategyProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends MeasurementFetchStrategy> | 
getStrategyClass(String timeSeriesStrategyName,
                String rrdStrategyClass)
Returns a reference to an implementation of
  
MeasurementFetchStrategy
 that supports retrieving measurements for the given Time Series / RRD Strategy. | 
public static final String TIME_SERIES_STRATEGY_NAME
public Class<? extends MeasurementFetchStrategy> getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
MeasurementFetchStrategyProviderMeasurementFetchStrategy
 that supports retrieving measurements for the given Time Series / RRD Strategy.getStrategyClass in interface MeasurementFetchStrategyProvidertimeSeriesStrategyName - name of the time series strategyrrdStrategyClass - canonical name of the RrdStrategy implementationCopyright © 2020. All rights reserved.