public interface MeasurementFetchStrategy
| Modifier and Type | Method and Description |
|---|---|
FetchResults |
fetch(long start,
long end,
long step,
int maxrows,
List<Source> sources)
Fetches the measurements for the given sources.
|
FetchResults fetch(long start, long end, long step, int maxrows, List<Source> sources) throws Exception
start - timestamp in millisecondsend - timestamp in millisecondsstep - desired resolution in milliseconds - actual resolution might differmaxrows - maximum number of rows- no limit when <= 0sources - array of sources - these should have unique labelsExceptionCopyright © 2015. All rights reserved.