Package | Description |
---|---|
org.opennms.web.rest.measurements | |
org.opennms.web.rest.measurements.fetch |
Modifier and Type | Method and Description |
---|---|
void |
JEXLExpressionEngine.applyExpressions(QueryRequest request,
FetchResults results)
Applies the expressions the to results.
|
void |
ExpressionEngine.applyExpressions(QueryRequest request,
FetchResults results)
Applies the expressions the to results.
|
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.
|
Copyright © 2015. All rights reserved.