Class FeedThroughRecorder

  • All Implemented Interfaces:
    org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener

    public class FeedThroughRecorder
    extends PRMRecorder
    implements org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
    A recorder that directly writes through the measurements from the observed calculator, or other measurement source.
    • Constructor Detail

      • FeedThroughRecorder

        public FeedThroughRecorder​(org.palladiosimulator.metricspec.NumericalBaseMetricDescription expectedMetric,
                                   RuntimeMeasurementModel rmModel,
                                   org.palladiosimulator.monitorrepository.MeasurementSpecification measurementSpecification,
                                   org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint measuringPoint)
    • Method Detail

      • newMeasurementAvailable

        public void newMeasurementAvailable​(org.palladiosimulator.measurementframework.MeasuringValue newMeasurement)
        Specified by:
        newMeasurementAvailable in interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
      • preUnregister

        public void preUnregister()
        Specified by:
        preUnregister in interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener