Modifier and Type | Method and Description |
---|---|
MeasurementFetchStrategy |
RrdStatisticAttributeVisitor.getFetchStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
RrdStatisticAttributeVisitor.setFetchStrategy(MeasurementFetchStrategy fetchStrategy) |
Modifier and Type | Method and Description |
---|---|
MeasurementFetchStrategy |
SpringHelper.getMeasurementFetchStrategy() |
Constructor and Description |
---|
LocalMeasurementDataSourceWrapper(MeasurementFetchStrategy fetchStrategy,
ExpressionEngine expressionEngine,
FilterEngine filterEngine) |
Modifier and Type | Method and Description |
---|---|
MeasurementFetchStrategy |
MeasurementFetchStrategyFactory.getStrategy() |
Modifier and Type | Method and Description |
---|---|
Class<? extends MeasurementFetchStrategy> |
MeasurementFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
String rrdStrategyClass)
Returns a reference to an implementation of
MeasurementFetchStrategy
that supports retrieving measurements for the given Time Series / RRD Strategy. |
Constructor and Description |
---|
DefaultMeasurementsService(MeasurementFetchStrategy fetchStrategy,
ExpressionEngine expressionEngine,
FilterEngine filterEngine) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRrdBasedFetchStrategy
Used to fetch measurements from RRD files.
|
class |
JrobinFetchStrategy
Used to fetch measurements from JRB files.
|
class |
JRrd2FetchStrategy |
class |
NewtsFetchStrategy
Used to retrieve measurements from
SampleRepository . |
class |
NullFetchStrategy
Used as a fall-back when no known implementations are available.
|
class |
RrdtoolXportFetchStrategy
Used to fetch measurements from RRD files by invoking
rrdtool via exec.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends MeasurementFetchStrategy> |
NewtsFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
String rrdStrategyClass) |
Class<? extends MeasurementFetchStrategy> |
JrobinFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
String rrdStrategyClass) |
Class<? extends MeasurementFetchStrategy> |
JRrd2FetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
String rrdStrategyClass) |
Class<? extends MeasurementFetchStrategy> |
RrdtoolXportFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
String rrdStrategyClass) |
Modifier and Type | Method and Description |
---|---|
MeasurementFetchStrategy |
Statsd.getFetchStrategy() |
Modifier and Type | Method and Description |
---|---|
ReportInstance |
ReportDefinition.createReport(NodeDao nodeDao,
ResourceDao resourceDao,
MeasurementFetchStrategy fetchStrategy,
FilterDao filterDao)
createReport
|
void |
Statsd.setFetchStrategy(MeasurementFetchStrategy fetchStrategy) |
void |
BaseReportInstance.setFetchStrategy(MeasurementFetchStrategy fetchStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
TimeseriesFetchStrategy
Used to retrieve measurements from
TimeSeriesStorage . |
Modifier and Type | Method and Description |
---|---|
Class<? extends MeasurementFetchStrategy> |
TimeseriesFetchStrategyProvider.getStrategyClass(String timeSeriesStrategyName,
String rrdStrategyClass) |
Copyright © 2021. All rights reserved.