Class SuccessfulElapsedTimeValueSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.ElapsedTimeValueSelector
org.apache.jmeter.report.processor.graph.SuccessfulElapsedTimeValueSelector
- All Implemented Interfaces:
GraphValueSelector
The class ElapsedTimeValueSelector provides a projection from a sample to its
elapsed time only if sample is not an empty transaction Controller and sample is successful
- Since:
- 3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Do a projection from a sample to the value to aggregate for the specified series and key.
-
Constructor Details
-
SuccessfulElapsedTimeValueSelector
public SuccessfulElapsedTimeValueSelector()
-
-
Method Details
-
select
Description copied from interface:GraphValueSelector
Do a projection from a sample to the value to aggregate for the specified series and key.- Specified by:
select
in interfaceGraphValueSelector
- Overrides:
select
in classElapsedTimeValueSelector
- Parameters:
series
- the series where the value will be aggregatedsample
- the sample- Returns:
- the value to aggregate or null if value should be ignored
- See Also:
-
isIgnoreTransactionController
protected boolean isIgnoreTransactionController()- Returns:
- the ignoreTransactionController
-