Class SLOViolationEDP2DatasourceFilter
java.lang.Object
org.palladiosimulator.metricspec.metricentity.MetricEntity
org.palladiosimulator.edp2.datastream.AbstractDataSource
org.palladiosimulator.edp2.datastream.filter.AbstractAdapter
org.palladiosimulator.edp2.datastream.filter.AbstractFilter
org.palladiosimulator.servicelevelobjective.edp2.core.filters.SLOViolationEDP2DatasourceFilter
- All Implemented Interfaces:
IAdaptable,org.palladiosimulator.commons.designpatterns.IAbstractObservable<org.palladiosimulator.edp2.datastream.IDataSourceListener>,org.palladiosimulator.edp2.datastream.configurable.IPropertyConfigurable,org.palladiosimulator.edp2.datastream.filter.IFilter,org.palladiosimulator.edp2.datastream.IDataSink,org.palladiosimulator.edp2.datastream.IDataSource,org.palladiosimulator.metricspec.metricentity.IMetricEntity
public class SLOViolationEDP2DatasourceFilter
extends org.palladiosimulator.edp2.datastream.filter.AbstractFilter
-
Field Summary
Fields inherited from class org.palladiosimulator.edp2.datastream.AbstractDataSource
datasourceChangedListener -
Constructor Summary
ConstructorsConstructorDescriptionSLOViolationEDP2DatasourceFilter(org.palladiosimulator.edp2.datastream.IDataSource datasource) SLOViolationEDP2DatasourceFilter(org.palladiosimulator.edp2.datastream.IDataSource datasource, org.palladiosimulator.metricspec.MetricDescription metricDescription) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableprotected booleanshouldSkip(org.palladiosimulator.measurementframework.MeasuringValue measurement) Determines whether an SLO violations occurred for the given SLO member variable and for the given measurement.Methods inherited from class org.palladiosimulator.edp2.datastream.filter.AbstractFilter
canAcceptMethods inherited from class org.palladiosimulator.edp2.datastream.filter.AbstractAdapter
computeOutputFromInput, getDataSource, getDataStream, getMeasuringPoint, setDataSourceMethods inherited from class org.palladiosimulator.edp2.datastream.AbstractDataSource
addObserver, getAdapter, getConfiguration, getDefaultConfiguration, getKeys, getProperties, getPropertyType, isPropertyNotSet, removeObserver, setProperties, unsetPropertyMethods inherited from class org.palladiosimulator.metricspec.metricentity.MetricEntity
getMetricDesciption, isCompatibleWith, setMetricDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.palladiosimulator.commons.designpatterns.IAbstractObservable
addObserver, removeObserverMethods inherited from interface org.palladiosimulator.edp2.datastream.IDataSink
getDataSource, setDataSourceMethods inherited from interface org.palladiosimulator.edp2.datastream.IDataSource
getConfiguration, getDataStream, getMeasuringPointMethods inherited from interface org.palladiosimulator.metricspec.metricentity.IMetricEntity
getMetricDesciption, isCompatibleWith
-
Constructor Details
-
SLOViolationEDP2DatasourceFilter
public SLOViolationEDP2DatasourceFilter() -
SLOViolationEDP2DatasourceFilter
public SLOViolationEDP2DatasourceFilter(org.palladiosimulator.edp2.datastream.IDataSource datasource) -
SLOViolationEDP2DatasourceFilter
public SLOViolationEDP2DatasourceFilter(org.palladiosimulator.edp2.datastream.IDataSource datasource, org.palladiosimulator.metricspec.MetricDescription metricDescription)
-
-
Method Details
-
shouldSkip
protected boolean shouldSkip(org.palladiosimulator.measurementframework.MeasuringValue measurement) Determines whether an SLO violations occurred for the given SLO member variable and for the given measurement. For instance, a response time tuple (10s, 5s) would be an SLO violation if the SLO specifies a threshold of 3s. TODO Matthias should enrich this method by fuzzy thresholds. [Lehrig]- Overrides:
shouldSkipin classorg.palladiosimulator.edp2.datastream.filter.AbstractAdapter
-
createProperties
protected org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable createProperties()- Overrides:
createPropertiesin classorg.palladiosimulator.edp2.datastream.filter.AbstractAdapter
-