Uses of Class
org.opennms.netmgt.measurements.model.Source
-
-
Uses of Source in org.opennms.netmgt.measurements.api
Method parameters in org.opennms.netmgt.measurements.api with type arguments of type Source Modifier and Type Method Description FetchResults
MeasurementFetchStrategy. fetch(long start, long end, long step, int maxrows, java.lang.Long interval, java.lang.Long heartbeat, java.util.List<Source> sources, boolean relaxed)
Fetches the measurements for the given sources. -
Uses of Source in org.opennms.netmgt.measurements.impl
Method parameters in org.opennms.netmgt.measurements.impl with type arguments of type Source Modifier and Type Method Description FetchResults
AbstractRrdBasedFetchStrategy. fetch(long start, long end, long step, int maxrows, java.lang.Long interval, java.lang.Long heartbeat, java.util.List<Source> sources, boolean relaxed)
Fetches the measurements for the given sources.FetchResults
NewtsFetchStrategy. fetch(long start, long end, long step, int maxrows, java.lang.Long interval, java.lang.Long heartbeat, java.util.List<Source> sources, boolean relaxed)
FetchResults
NullFetchStrategy. fetch(long start, long end, long step, int maxrows, java.lang.Long interval, java.lang.Long heartbeat, java.util.List<Source> sources, boolean relaxed)
Fetches the measurements for the given sources.protected abstract FetchResults
AbstractRrdBasedFetchStrategy. fetchMeasurements(long start, long end, long step, int maxrows, java.util.Map<Source,java.lang.String> rrdsBySource, java.util.Map<java.lang.String,java.lang.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, java.util.Map<Source,java.lang.String> rrdsBySource, java.util.Map<java.lang.String,java.lang.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, java.util.Map<Source,java.lang.String> rrdsBySource, java.util.Map<java.lang.String,java.lang.Object> constants, QueryMetadata metadata)
protected FetchResults
RrdtoolXportFetchStrategy. fetchMeasurements(long start, long end, long step, int maxrows, java.util.Map<Source,java.lang.String> rrdsBySource, java.util.Map<java.lang.String,java.lang.Object> constants, QueryMetadata metadata)
Performs the actual retrieval of the values from the RRD/JRB files. -
Uses of Source in org.opennms.netmgt.measurements.model
Methods in org.opennms.netmgt.measurements.model that return types with arguments of type Source Modifier and Type Method Description java.util.List<Source>
QueryRequest. getSources()
Method parameters in org.opennms.netmgt.measurements.model with type arguments of type Source Modifier and Type Method Description void
QueryRequest. setSources(java.util.List<Source> sources)
-
Uses of Source in org.opennms.netmgt.measurements.utils
Method parameters in org.opennms.netmgt.measurements.utils with type arguments of type Source Modifier and Type Method Description static void
Utils. fillMissingValues(FetchResults fetchResults, java.util.List<Source> sources)
Enrich thefetchResults
with NaN values for allsources
which do not have values in thefetchResults
. -
Uses of Source in org.opennms.netmgt.timeseries.sampleread
Method parameters in org.opennms.netmgt.timeseries.sampleread with type arguments of type Source Modifier and Type Method Description FetchResults
TimeseriesFetchStrategy. fetch(long start, long end, long step, int maxrows, java.lang.Long interval, java.lang.Long heartbeat, java.util.List<Source> sources, boolean relaxed)
-
Uses of Source in org.opennms.netmgt.timeseries.sampleread.aggregation
Method parameters in org.opennms.netmgt.timeseries.sampleread.aggregation with type arguments of type Source Modifier and Type Method Description NewtsLikeSampleAggregator.NewtsLikeSampleAggregatorBuilder
NewtsLikeSampleAggregator.NewtsLikeSampleAggregatorBuilder. currentSources(java.util.List<Source> currentSources)
-