Uses of Class
org.opennms.netmgt.measurements.model.QueryMetadata
-
Packages that use QueryMetadata Package Description org.opennms.netmgt.measurements.api org.opennms.netmgt.measurements.impl org.opennms.netmgt.measurements.model -
-
Uses of QueryMetadata in org.opennms.netmgt.measurements.api
Methods in org.opennms.netmgt.measurements.api that return QueryMetadata Modifier and Type Method Description QueryMetadata
FetchResults. getMetadata()
Constructors in org.opennms.netmgt.measurements.api with parameters of type QueryMetadata Constructor Description FetchResults(long[] timestamps, Map<String,double[]> columns, long step, Map<String,Object> constants, QueryMetadata metadata)
FetchResults(com.google.common.collect.RowSortedTable<Long,String,Double> table, long step, Map<String,Object> constants, QueryMetadata metadata)
Used when applying filters. -
Uses of QueryMetadata in org.opennms.netmgt.measurements.impl
Methods in org.opennms.netmgt.measurements.impl with parameters of type QueryMetadata Modifier and Type Method Description protected abstract FetchResults
AbstractRrdBasedFetchStrategy. fetchMeasurements(long start, long end, long step, int maxrows, Map<Source,String> rrdsBySource, Map<String,Object> constants, QueryMetadata metadata)
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, QueryMetadata metadata)
Performs the actual retrieval of the values from the RRD/JRB files.protected FetchResults
JRrd2FetchStrategy. fetchMeasurements(long start, long end, long step, int maxrows, Map<Source,String> rrdsBySource, Map<String,Object> constants, QueryMetadata metadata)
protected FetchResults
RrdtoolXportFetchStrategy. fetchMeasurements(long start, long end, long step, int maxrows, Map<Source,String> rrdsBySource, Map<String,Object> constants, QueryMetadata metadata)
Performs the actual retrieval of the values from the RRD/JRB files. -
Uses of QueryMetadata in org.opennms.netmgt.measurements.model
Methods in org.opennms.netmgt.measurements.model that return QueryMetadata Modifier and Type Method Description QueryMetadata
QueryResponse. getMetadata()
Methods in org.opennms.netmgt.measurements.model with parameters of type QueryMetadata Modifier and Type Method Description void
QueryResponse. setMetadata(QueryMetadata metadata)
-