Class LatencyValueSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.LatencyValueSelector
- All Implemented Interfaces:
- GraphValueSelector
The class LatencyValueSelector provides a projection from a sample to its
 latency.
- Since:
- 3.0
- 
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- 
LatencyValueSelectorpublic LatencyValueSelector(boolean ignoreTransactionController) - Parameters:
- ignoreTransactionController- boolean ignore- SampleResultgenerated by- TransactionController
 
 
- 
- 
Method Details- 
selectDescription 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 aggregated
- sample- the sample
- Returns:
- the value to aggregate or null if value should be ignored
 
- 
isIgnoreTransactionControllerprotected boolean isIgnoreTransactionController()- Returns:
- the ignoreTransactionController
 
 
-