public class JrobinFetchStrategyProvider extends Object implements MeasurementFetchStrategyProvider
Constructor and Description |
---|
JrobinFetchStrategyProvider() |
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 Class<? extends MeasurementFetchStrategy> getStrategyClass(String timeSeriesStrategyName, String rrdStrategyClass)
MeasurementFetchStrategyProvider
MeasurementFetchStrategy
that supports retrieving measurements for the given Time Series / RRD Strategy.getStrategyClass
in interface MeasurementFetchStrategyProvider
timeSeriesStrategyName
- name of the time series strategyrrdStrategyClass
- canonical name of the RrdStrategy
implementationCopyright © 2021. All rights reserved.