public interface EventRepository
Modifier and Type | Method and Description |
---|---|
List<MonitoringEvent> |
getEvents(Long since,
Integer limit) |
com.google.common.collect.BiMap<String,Short> |
getEventTypeMap() |
void |
writeEvent(MonitoringEvent event) |
void writeEvent(MonitoringEvent event)
List<MonitoringEvent> getEvents(Long since, Integer limit)
Copyright © 2017 ICF Olson. All rights reserved.