See: Description
| Class | Description |
|---|---|
| DemandBasedWaitingTimeCalculator |
Calculates the waiting time for resources in environments where the stop of the waiting period
cannot be observed directly.
|
| HoldingTimeCalculator |
Calculates a time span representing the holding time as defined by the HOLDING_TIME_METRIC_TUPLE.
|
| IdentityCalculator |
Identity calculators are unary calculators that directly let probe measurements pass through.
|
| ResponseTimeCalculator |
Calculates a time span representing the response time as defined by the
RESPONSE_TIME_METRIC_TUPLE.
|
| TimeSpanCalculator |
Time span calculators calculate a time span.
|
| UnaryCalculator |
This abstract class represents a unary calculator.
|
| WaitingTimeCalculator |
Calculates a time span representing the waiting time as defined by the WAITING_TIME_METRIC_TUPLE.
|
Calculator.