public interface IEventReportingService
| Modifier and Type | Method and Description |
|---|---|
long |
rangeCount(long fromTime,
long toTime)
Reports the #of completed events that start in the given
interval.
|
Iterator<Event> |
rangeIterator(long fromTime,
long toTime)
Visits completed events that start in the given interval in order
by their start time.
|
Iterator<Event> rangeIterator(long fromTime, long toTime)
long rangeCount(long fromTime,
long toTime)
fromTime - The first start time to be included.toTime - The first start time to be excluded.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.