Class SensorFrameworkRecorder
java.lang.Object
org.palladiosimulator.recorderframework.AbstractRecorder
org.palladiosimulator.recorderframework.sensorframework.SensorFrameworkRecorder
- All Implemented Interfaces:
org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
,IRecorder
Deprecated.
Superseded by EDP2.
AbstractRecorder for the SensorFramework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
flush()
Deprecated.This method is called at the end of the writing process.void
initialize
(IRecorderConfiguration myRecorderConfiguration) Deprecated.Initializes the recorder with the given configuration.void
writeData
(org.palladiosimulator.measurementframework.MeasuringValue data) Deprecated.Writes data into the recorder.Methods inherited from class org.palladiosimulator.recorderframework.AbstractRecorder
newMeasurementAvailable, preUnregister
-
Constructor Details
-
SensorFrameworkRecorder
public SensorFrameworkRecorder()Deprecated.
-
-
Method Details
-
initialize
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.
-