Class ConnectTimeValueSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.ConnectTimeValueSelector
- All Implemented Interfaces:
 GraphValueSelector
The class ConnectTimeValueSelector provides a projection from a sample to its
 connect time.
- 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
- 
ConnectTimeValueSelector
public ConnectTimeValueSelector(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
 
 
 -