@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 CounterRepository
public void writeCounter(MonitoringCounter counter)
writeCounter
in interface CounterRepository
public List<MonitoringCounter> getCounters(Long since, Integer limit)
getCounters
in interface CounterRepository
@Activate @Modified protected final void modified()
Copyright © 2017 ICF Olson. All rights reserved.