public interface CounterRepository
Modifier and Type | Method and Description |
---|---|
List<MonitoringCounter> |
getCounters(Long since,
Integer limit) |
Map<String,Short> |
getCounterTypes() |
void |
writeCounter(MonitoringCounter counter) |
void writeCounter(MonitoringCounter counter)
List<MonitoringCounter> getCounters(Long since, Integer limit)
Copyright © 2017 ICF Olson. All rights reserved.