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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanDo a projection from a sample to the value to aggregate for the specified series and key.
- 
Constructor Details- 
SuccessfulElapsedTimeValueSelectorpublic SuccessfulElapsedTimeValueSelector()
 
- 
- 
Method Details- 
selectDescription copied from interface:GraphValueSelectorDo a projection from a sample to the value to aggregate for the specified series and key.- Specified by:
- selectin interface- GraphValueSelector
- Overrides:
- selectin class- ElapsedTimeValueSelector
- Parameters:
- series- the series where the value will be aggregated
- sample- the sample
- Returns:
- the value to aggregate or null if value should be ignored
- See Also:
 
- 
isIgnoreTransactionControllerprotected boolean isIgnoreTransactionController()- Returns:
- the ignoreTransactionController
 
 
-