public class SensorFrameworkRecorderConfiguration extends AbstractRecorderConfiguration implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DAO_FACTORY
Deprecated.
|
static String |
EXPERIMENT
Deprecated.
|
static String |
PERSISTENCE_RECORDER_ID
Deprecated.
|
static String |
RUN
Deprecated.
|
MEASURING_POINT, RECORDER_ACCEPTED_METRIC
Constructor and Description |
---|
SensorFrameworkRecorderConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
de.uka.ipd.sdq.sensorframework.entities.dao.IDAOFactory |
getDaoFactory()
Deprecated.
|
Map<Integer,String> |
getExecutionResultTypes()
Deprecated.
|
de.uka.ipd.sdq.sensorframework.entities.Experiment |
getExperiment()
Deprecated.
|
de.uka.ipd.sdq.sensorframework.entities.ExperimentRun |
getExperimentRun()
Deprecated.
|
boolean |
isRemoteRun()
Deprecated.
|
void |
setConfiguration(Map<String,Object> configuration)
Deprecated.
Initializes the configuration object based on a given key-value map.
|
getMeasuringPoint, getRecorderAcceptedMetric
public static final String DAO_FACTORY
public static final String EXPERIMENT
public static final String RUN
public static final String PERSISTENCE_RECORDER_ID
public SensorFrameworkRecorderConfiguration()
public void setConfiguration(Map<String,Object> configuration)
IRecorderConfiguration
setConfiguration
in interface IRecorderConfiguration
setConfiguration
in class AbstractRecorderConfiguration
configuration
- the given key-value map.public final de.uka.ipd.sdq.sensorframework.entities.dao.IDAOFactory getDaoFactory()
public final de.uka.ipd.sdq.sensorframework.entities.Experiment getExperiment()
public final de.uka.ipd.sdq.sensorframework.entities.ExperimentRun getExperimentRun()
public boolean isRemoteRun()