Uses of Interface
org.opennms.nrtg.api.model.MeasurementSet
-
Packages that use MeasurementSet Package Description org.opennms.nrtg.api org.opennms.nrtg.api.model -
-
Uses of MeasurementSet in org.opennms.nrtg.api
Methods in org.opennms.nrtg.api that return types with arguments of type MeasurementSet Modifier and Type Method Description List<MeasurementSet>NrtBroker. receiveMeasurementSets(String destination) -
Uses of MeasurementSet in org.opennms.nrtg.api.model
Classes in org.opennms.nrtg.api.model that implement MeasurementSet Modifier and Type Class Description classDefaultMeasurementSetclassLightweightMeasurementSetResult of aCollectionJob.Methods in org.opennms.nrtg.api.model that return MeasurementSet Modifier and Type Method Description MeasurementSetCollectionJob. getMeasurementSet()MeasurementSetDefaultCollectionJob. getMeasurementSet()Methods in org.opennms.nrtg.api.model that return types with arguments of type MeasurementSet Modifier and Type Method Description Map<String,MeasurementSet>CollectionJob. getMeasurementSetsByDestination()Map<String,MeasurementSet>DefaultCollectionJob. getMeasurementSetsByDestination()
-