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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Do a projection from a sample to the value to aggregate for the specified series and key.
-
Constructor Details
-
LatencyValueSelector
public LatencyValueSelector(boolean ignoreTransactionController) - Parameters:
ignoreTransactionController
- boolean ignoreSampleResult
generated byTransactionController
-
-
Method Details
-
select
Description copied from interface:GraphValueSelector
Do 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
-