@Service public class MetricRepositoryImpl extends Object implements MetricRepository
Constructor and Description |
---|
MetricRepositoryImpl() |
Modifier and Type | Method and Description |
---|---|
List<MonitoringMetric> |
getMetrics(Long since,
Integer limit) |
Map<String,Short> |
getMetricTypes() |
protected void |
modified() |
void |
writeMetric(MonitoringMetric metric) |
public Map<String,Short> getMetricTypes()
getMetricTypes
in interface MetricRepository
public void writeMetric(MonitoringMetric metric)
writeMetric
in interface MetricRepository
public List<MonitoringMetric> getMetrics(Long since, Integer limit)
getMetrics
in interface MetricRepository
@Activate @Modified protected final void modified()
Copyright © 2017 ICF Olson. All rights reserved.