@Service public class CounterRepositoryImpl extends Object implements CounterRepository
| Constructor and Description |
|---|
CounterRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<MonitoringCounter> |
getCounters(Long since,
Integer limit) |
Map<String,Short> |
getCounterTypes() |
protected void |
modified() |
void |
writeCounter(MonitoringCounter counter) |
public Map<String,Short> getCounterTypes()
getCounterTypes in interface CounterRepositorypublic void writeCounter(MonitoringCounter counter)
writeCounter in interface CounterRepositorypublic List<MonitoringCounter> getCounters(Long since, Integer limit)
getCounters in interface CounterRepository@Activate @Modified protected final void modified()
Copyright © 2017 ICF Olson. All rights reserved.