Class SensorFrameworkRecorder

java.lang.Object
org.palladiosimulator.recorderframework.AbstractRecorder
org.palladiosimulator.recorderframework.sensorframework.SensorFrameworkRecorder
All Implemented Interfaces:
org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener, IRecorder

@Deprecated public class SensorFrameworkRecorder extends AbstractRecorder
Deprecated.
Superseded by EDP2.
AbstractRecorder for the SensorFramework.
  • Constructor Details

    • SensorFrameworkRecorder

      public SensorFrameworkRecorder()
      Deprecated.
  • Method Details

    • initialize

      public void initialize(IRecorderConfiguration myRecorderConfiguration)
      Deprecated.
      Description copied from interface: IRecorder
      Initializes the recorder with the given configuration.
      Parameters:
      myRecorderConfiguration - The configuration used for this recorder.
    • writeData

      public void writeData(org.palladiosimulator.measurementframework.MeasuringValue data)
      Deprecated.
      Description copied from interface: IRecorder
      Writes data into the recorder.
      Parameters:
      data - The measurement that should be stored.
    • flush

      public void flush()
      Deprecated.
      Description copied from interface: IRecorder
      This method is called at the end of the writing process. Flushing assures that all data is written to the configured data sink, e.g., a file data source.