| Package | Description |
|---|---|
| org.opennms.web.rest.measurements.fetch | |
| org.opennms.web.rest.measurements.model |
| Modifier and Type | Method and Description |
|---|---|
FetchResults |
NoOpStrategy.fetch(long start,
long end,
long step,
int maxrows,
List<Source> sources) |
FetchResults |
MeasurementFetchStrategy.fetch(long start,
long end,
long step,
int maxrows,
List<Source> sources)
Fetches the measurements for the given sources.
|
FetchResults |
AbstractRrdBasedFetchStrategy.fetch(long start,
long end,
long step,
int maxrows,
List<Source> sources)
Fetches the measurements for the given sources.
|
protected FetchResults |
RrdtoolXportFetchStrategy.fetchMeasurements(long start,
long end,
long step,
int maxrows,
Map<Source,String> rrdsBySource,
Map<String,Object> constants)
Performs the actual retrieval of the values from the RRD/JRB files.
|
protected FetchResults |
JrobinFetchStrategy.fetchMeasurements(long start,
long end,
long step,
int maxrows,
Map<Source,String> rrdsBySource,
Map<String,Object> constants)
Performs the actual retrieval of the values from the RRD/JRB files.
|
protected abstract FetchResults |
AbstractRrdBasedFetchStrategy.fetchMeasurements(long start,
long end,
long step,
int maxrows,
Map<Source,String> rrdsBySource,
Map<String,Object> constants)
Performs the actual retrieval of the values from the RRD/JRB files.
|
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
QueryRequest.getSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.setSources(List<Source> sources) |
Copyright © 2015. All rights reserved.