Modifier and Type | Method and Description |
---|---|
MetricSetDescription |
MetricSpecFactory.createMetricSetDescription()
Returns a new object of class 'Metric Set Description'.
|
Modifier and Type | Field and Description |
---|---|
static MetricSetDescription |
MetricDescriptionConstants.AGGREGATED_COST_OVER_TIME |
static MetricSetDescription |
MetricDescriptionConstants.COST_OVER_TIME
The cost over time calculated from the Number of Resource Containers over Time and the cost
per resource container
|
static MetricSetDescription |
MetricDescriptionConstants.CUMULATIVE_ENERGY_CONSUMPTION_TUPLE
Specifies a
(point in time, energy consumption) tuple, i.e., the total energy
consumption until the interval ending at the specified point in time. |
static MetricSetDescription |
MetricDescriptionConstants.EXECUTION_RESULT_METRIC_TUPLE
Specifies a (point in time, execution result)-tuple, i.e., time of getting the execution
result plus the execution result itself.
|
static MetricSetDescription |
MetricDescriptionConstants.HOLDING_TIME_METRIC_TUPLE
Specifies a (point in time, holding time)-tuple, i.e., start of the holding plus the holding
time.
|
static MetricSetDescription |
MetricDescriptionConstants.INTER_ARRIVAL_TIME_CAPACITY_TUPLE
FIXME Artificial Metric (MetricSets are required for current UI support; generally we are
just interested in a interarrival time capacity number).
|
static MetricSetDescription |
MetricDescriptionConstants.NUMBER_OF_RESOURCE_CONTAINERS_OVER_TIME
The number of resource containers over time, e.g., 5 resource containers after a scaling-out.
|
static MetricSetDescription |
MetricDescriptionConstants.NUMBER_OF_SLO_VIOLATIONS_OVER_TIME
The number of SLO violations counted over time, e.g., 42 SLO (response time) violations after
1 simulated hour.
|
static MetricSetDescription |
MetricDescriptionConstants.OPTIMISATION_TIME_METRIC_TUPLE
Specifies a (point in time, optimisation time)-tuple, i.e., the point at which an
optimisation algorithm was triggered to execute and its execution time.
|
static MetricSetDescription |
MetricDescriptionConstants.OVERALL_STATE_OF_ACTIVE_RESOURCE_METRIC
Overall state of an active resource, starting from a given point in time.
|
static MetricSetDescription |
MetricDescriptionConstants.OVERALL_STATE_OF_PASSIVE_RESOURCE_METRIC
Overall state of a passive resource, starting from a given point in time.
|
static MetricSetDescription |
MetricDescriptionConstants.POWER_CONSUMPTION_TUPLE
Specifies a
(point in time, power consumption) tuple, i.e., the point in time the
power consumption was measured plus the consumption itself. |
static MetricSetDescription |
MetricDescriptionConstants.RECONFIGURATION_TIME_METRIC_TUPLE
Specifies a (point in time, reconfiguration time)-tuple, i.e., start of the reconfiguration
plus the reconfiguration time.
|
static MetricSetDescription |
MetricDescriptionConstants.RESOURCE_DEMAND_METRIC_TUPLE
Specifies a (point in time, demand)-tuple, i.e., start of the demand plus the demand.
|
static MetricSetDescription |
MetricDescriptionConstants.RESPONSE_TIME_METRIC_TUPLE
Specifies a (point in time, response time)-tuple, i.e., start of the operation call plus the
response time.
|
static MetricSetDescription |
MetricDescriptionConstants.SCALABILITY_SPEED
Scalability speed without violating SLOs, e.g., the system scales up to 1,000 users with
increase rate 10 users/hour.
|
static MetricSetDescription |
MetricDescriptionConstants.STATE_OF_ACTIVE_RESOURCE_METRIC_TUPLE
Specifies a (point in time, state of active resource)-tuple, i.e., the state of an active
resource plus the time when the state was taken.
|
static MetricSetDescription |
MetricDescriptionConstants.STATE_OF_ACTIVE_RESOURCE_OVER_TIME_METRIC
State of an active resource over time, e.g., to store the number of elements in the CPU queue
over time.
|
static MetricSetDescription |
MetricDescriptionConstants.STATE_OF_PASSIVE_RESOURCE_METRIC_TUPLE
Specifies a (point in time, state of passive resource)-tuple, i.e., the state of a passive
resource plus the time when the state was taken.
|
static MetricSetDescription |
MetricDescriptionConstants.STATE_OF_PASSIVE_RESOURCE_OVER_TIME_METRIC
State of a passive resource over time, e.g., to store the number of connections in a
connection pool over time.
|
static MetricSetDescription |
MetricDescriptionConstants.USER_CAPACITY_TUPLE
FIXME Artificial Metric (MetricSets are required for current UI support; generally we are
just interested in a user capacity number).
|
static MetricSetDescription |
MetricDescriptionConstants.UTILIZATION_OF_ACTIVE_RESOURCE_TUPLE
Specifies a
(point in time, utilization) tuple, i.e., the point in time the
utilization was measured plus the utilization itself. |
static MetricSetDescription |
MetricDescriptionConstants.WAITING_TIME_METRIC_TUPLE
Specifies a (point in time, waiting time)-tuple, i.e., start of the waiting plus the waiting
time.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricSetDescriptionImpl
An implementation of the model object '
Metric Set Description'.
|
Modifier and Type | Method and Description |
---|---|
MetricSetDescription |
MetricSpecFactoryImpl.createMetricSetDescription() |
Modifier and Type | Method and Description |
---|---|
T |
MetricSpecSwitch.caseMetricSetDescription(MetricSetDescription object)
Returns the result of interpreting the object as an instance of '
Metric Set Description'.
|
Modifier and Type | Method and Description |
---|---|
MetricSetDescription |
MetricSetDescriptionBuilder.build()
This method constructs the final org.palladiosimulator.metricspec.MetricSetDescription type.
|
Modifier and Type | Method and Description |
---|---|
static MetricSetDescriptionBuilder |
MetricSetDescriptionBuilder.newMetricSetDescriptionBuilder(MetricSetDescription p_metricSetDescription)
This method creates a new instance of the MetricSetDescriptionBuilder.
|
static MetricSetDescriptionBuilder |
MetricspecBuilders.newMetricSetDescriptionBuilder(MetricSetDescription p_metricSetDescription)
Creates a new MetricSetDescriptionBuilder initialized with an existing
org.palladiosimulator.metricspec.MetricSetDescription
model element.
|