public class CountersDatabase extends Object
Constructor and Description |
---|
CountersDatabase(String systemId,
ConnectionProvider connectionProvider) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.BiMap<String,Short> |
getCounterNameHierarchy() |
List<MonitoringCounter> |
getCounters(Long since,
Integer limit) |
long |
getLatestCounterTimestamp() |
void |
writeCounter(MonitoringCounter counter) |
public CountersDatabase(String systemId, ConnectionProvider connectionProvider)
public com.google.common.collect.BiMap<String,Short> getCounterNameHierarchy()
public void writeCounter(MonitoringCounter counter)
public List<MonitoringCounter> getCounters(Long since, Integer limit)
public long getLatestCounterTimestamp()
Copyright © 2017 ICF Olson. All rights reserved.