Class ElapsedTimeValueSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.ElapsedTimeValueSelector
- All Implemented Interfaces:
 GraphValueSelector
- Direct Known Subclasses:
 SuccessfulElapsedTimeValueSelector
The class ElapsedTimeValueSelector provides a projection from a sample to its
 elapsed time.
- Since:
 - 3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDo a projection from a sample to the value to aggregate for the specified series and key. 
- 
Constructor Details
- 
ElapsedTimeValueSelector
public ElapsedTimeValueSelector(boolean ignoreTransactionController) - Parameters:
 ignoreTransactionController- boolean ignoreSampleResultgenerated byTransactionController
 
 - 
 - 
Method Details
- 
select
Description copied from interface:GraphValueSelectorDo a projection from a sample to the value to aggregate for the specified series and key.- Parameters:
 series- the series where the value will be aggregatedsample- the sample- Returns:
 - the value to aggregate or null if value should be ignored
 
 - 
isIgnoreTransactionController
protected boolean isIgnoreTransactionController()- Returns:
 - the ignoreTransactionController
 
 
 -