Interface GraphSeriesSelector
- All Superinterfaces:
SampleSelector<Iterable<String>>
- All Known Implementing Classes:
AbstractSeriesSelector
,CodeSeriesSelector
,NameSeriesSelector
,StaticSeriesSelector
,StatusSeriesSelector
The interface GraphSeriesSelector provides a projection from a sample to the
series it belongs in a graph.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether this selector allows controllers discrimination, which allows on graphs to only show transaction controllersMethods inherited from interface org.apache.jmeter.report.core.SampleSelector
select
-
Method Details
-
allowsControllersDiscrimination
boolean allowsControllersDiscrimination()Indicates whether this selector allows controllers discrimination, which allows on graphs to only show transaction controllers- Returns:
- true, if this selector allows controllers discrimination; false otherwise
-