public interface IRecorder
extends org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
Modifier and Type | Method and Description |
---|---|
void |
flush()
This method is called at the end of the writing process.
|
void |
initialize(IRecorderConfiguration recorderConfiguration)
Initializes the recorder with the given configuration.
|
void |
writeData(org.palladiosimulator.measurementframework.MeasuringValue measurement)
Writes data into the recorder.
|
void initialize(IRecorderConfiguration recorderConfiguration)
recorderConfiguration
- The configuration used for this recorder.void writeData(org.palladiosimulator.measurementframework.MeasuringValue measurement)
measurement
- The measurement that should be stored.void flush()