public abstract class AbstractRecorderConfiguration extends Object implements IRecorderConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
MEASURING_POINT
Key for measuring points to be used by recorders; usable for key-value configuration maps.
|
static String |
RECORDER_ACCEPTED_METRIC
Key for accepted metrics by of recorders; usable for key-value configuration maps.
|
Constructor and Description |
---|
AbstractRecorderConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint |
getMeasuringPoint()
Deprecated.
Superseded by EDP2; only sensor framework needed this method.
|
org.palladiosimulator.metricspec.MetricDescription |
getRecorderAcceptedMetric()
Getter for the accepted metric of this configuration.
|
void |
setConfiguration(Map<String,Object> configuration)
Initializes the configuration object based on a given key-value map.
|
public static final String RECORDER_ACCEPTED_METRIC
public static final String MEASURING_POINT
public void setConfiguration(Map<String,Object> configuration)
IRecorderConfiguration
setConfiguration
in interface IRecorderConfiguration
configuration
- the given key-value map.public org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()
public final org.palladiosimulator.metricspec.MetricDescription getRecorderAcceptedMetric()