Class CountValueSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.CountValueSelector
- All Implemented Interfaces:
GraphValueSelector
The class CountValueSelector provides a projection to count samples.
- 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
-
CountValueSelector
public CountValueSelector(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
- See Also:
-
isIgnoreTransactionController
protected boolean isIgnoreTransactionController()- Returns:
- the ignoreTransactionController
-