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
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
- 
SuccessfulElapsedTimeValueSelector
public SuccessfulElapsedTimeValueSelector() 
 - 
 - 
Method Details
- 
select
Description copied from interface:GraphValueSelectorDo a projection from a sample to the value to aggregate for the specified series and key.- Specified by:
 selectin interfaceGraphValueSelector- Overrides:
 selectin 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
 
 
 -